Home
last modified time | relevance | path

Searched refs:mFormatChanged (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.cpp201 mFormatChanged = false; in ProcessorReset()
327 if ((mWorkingMode == GRAPHICBUFFER_MODE) && (mAPMode == METADATA_MODE) && (!mFormatChanged)) { in ProcessorProcess()
344 mFormatChanged = true; in ProcessorProcess()
372 mFormatChanged = true; in ProcessorProcess()
464 if (mFormatChanged && mAPMode == METADATA_MODE) { in FillRenderBuffer()
470 if (mFormatChanged && mAPMode == METADATA_MODE) { in FillRenderBuffer()
497 if (mFormatChanged && ((mDecodedImageNewWidth != mDecodedImageWidth) in FillRenderBuffer()
DOMXVideoDecoderBase.cpp44 mFormatChanged(false) { in OMXVideoDecoderBase()
361 … if (((mAPMode == METADATA_MODE) && (mWorkingMode == GRAPHICBUFFER_MODE)) && mFormatChanged) { in ProcessorProcess()
365 mFormatChanged = false; in ProcessorProcess()
394 mFormatChanged = true; in ProcessorProcess()
452 … if (((mAPMode == METADATA_MODE) && (mWorkingMode == GRAPHICBUFFER_MODE)) && mFormatChanged) { in ProcessorProcess()
456 mFormatChanged = false; in ProcessorProcess()
707 if (((mAPMode == METADATA_MODE) && (mWorkingMode == GRAPHICBUFFER_MODE)) && mFormatChanged) { in FillRenderBuffer()
DOMXVideoDecoderBase.h149 bool mFormatChanged; variable