/hardware/intel/common/omx-components/videocodec/ |
OMXVideoDecoderH263.h | 51 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 | 108 INPORT_ACTUAL_BUFFER_COUNT = 5, 110 INPORT_ACTUAL_BUFFER_COUNT = 2,
|
OMXVideoDecoderAVC.h | 56 INPORT_ACTUAL_BUFFER_COUNT = 5,
|
OMXVideoDecoderVP9Hybrid.h | 80 INPORT_ACTUAL_BUFFER_COUNT = 5,
|
OMXVideoDecoderVP9HWR.h | 102 INPORT_ACTUAL_BUFFER_COUNT = 5,
|
OMXVideoDecoderBase.h | 92 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;
|
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;
|
OMXVideoDecoderVP9Hybrid.cpp | 51 paramPortDefinitionInput->nBufferCountActual = INPORT_ACTUAL_BUFFER_COUNT;
|
OMXVideoDecoderBase.cpp | 69 paramPortDefinitionInput.nBufferCountActual = INPORT_ACTUAL_BUFFER_COUNT; [all...] |
OMXVideoDecoderVP9HWR.cpp | 205 paramPortDefinitionInput->nBufferCountActual = INPORT_ACTUAL_BUFFER_COUNT;
|
OMXVideoEncoderBase.cpp | 95 paramPortDefinitionInput.nBufferCountActual = INPORT_ACTUAL_BUFFER_COUNT; [all...] |
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/ |
OMXVideoDecoderAVCSecure.h | 69 INPORT_ACTUAL_BUFFER_COUNT = 5, 86 } mDataBufferSlot[INPORT_ACTUAL_BUFFER_COUNT];
|
OMXVideoDecoderAVCSecure.cpp | 103 paramPortDefinitionInput->nBufferCountActual = INPORT_ACTUAL_BUFFER_COUNT; 119 for (int i = 0; i < INPORT_ACTUAL_BUFFER_COUNT; i++) { 538 for (int i = 0; i < INPORT_ACTUAL_BUFFER_COUNT; i++) { 571 for (int i = 0; i < INPORT_ACTUAL_BUFFER_COUNT; i++) {
|