Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.cpp33 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT; in OMXVideoDecoderVP9Hybrid()
512 paramPortDefinitionOutput.nBufferCountActual = mNativeBufferCount; in HandleFormatChange()
513 paramPortDefinitionOutput.nBufferCountMin = mNativeBufferCount - 4; in HandleFormatChange()
626 port_def.nBufferCountMin = mNativeBufferCount - 4; in SetNativeBufferModeSpecific()
627 port_def.nBufferCountActual = mNativeBufferCount; in SetNativeBufferModeSpecific()
DOMXVideoDecoderWMV.cpp32 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT; in OMXVideoDecoderWMV()
DOMXVideoDecoderVP8.cpp32 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT; in OMXVideoDecoderVP8()
DOMXVideoDecoderBase.cpp37 mNativeBufferCount(OUTPORT_NATIVE_BUFFER_COUNT), in OMXVideoDecoderBase()
714 …paramPortDefinitionOutput.nBufferCountActual = mNativeBufferCount = formatInfo->actualBufferNeeded;
757 …paramPortDefinitionOutput.nBufferCountActual = mNativeBufferCount = formatInfo->actualBufferNeeded;
758 paramPortDefinitionOutput.nBufferCountMin = mNativeBufferCount;
1022 port_def.nBufferCountMin = mNativeBufferCount;
1026 port_def.nBufferCountActual = mNativeBufferCount;
DOMXVideoDecoderMPEG4.cpp32 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT; in OMXVideoDecoderMPEG4()
DOMXVideoDecoderMPEG2.cpp32 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT; in OMXVideoDecoderMPEG2()
DOMXVideoDecoderH263.cpp32 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT; in OMXVideoDecoderH263()
DOMXVideoDecoderBase.h129 int mNativeBufferCount; variable
DOMXVideoDecoderVP9HWR.cpp56 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT; in OMXVideoDecoderVP9HWR()
773 port_def.nBufferCountMin = mNativeBufferCount; in SetNativeBufferModeSpecific()
774 port_def.nBufferCountActual = mNativeBufferCount; in SetNativeBufferModeSpecific()
DOMXVideoDecoderAVC.cpp40 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT; in OMXVideoDecoderAVC()
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DOMXVideoDecoderAVCSecure.cpp73 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT; in OMXVideoDecoderAVCSecure()