Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.cpp47 mDecodedImageWidth = 0; in OMXVideoDecoderVP9Hybrid()
134 bufferSize = mDecodedImageWidth * mDecodedImageHeight * 1.5; in ProcessorReset()
135 bufferStride = mDecodedImageWidth; in ProcessorReset()
136 bufferWidth = mDecodedImageWidth; in ProcessorReset()
353 if (mDecodedImageHeight == 0 && mDecodedImageWidth == 0) { in FillRenderBuffer()
354 mDecodedImageWidth = mDecodedImageNewWidth; in FillRenderBuffer()
358 if ((mDecodedImageNewWidth != mDecodedImageWidth) in FillRenderBuffer()
406 mDecodedImageWidth,mDecodedImageHeight,mDecodedImageNewWidth,mDecodedImageNewHeight); in HandleFormatChange()
407 mDecodedImageWidth = mDecodedImageNewWidth; in HandleFormatChange()
420 unsigned int width = mDecodedImageWidth; in HandleFormatChange()
[all …]
DOMXVideoDecoderVP9HWR.cpp61 mDecodedImageWidth = 0; in OMXVideoDecoderVP9HWR()
482 mDecodedImageWidth = mDecodedImageNewWidth; in HandleFormatChange()
496 uint32_t width = mDecodedImageWidth; in HandleFormatChange()
498 uint32_t stride = mDecodedImageWidth; in HandleFormatChange()
501 uint32_t widthCropped = mDecodedImageWidth; in HandleFormatChange()
574 if ((mDecodedImageWidth == 0) && (mDecodedImageHeight == 0)) { // init value in FillRenderBuffer()
575 mDecodedImageWidth = img->d_w; in FillRenderBuffer()
578 if ((mDecodedImageWidth != img->d_w) && (mDecodedImageHeight != img->d_h)) { in FillRenderBuffer()
DOMXVideoDecoderVP9HWR.h117 uint32_t mDecodedImageWidth; variable
DOMXVideoDecoderVP9Hybrid.h66 uint32_t mDecodedImageWidth; variable