Searched refs:INPORT_MIN_BUFFER_COUNT (Results 1 – 22 of 22) sorted by relevance
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderWMV.h | 50 INPORT_MIN_BUFFER_COUNT = 1, enumerator
|
D | OMXVideoDecoderVP8.h | 51 INPORT_MIN_BUFFER_COUNT = 1, enumerator
|
D | OMXVideoDecoderMPEG4.h | 51 INPORT_MIN_BUFFER_COUNT = 1, enumerator
|
D | OMXVideoDecoderH263.h | 50 INPORT_MIN_BUFFER_COUNT = 1, enumerator
|
D | OMXVideoDecoderPAVC.h | 50 INPORT_MIN_BUFFER_COUNT = 1, enumerator
|
D | OMXVideoDecoderAVC.h | 55 INPORT_MIN_BUFFER_COUNT = 1, enumerator
|
D | OMXVideoDecoderVP9Hybrid.h | 79 INPORT_MIN_BUFFER_COUNT = 1, enumerator
|
D | OMXVideoDecoderVP9HWR.h | 101 INPORT_MIN_BUFFER_COUNT = 1, enumerator
|
D | OMXVideoDecoderWMV.cpp | 43 paramPortDefinitionInput->nBufferCountMin = INPORT_MIN_BUFFER_COUNT; in InitInputPortFormatSpecific()
|
D | OMXVideoEncoderBase.h | 105 INPORT_MIN_BUFFER_COUNT = 1, enumerator
|
D | OMXVideoDecoderVP8.cpp | 43 paramPortDefinitionInput->nBufferCountMin = INPORT_MIN_BUFFER_COUNT; in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderBase.h | 91 INPORT_MIN_BUFFER_COUNT = 1, enumerator
|
D | OMXVideoDecoderH263.cpp | 43 paramPortDefinitionInput->nBufferCountMin = INPORT_MIN_BUFFER_COUNT; in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderMPEG4.cpp | 43 paramPortDefinitionInput->nBufferCountMin = INPORT_MIN_BUFFER_COUNT; in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderPAVC.cpp | 45 paramPortDefinitionInput->nBufferCountMin = INPORT_MIN_BUFFER_COUNT; in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderAVC.cpp | 56 paramPortDefinitionInput->nBufferCountMin = INPORT_MIN_BUFFER_COUNT; in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderVP9Hybrid.cpp | 52 paramPortDefinitionInput->nBufferCountMin = INPORT_MIN_BUFFER_COUNT; in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderVP9HWR.cpp | 206 paramPortDefinitionInput->nBufferCountMin = INPORT_MIN_BUFFER_COUNT; in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderBase.cpp | 70 paramPortDefinitionInput.nBufferCountMin = INPORT_MIN_BUFFER_COUNT; in InitInputPort()
|
D | OMXVideoEncoderBase.cpp | 96 paramPortDefinitionInput.nBufferCountMin = INPORT_MIN_BUFFER_COUNT; in InitInputPort()
|
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/ |
D | OMXVideoDecoderAVCSecure.h | 68 INPORT_MIN_BUFFER_COUNT = 1, enumerator
|
D | OMXVideoDecoderAVCSecure.cpp | 104 paramPortDefinitionInput->nBufferCountMin = INPORT_MIN_BUFFER_COUNT; in InitInputPortFormatSpecific()
|