Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.cpp94 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth; in ProcessorInit()
109 bufferWidth = mGraphicBufferParam.graphicBufferWidth; in ProcessorInit()
178 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth; in ProcessorReset()
190 bufferWidth = mGraphicBufferParam.graphicBufferWidth; in ProcessorReset()
220 ret = width > mGraphicBufferParam.graphicBufferWidth in isReallocateNeeded()
602 width <= mGraphicBufferParam.graphicBufferWidth && in HandleFormatChange()
610 width > mGraphicBufferParam.graphicBufferWidth || in HandleFormatChange()
DOMXVideoDecoderBase.h110 uint32_t graphicBufferWidth; member
DOMXVideoDecoderBase.cpp521 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth; in PrepareConfigBuffer()
540 p->graphicBufferWidth = mGraphicBufferParam.graphicBufferWidth; in PrepareConfigBuffer()
1065 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()