Home
last modified time | relevance | path

Searched refs:extMappedNativeBufferCount (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9HWR.cpp58 extMappedNativeBufferCount = 0; in OMXVideoDecoderVP9HWR()
117 for (i = 0; i < p->extMappedNativeBufferCount; i++ ) { in getVP9FrameBuffer()
130 if (i == p->extMappedNativeBufferCount) { in getVP9FrameBuffer()
146 for (i = 0; i < p->extMappedNativeBufferCount; i++ ) { in releaseVP9FrameBuffer()
153 if (i == p->extMappedNativeBufferCount) { in releaseVP9FrameBuffer()
240 extMappedNativeBufferCount = OUTPORT_ACTUAL_BUFFER_COUNT; in ProcessorInit()
335 extMappedNativeBufferCount++; in ProcessorInit()
DOMXVideoDecoderVP9HWR.h54 int extMappedNativeBufferCount; variable