Searched refs:extMappedNativeBufferCount (Results 1 – 2 of 2) sorted by relevance
58 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()
54 int extMappedNativeBufferCount; variable