Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.cpp93 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth; in ProcessorInit()
108 bufferWidth = mGraphicBufferParam.graphicBufferWidth; in ProcessorInit()
177 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth; in ProcessorReset()
189 bufferWidth = mGraphicBufferParam.graphicBufferWidth; in ProcessorReset()
219 ret = width > mGraphicBufferParam.graphicBufferWidth in isReallocateNeeded()
601 width <= mGraphicBufferParam.graphicBufferWidth && in HandleFormatChange()
609 width > mGraphicBufferParam.graphicBufferWidth || in HandleFormatChange()
DOMXVideoDecoderBase.h110 uint32_t graphicBufferWidth; member
DOMXVideoDecoderBase.cpp522 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth; in PrepareConfigBuffer()
541 p->graphicBufferWidth = mGraphicBufferParam.graphicBufferWidth; in PrepareConfigBuffer()
1066 mGraphicBufferParam.graphicBufferWidth = param->nativeBuffer->width;
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h154 uint32_t graphicBufferWidth; member
DVideoDecoderBase.cpp136 mVideoFormatInfo.surfaceWidth = buffer->graphicBufferWidth; in start()
166 mVideoFormatInfo.surfaceWidth = buffer->graphicBufferWidth; in reset()