Searched refs:mDecodedImageWidth (Results 1 – 4 of 4) sorted by relevance
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()[all …]
61 mDecodedImageWidth = 0; in OMXVideoDecoderVP9HWR()480 mDecodedImageWidth = mDecodedImageNewWidth; in HandleFormatChange()494 uint32_t width = mDecodedImageWidth; in HandleFormatChange()496 uint32_t stride = mDecodedImageWidth; in HandleFormatChange()499 uint32_t widthCropped = mDecodedImageWidth; in HandleFormatChange()572 if ((mDecodedImageWidth == 0) && (mDecodedImageHeight == 0)) { // init value in FillRenderBuffer()573 mDecodedImageWidth = img->d_w; in FillRenderBuffer()576 if ((mDecodedImageWidth != img->d_w) && (mDecodedImageHeight != img->d_h)) { in FillRenderBuffer()
117 uint32_t mDecodedImageWidth; variable
66 uint32_t mDecodedImageWidth; variable