Home
last modified time | relevance | path

Searched refs:graphicBufferWidth (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.cpp91 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth; in ProcessorInit()
108 bufferWidth = mGraphicBufferParam.graphicBufferWidth; in ProcessorInit()
167 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth; in ProcessorReset()
181 bufferWidth = mGraphicBufferParam.graphicBufferWidth; in ProcessorReset()
201 ret = width > mGraphicBufferParam.graphicBufferWidth in isReallocateNeeded()
529 width <= mGraphicBufferParam.graphicBufferWidth && in HandleFormatChange()
537 width > mGraphicBufferParam.graphicBufferWidth || in HandleFormatChange()
DOMXVideoDecoderBase.h108 uint32_t graphicBufferWidth; member
DOMXVideoDecoderVP9HWR.cpp257 int surfaceWidth = mGraphicBufferParam.graphicBufferWidth; in ProcessorInit()
524 if (width <= mGraphicBufferParam.graphicBufferWidth && in HandleFormatChange()
531 if (width > mGraphicBufferParam.graphicBufferWidth || in HandleFormatChange()
DOMXVideoDecoderBase.cpp501 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth; in PrepareConfigBuffer()
520 p->graphicBufferWidth = mGraphicBufferParam.graphicBufferWidth; in PrepareConfigBuffer()
974 mGraphicBufferParam.graphicBufferWidth = param->nativeBuffer->width;
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h153 uint32_t graphicBufferWidth; member
DVideoDecoderBase.cpp136 mVideoFormatInfo.surfaceWidth = buffer->graphicBufferWidth; in start()
166 mVideoFormatInfo.surfaceWidth = buffer->graphicBufferWidth; in reset()