| class COmxInputPort::CBody : public CBase |
Base class for OpenMAX Input Ports.
| Public Member Functions | |
|---|---|
| COmxProcessingUnit * | Component () |
| TInt | EmptyBufferDone ( OMX_HANDLETYPE , const CMMFBuffer *) |
| TUint32 | MipBufferSize () |
| TInt | MipConfigure (const TPuConfig &) |
| CMMFBuffer * | MipCreateBuffer ( TInt ) |
| TInt | MipCreateCustomInterface ( TUid ) |
| TAny * | MipCustomInterface ( TUid ) |
| void | MipDisconnectTunnel () |
| TInt | MipFreeBuffer ( CMMFBuffer *) |
| TInt | MipGetConfig ( TPuConfig &) |
| TInt | MipIndex () |
| void | MipInitialize () |
| TBool | MipIsTunnelled () |
| void | MipRestartTunnel () |
| void | MipSetObserver (const MMdfInputPortObserver &) |
| TInt | MipTunnelRequest (const MMdfOutputPort &, TTunnelFlags &, TSupplierType &) |
| TInt | MipUseBuffer ( CMMFBuffer &) |
| void | MipWriteData ( CMMFBuffer &) |
| CBody * | NewL ( TInt , COmxProcessingUnit *, COmxInputPort *) |
| MMdfInputPortObserver * | Observer () |
| Private Member Functions | |
|---|---|
| CBody ( TInt , COmxProcessingUnit *, COmxInputPort *) | |
| Private Attributes | |
|---|---|
| COmxProcessingUnit * | iComponent |
| TBool | iConnectedPort |
| MMdfInputPortObserver * | iObserver |
| COmxInputPort * | iParent |
| MMdfOutputPort * | iPortConnectedTo |
| TInt | iPortIndex |
| CBody | ( | TInt | aPortIndex, |
| COmxProcessingUnit * | aComponent, | ||
| COmxInputPort * | aParent | ||
| ) | [private] | ||
| TInt aPortIndex | |
| COmxProcessingUnit * aComponent | |
| COmxInputPort * aParent |
| TInt | EmptyBufferDone | ( | OMX_HANDLETYPE | aComponent, |
| const CMMFBuffer * | aBuffer | |||
| ) | ||||
| OMX_HANDLETYPE aComponent | |
| const CMMFBuffer * aBuffer |
| TInt | MipConfigure | ( | const TPuConfig & | aConfiguration | ) |
| const TPuConfig & aConfiguration |
| TInt | MipFreeBuffer | ( | CMMFBuffer * | aBuffer | ) |
| CMMFBuffer * aBuffer |
| TInt | MipGetConfig | ( | TPuConfig & | aConfigurationSetup | ) |
| TPuConfig & aConfigurationSetup |
| void | MipSetObserver | ( | const MMdfInputPortObserver & | aInputPortObserver | ) |
| const MMdfInputPortObserver & aInputPortObserver |
| TInt | MipTunnelRequest | ( | const MMdfOutputPort & | aOutputPortToBeConnectedTo, |
| TTunnelFlags & | aTunnelFlags, | |||
| TSupplierType & | aSupplierType | |||
| ) | ||||
| const MMdfOutputPort & aOutputPortToBeConnectedTo | |
| TTunnelFlags & aTunnelFlags | |
| TSupplierType & aSupplierType |
| TInt | MipUseBuffer | ( | CMMFBuffer & | aBuffer | ) |
| CMMFBuffer & aBuffer |
| void | MipWriteData | ( | CMMFBuffer & | aBuffer | ) |
| CMMFBuffer & aBuffer |
| CBody * | NewL | ( | TInt | aPortIndex, |
| COmxProcessingUnit * | aComponent, | |||
| COmxInputPort * | aParent | |||
| ) | [static] | |||
| TInt aPortIndex | |
| COmxProcessingUnit * aComponent | |
| COmxInputPort * aParent |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.