HomeSort by relevance Sort by last modified time
    Searched refs:mNativeBufferCount (Results 1 - 10 of 10) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 32 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT;
328 port_def.nBufferCountMin = mNativeBufferCount;
329 port_def.nBufferCountActual = mNativeBufferCount;
OMXVideoDecoderBase.h 116 int mNativeBufferCount;
OMXVideoDecoderVP8.cpp 32 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT;
OMXVideoDecoderWMV.cpp 32 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT;
OMXVideoDecoderH263.cpp 32 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT;
OMXVideoDecoderMPEG4.cpp 32 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT;
OMXVideoDecoderBase.cpp 29 mNativeBufferCount(OUTPORT_NATIVE_BUFFER_COUNT),
645 paramPortDefinitionOutput.nBufferCountActual = mNativeBufferCount = formatInfo->actualBufferNeeded;
646 paramPortDefinitionOutput.nBufferCountMin = mNativeBufferCount;
    [all...]
OMXVideoDecoderAVC.cpp 40 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT;
OMXVideoDecoderVP9HWR.cpp 58 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT;
783 port_def.nBufferCountMin = mNativeBufferCount;
784 port_def.nBufferCountActual = mNativeBufferCount;
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.cpp 80 mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT;

Completed in 1198 milliseconds