Lines Matching refs:mDecodedImageWidth
50 mDecodedImageWidth = 0; in OMXVideoDecoderVP9Hybrid()
96 mDecodedImageWidth = def_output->format.video.nFrameWidth; in ProcessorInit()
160 bufferHStride = mDecodedImageWidth; in ProcessorReset()
162 bufferWidth = mDecodedImageWidth; in ProcessorReset()
217 ret = (width != mDecodedImageWidth) in isReallocateNeeded()
332 ((mDecodedImageWidth != 0) && (mDecodedImageHeight != 0)) && in ProcessorProcess()
333 …((mDecodedImageNewWidth != mDecodedImageWidth || mDecodedImageNewHeight != mDecodedImageHeight))) { in ProcessorProcess()
465 fb_index = mGetOutput(mCtx,mHybridCtx, &mDecodedImageWidth, &mDecodedImageHeight); in FillRenderBuffer()
485 if (mDecodedImageHeight == 0 && mDecodedImageWidth == 0) { in FillRenderBuffer()
486 mDecodedImageWidth = mDecodedImageNewWidth; in FillRenderBuffer()
493 if ((mDecodedImageNewWidth != mDecodedImageWidth) in FillRenderBuffer()
497 if (mFormatChanged && ((mDecodedImageNewWidth != mDecodedImageWidth) in FillRenderBuffer()
544 mDecodedImageWidth,mDecodedImageHeight,mDecodedImageNewWidth,mDecodedImageNewHeight); in HandleFormatChange()
545 mDecodedImageWidth = mDecodedImageNewWidth; in HandleFormatChange()
558 unsigned int width = mDecodedImageWidth; in HandleFormatChange()
560 unsigned int stride = mDecodedImageWidth; in HandleFormatChange()
563 unsigned int widthCropped = mDecodedImageWidth; in HandleFormatChange()
702 mDecodedImageWidth = port_def.format.video.nFrameWidth; in SetNativeBufferModeSpecific()