Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.cpp81 mGraphicBufferParam.graphicBufferHeight * 1.5; in ProcessorInit()
84 bufferHeight = mGraphicBufferParam.graphicBufferHeight; in ProcessorInit()
141 mGraphicBufferParam.graphicBufferHeight * 1.5; in ProcessorReset()
145 bufferHeight = mGraphicBufferParam.graphicBufferHeight; in ProcessorReset()
166 || height > mGraphicBufferParam.graphicBufferHeight; in isReallocateNeeded()
452 height <= mGraphicBufferParam.graphicBufferHeight) { in HandleFormatChange()
459 height > mGraphicBufferParam.graphicBufferHeight) { in HandleFormatChange()
DOMXVideoDecoderVP9HWR.cpp260 int surfaceHeight = mGraphicBufferParam.graphicBufferHeight; in ProcessorInit()
263 mGraphicBufferParam.graphicBufferHeight * 1.5; in ProcessorInit()
528 height <= mGraphicBufferParam.graphicBufferHeight) { in HandleFormatChange()
535 height > mGraphicBufferParam.graphicBufferHeight) { in HandleFormatChange()
DOMXVideoDecoderBase.h106 uint32_t graphicBufferHeight; member
DOMXVideoDecoderBase.cpp456 p->graphicBufferHeight = mGraphicBufferParam.graphicBufferHeight; in PrepareConfigBuffer()
859 mGraphicBufferParam.graphicBufferHeight = param->nativeBuffer->height;
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h152 uint32_t graphicBufferHeight; member
DVideoDecoderBase.cpp133 mVideoFormatInfo.surfaceHeight = buffer->graphicBufferHeight; in start()
162 mVideoFormatInfo.surfaceHeight = buffer->graphicBufferHeight; in reset()