/hardware/intel/common/omx-components/videocodec/ |
OMXVideoDecoderH263.h | 51 INPORT_ACTUAL_BUFFER_COUNT = 5,
|
OMXVideoDecoderMPEG2.h | 52 INPORT_ACTUAL_BUFFER_COUNT = 5,
|
OMXVideoDecoderMPEG4.h | 52 INPORT_ACTUAL_BUFFER_COUNT = 5,
|
OMXVideoDecoderVP8.h | 52 INPORT_ACTUAL_BUFFER_COUNT = 5,
|
OMXVideoDecoderWMV.h | 51 INPORT_ACTUAL_BUFFER_COUNT = 5,
|
OMXVideoDecoderPAVC.h | 51 INPORT_ACTUAL_BUFFER_COUNT = 4,
|
OMXVideoEncoderBase.h | 116 INPORT_ACTUAL_BUFFER_COUNT = 5, 118 INPORT_ACTUAL_BUFFER_COUNT = 2,
|
OMXVideoDecoderAVC.h | 56 INPORT_ACTUAL_BUFFER_COUNT = 5,
|
OMXVideoDecoderVP9HWR.h | 102 INPORT_ACTUAL_BUFFER_COUNT = 5,
|
OMXVideoDecoderVP9Hybrid.h | 94 INPORT_ACTUAL_BUFFER_COUNT = 5,
|
OMXVideoDecoderBase.h | 96 INPORT_ACTUAL_BUFFER_COUNT = 256,
|
OMXVideoDecoderVP8.cpp | 42 paramPortDefinitionInput->nBufferCountActual = INPORT_ACTUAL_BUFFER_COUNT;
|
OMXVideoDecoderWMV.cpp | 42 paramPortDefinitionInput->nBufferCountActual = INPORT_ACTUAL_BUFFER_COUNT;
|
OMXVideoDecoderH263.cpp | 42 paramPortDefinitionInput->nBufferCountActual = INPORT_ACTUAL_BUFFER_COUNT;
|
OMXVideoDecoderMPEG2.cpp | 42 paramPortDefinitionInput->nBufferCountActual = INPORT_ACTUAL_BUFFER_COUNT;
|
OMXVideoDecoderMPEG4.cpp | 42 paramPortDefinitionInput->nBufferCountActual = INPORT_ACTUAL_BUFFER_COUNT;
|
OMXVideoDecoderPAVC.cpp | 44 paramPortDefinitionInput->nBufferCountActual = INPORT_ACTUAL_BUFFER_COUNT;
|
OMXVideoDecoderAVC.cpp | 55 paramPortDefinitionInput->nBufferCountActual = INPORT_ACTUAL_BUFFER_COUNT;
|
OMXVideoDecoderVP9HWR.cpp | 201 paramPortDefinitionInput->nBufferCountActual = INPORT_ACTUAL_BUFFER_COUNT;
|
OMXVideoDecoderVP9Hybrid.cpp | 63 paramPortDefinitionInput->nBufferCountActual = INPORT_ACTUAL_BUFFER_COUNT;
|
OMXVideoEncoderBase.cpp | 96 paramPortDefinitionInput.nBufferCountActual = INPORT_ACTUAL_BUFFER_COUNT; [all...] |
OMXVideoDecoderBase.cpp | 80 paramPortDefinitionInput.nBufferCountActual = INPORT_ACTUAL_BUFFER_COUNT; [all...] |
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/ |
OMXVideoDecoderAVCSecure.h | 70 INPORT_ACTUAL_BUFFER_COUNT = 5, 87 } mDataBufferSlot[INPORT_ACTUAL_BUFFER_COUNT];
|
OMXVideoDecoderAVCSecure.cpp | 100 paramPortDefinitionInput->nBufferCountActual = INPORT_ACTUAL_BUFFER_COUNT; 599 if (mNumInportBuffers >= INPORT_ACTUAL_BUFFER_COUNT)
|