Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.cpp92 … mGraphicBufferParam.graphicBufferHeight = (def_output->format.video.nFrameHeight + 0x1f) & ~0x1f; in ProcessorInit()
105 mGraphicBufferParam.graphicBufferHeight * 1.5; in ProcessorInit()
107 bufferHeight = mGraphicBufferParam.graphicBufferHeight; in ProcessorInit()
168 … mGraphicBufferParam.graphicBufferHeight = (def_output->format.video.nFrameHeight + 0x1f) & ~0x1f; in ProcessorReset()
178 mGraphicBufferParam.graphicBufferHeight * 1.5; in ProcessorReset()
180 bufferHeight = mGraphicBufferParam.graphicBufferHeight; in ProcessorReset()
202 || height > mGraphicBufferParam.graphicBufferHeight; in isReallocateNeeded()
530 height <= mGraphicBufferParam.graphicBufferHeight) { in HandleFormatChange()
538 height > mGraphicBufferParam.graphicBufferHeight) { in HandleFormatChange()
DOMXVideoDecoderVP9HWR.cpp258 int surfaceHeight = mGraphicBufferParam.graphicBufferHeight; in ProcessorInit()
261 mGraphicBufferParam.graphicBufferHeight * 1.5; in ProcessorInit()
525 height <= mGraphicBufferParam.graphicBufferHeight) { in HandleFormatChange()
532 height > mGraphicBufferParam.graphicBufferHeight) { in HandleFormatChange()
DOMXVideoDecoderBase.h109 uint32_t graphicBufferHeight; member
DOMXVideoDecoderBase.cpp502 … mGraphicBufferParam.graphicBufferHeight = (def_output->format.video.nFrameHeight + 0xf) & ~0xf; in PrepareConfigBuffer()
521 p->graphicBufferHeight = mGraphicBufferParam.graphicBufferHeight; in PrepareConfigBuffer()
975 mGraphicBufferParam.graphicBufferHeight = param->nativeBuffer->height;
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h154 uint32_t graphicBufferHeight; member
DVideoDecoderBase.cpp137 mVideoFormatInfo.surfaceHeight = buffer->graphicBufferHeight; in start()
167 mVideoFormatInfo.surfaceHeight = buffer->graphicBufferHeight; in reset()