HomeSort by relevance Sort by last modified time
    Searched refs:graphicBufferHeight (Results 1 - 6 of 6) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 92 mGraphicBufferParam.graphicBufferHeight = (def_output->format.video.nFrameHeight + 0x1f) & ~0x1f;
105 mGraphicBufferParam.graphicBufferHeight * 1.5;
107 bufferHeight = mGraphicBufferParam.graphicBufferHeight;
168 mGraphicBufferParam.graphicBufferHeight = (def_output->format.video.nFrameHeight + 0x1f) & ~0x1f;
178 mGraphicBufferParam.graphicBufferHeight * 1.5;
180 bufferHeight = mGraphicBufferParam.graphicBufferHeight;
202 || height > mGraphicBufferParam.graphicBufferHeight;
530 height <= mGraphicBufferParam.graphicBufferHeight) {
538 height > mGraphicBufferParam.graphicBufferHeight) {
OMXVideoDecoderBase.h 109 uint32_t graphicBufferHeight;
OMXVideoDecoderVP9HWR.cpp 258 int surfaceHeight = mGraphicBufferParam.graphicBufferHeight;
261 mGraphicBufferParam.graphicBufferHeight * 1.5;
525 height <= mGraphicBufferParam.graphicBufferHeight) {
532 height > mGraphicBufferParam.graphicBufferHeight) {
OMXVideoDecoderBase.cpp 502 mGraphicBufferParam.graphicBufferHeight = (def_output->format.video.nFrameHeight + 0xf) & ~0xf;
521 p->graphicBufferHeight = mGraphicBufferParam.graphicBufferHeight;
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 154 uint32_t graphicBufferHeight;
VideoDecoderBase.cpp 137 mVideoFormatInfo.surfaceHeight = buffer->graphicBufferHeight;
167 mVideoFormatInfo.surfaceHeight = buffer->graphicBufferHeight;
    [all...]

Completed in 70 milliseconds