/device/generic/goldfish-opengl/system/codecs/omx/plugin/ |
D | SimpleGoldfishOMXComponent.h | 35 OMX_U32 mProfile; 36 OMX_U32 mLevel; 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); 116 OMX_COMMANDTYPE cmd, OMX_U32 param, OMX_PTR data); 129 OMX_U32 portIndex, 131 OMX_U32 size, [all …]
|
D | GoldfishOMXComponent.h | 50 OMX_U32 data1, OMX_U32 data2, OMX_PTR data); 56 OMX_COMMANDTYPE cmd, OMX_U32 param, OMX_PTR data); 75 OMX_U32 portIndex, 77 OMX_U32 size, 82 OMX_U32 portIndex, 84 OMX_U32 size); 87 OMX_U32 portIndex, 108 OMX_U32 param, 139 OMX_U32 portIndex, 141 OMX_U32 size, [all …]
|
D | GoldfishVideoDecoderOMXComponent.h | 65 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled); 94 void initPorts(OMX_U32 numInputBuffers, 95 OMX_U32 inputBufferSize, 96 OMX_U32 numOutputBuffers, 98 OMX_U32 minCompressionRatio = 1u); 104 void initPorts(OMX_U32 numMinInputBuffers, 105 OMX_U32 numInputBuffers, 106 OMX_U32 inputBufferSize, 107 OMX_U32 numMinOutputBuffers, 108 OMX_U32 numOutputBuffers, [all …]
|
D | GoldfishOMXComponent.cpp | 94 OMX_U32 data1, OMX_U32 data2, OMX_PTR data) { in notify() 118 OMX_U32 param, in SendCommandWrapper() 191 OMX_U32 portIndex, in UseBufferWrapper() 193 OMX_U32 size, in UseBufferWrapper() 206 OMX_U32 portIndex, in AllocateBufferWrapper() 208 OMX_U32 size) { in AllocateBufferWrapper() 219 OMX_U32 portIndex, in FreeBufferWrapper() 264 OMX_COMMANDTYPE /* cmd */, OMX_U32 /* param */, OMX_PTR /* data */) { in sendCommand() argument 295 OMX_U32 /* portIndex */, in useBuffer() argument 297 OMX_U32 /* size */, in useBuffer() [all …]
|
D | SimpleGoldfishOMXComponent.cpp | 58 OMX_COMMANDTYPE cmd, OMX_U32 param, OMX_PTR data) { in sendCommand() 75 OMX_U32 portIndex; in isSetParameterAllowed() 225 OMX_U32 portIndex, in useBuffer() 227 OMX_U32 size, in useBuffer() 235 OMX_U32 portIndex, in useBufferCallerLockedAlready() 237 OMX_U32 size, in useBufferCallerLockedAlready() 293 OMX_U32 portIndex, in allocateBuffer() 295 OMX_U32 size) { in allocateBuffer() 315 OMX_U32 portIndex, in freeBuffer() 402 onSendCommand((OMX_COMMANDTYPE)cmd, (OMX_U32)param); in onMessageReceived() [all …]
|
D | GoldfishVideoDecoderOMXComponent.cpp | 82 OMX_U32 numInputBuffers, in initPorts() 83 OMX_U32 inputBufferSize, in initPorts() 84 OMX_U32 numOutputBuffers, in initPorts() 86 OMX_U32 minCompressionRatio) { in initPorts() 92 OMX_U32 numMinInputBuffers, in initPorts() 93 OMX_U32 numInputBuffers, in initPorts() 94 OMX_U32 inputBufferSize, in initPorts() 95 OMX_U32 numMinOutputBuffers, in initPorts() 96 OMX_U32 numOutputBuffers, in initPorts() 98 OMX_U32 minCompressionRatio) { in initPorts() [all …]
|
D | GoldfishOMXPlugin.h | 41 OMX_U32 index);
|
D | GoldfishOMXPlugin.cpp | 198 OMX_U32 index) { in enumerateComponents()
|
/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 | 262 void GoldfishVPX::onQueueFilled(OMX_U32 /* portIndex */) { in onQueueFilled() argument 363 void GoldfishVPX::onPortFlushCompleted(OMX_U32 portIndex) { 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 | 244 void GoldfishAVCDec::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted() 289 void GoldfishAVCDec::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()
|