Searched refs:portIndex (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/omx/plugin/ |
D | SimpleGoldfishOMXComponent.cpp | 75 OMX_U32 portIndex; in isSetParameterAllowed() local 85 portIndex = portDefs->nPortIndex; in isSetParameterAllowed() 96 portIndex = pcmMode->nPortIndex; in isSetParameterAllowed() 107 portIndex = aacMode->nPortIndex; in isSetParameterAllowed() 115 CHECK(portIndex < mPorts.size()); in isSetParameterAllowed() 117 return !mPorts.itemAt(portIndex).mDef.bEnabled; in isSetParameterAllowed() 225 OMX_U32 portIndex, in useBuffer() argument 230 return useBufferCallerLockedAlready(header, portIndex, appPrivate, size, ptr); in useBuffer() 235 OMX_U32 portIndex, in useBufferCallerLockedAlready() argument 239 CHECK_LT(portIndex, mPorts.size()); in useBufferCallerLockedAlready() [all …]
|
D | SimpleGoldfishOMXComponent.h | 85 virtual void onQueueFilled(OMX_U32 portIndex); 86 List<BufferInfo *> &getPortQueue(OMX_U32 portIndex); 88 virtual void onPortFlushCompleted(OMX_U32 portIndex); 89 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled); 92 PortInfo *editPortInfo(OMX_U32 portIndex); 129 OMX_U32 portIndex, 136 OMX_U32 portIndex, 143 OMX_U32 portIndex, 148 OMX_U32 portIndex, 161 void onPortEnable(OMX_U32 portIndex, bool enable); [all …]
|
D | GoldfishOMXComponent.h | 75 OMX_U32 portIndex, 82 OMX_U32 portIndex, 87 OMX_U32 portIndex, 139 OMX_U32 portIndex, 147 OMX_U32 portIndex, 153 OMX_U32 portIndex,
|
D | GoldfishOMXComponent.cpp | 191 OMX_U32 portIndex, in UseBufferWrapper() argument 199 return me->useBuffer(buffer, portIndex, appPrivate, size, ptr); in UseBufferWrapper() 206 OMX_U32 portIndex, in AllocateBufferWrapper() argument 213 return me->allocateBuffer(buffer, portIndex, appPrivate, size); in AllocateBufferWrapper() 219 OMX_U32 portIndex, in FreeBufferWrapper() argument 225 return me->freeBuffer(portIndex, buffer); in FreeBufferWrapper()
|
D | GoldfishVideoDecoderOMXComponent.h | 65 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled);
|
D | GoldfishVideoDecoderOMXComponent.cpp | 780 void GoldfishVideoDecoderOMXComponent::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { in onPortEnableCompleted() argument 781 if (portIndex != kOutputPortIndex) { in onPortEnableCompleted()
|
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/ |
D | GoldfishVPX.h | 52 virtual void onQueueFilled(OMX_U32 portIndex); 53 virtual void onPortFlushCompleted(OMX_U32 portIndex);
|
D | GoldfishVPX.cpp | 363 void GoldfishVPX::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted() argument 365 if (portIndex == kInputPortIndex) { in onPortFlushCompleted()
|
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/ |
D | GoldfishAVCDec.h | 63 virtual void onQueueFilled(OMX_U32 portIndex); 64 virtual void onPortFlushCompleted(OMX_U32 portIndex);
|
D | GoldfishAVCDec.cpp | 234 void GoldfishAVCDec::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted() argument 236 if (kOutputPortIndex == portIndex) { in onPortFlushCompleted() 279 void GoldfishAVCDec::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled() argument 282 UNUSED(portIndex); in onQueueFilled()
|