Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.cpp51 mDecodedImageHeight = 0; in OMXVideoDecoderVP9Hybrid()
97 mDecodedImageHeight = def_output->format.video.nFrameHeight; in ProcessorInit()
161 bufferVStride = mDecodedImageHeight; in ProcessorReset()
163 bufferHeight = mDecodedImageHeight; in ProcessorReset()
218 || (height != mDecodedImageHeight); in isReallocateNeeded()
332 ((mDecodedImageWidth != 0) && (mDecodedImageHeight != 0)) && in ProcessorProcess()
333 …((mDecodedImageNewWidth != mDecodedImageWidth || mDecodedImageNewHeight != mDecodedImageHeight))) { in ProcessorProcess()
473 fb_index = mGetOutput(mCtx,mHybridCtx, &mDecodedImageWidth, &mDecodedImageHeight); in FillRenderBuffer()
493 if (mDecodedImageHeight == 0 && mDecodedImageWidth == 0) { in FillRenderBuffer()
495 mDecodedImageHeight = mDecodedImageNewHeight; in FillRenderBuffer()
[all …]
DOMXVideoDecoderVP9HWR.cpp62 mDecodedImageHeight = 0; in OMXVideoDecoderVP9HWR()
481 mDecodedImageHeight = mDecodedImageNewHeight; in HandleFormatChange()
495 uint32_t height = mDecodedImageHeight; in HandleFormatChange()
497 uint32_t sliceHeight = mDecodedImageHeight; in HandleFormatChange()
500 uint32_t heightCropped = mDecodedImageHeight; in HandleFormatChange()
572 if ((mDecodedImageWidth == 0) && (mDecodedImageHeight == 0)) { // init value in FillRenderBuffer()
574 mDecodedImageHeight = img->d_h; in FillRenderBuffer()
576 if ((mDecodedImageWidth != img->d_w) && (mDecodedImageHeight != img->d_h)) { in FillRenderBuffer()
DOMXVideoDecoderVP9HWR.h118 uint32_t mDecodedImageHeight; variable
DOMXVideoDecoderVP9Hybrid.h67 uint32_t mDecodedImageHeight; variable