Home
last modified time | relevance | path

Searched refs:mNativeBufferCount (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.cpp35 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT; in OMXVideoDecoderVP9Hybrid()
585 paramPortDefinitionOutput.nBufferCountActual = mNativeBufferCount; in HandleFormatChange()
586 paramPortDefinitionOutput.nBufferCountMin = mNativeBufferCount - 4; in HandleFormatChange()
704 port_def.nBufferCountMin = mNativeBufferCount - 4; in SetNativeBufferModeSpecific()
705 port_def.nBufferCountActual = mNativeBufferCount; in SetNativeBufferModeSpecific()
DOMXVideoDecoderWMV.cpp32 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT; in OMXVideoDecoderWMV()
DOMXVideoDecoderVP8.cpp32 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT; in OMXVideoDecoderVP8()
DOMXVideoDecoderMPEG2.cpp32 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT; in OMXVideoDecoderMPEG2()
DOMXVideoDecoderMPEG4.cpp32 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT; in OMXVideoDecoderMPEG4()
DOMXVideoDecoderH263.cpp32 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT; in OMXVideoDecoderH263()
DOMXVideoDecoderBase.h131 int mNativeBufferCount; variable
DOMXVideoDecoderBase.cpp39 mNativeBufferCount(OUTPORT_NATIVE_BUFFER_COUNT), in OMXVideoDecoderBase()
803 …paramPortDefinitionOutput.nBufferCountActual = mNativeBufferCount = formatInfo->actualBufferNeeded;
846 …paramPortDefinitionOutput.nBufferCountActual = mNativeBufferCount = formatInfo->actualBufferNeeded;
847 paramPortDefinitionOutput.nBufferCountMin = mNativeBufferCount;
1113 port_def.nBufferCountMin = mNativeBufferCount;
1117 port_def.nBufferCountActual = mNativeBufferCount;
DOMXVideoDecoderAVC.cpp40 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT; in OMXVideoDecoderAVC()
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DOMXVideoDecoderAVCSecure.cpp77 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT; in OMXVideoDecoderAVCSecure()