Searched refs:gralloc_mode (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderVP9Hybrid.cpp | 72 bool gralloc_mode = (mWorkingMode == GRAPHICBUFFER_MODE); in ProcessorInit() local 74 if (!gralloc_mode) { in ProcessorInit() 140 …bridCtx,bufferSize,bufferStride,bufferWidth, bufferHeight,bufferCount,gralloc_mode, buff, (uint32_… in ProcessorInit() 148 bool gralloc_mode = (mWorkingMode == GRAPHICBUFFER_MODE); in ProcessorReset() local 150 if (!gralloc_mode) { in ProcessorReset() 184 …ybridCtx,bufferSize,bufferStride,bufferWidth,bufferHeight,bufferCount,gralloc_mode, buff, (uint32_… in ProcessorReset() 191 bool gralloc_mode = (mWorkingMode == GRAPHICBUFFER_MODE); in isReallocateNeeded() local 194 if (gralloc_mode) { in isReallocateNeeded()
|