Home
last modified time | relevance | path

Searched refs:mDecodedImageWidth (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.cpp50 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 …]
DOMXVideoDecoderVP9HWR.cpp61 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()
DOMXVideoDecoderVP9HWR.h117 uint32_t mDecodedImageWidth; variable
DOMXVideoDecoderVP9Hybrid.h66 uint32_t mDecodedImageWidth; variable