Searched refs:mFormatChanged (Results 1 – 3 of 3) sorted by relevance
201 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()
44 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()
149 bool mFormatChanged; variable