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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 91 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth;
108 bufferWidth = mGraphicBufferParam.graphicBufferWidth;
167 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth;
181 bufferWidth = mGraphicBufferParam.graphicBufferWidth;
201 ret = width > mGraphicBufferParam.graphicBufferWidth
529 width <= mGraphicBufferParam.graphicBufferWidth &&
537 width > mGraphicBufferParam.graphicBufferWidth ||
OMXVideoDecoderBase.h 108 uint32_t graphicBufferWidth;
OMXVideoDecoderBase.cpp 501 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth;
520 p->graphicBufferWidth = mGraphicBufferParam.graphicBufferWidth;
    [all...]
OMXVideoDecoderVP9HWR.cpp 257 int surfaceWidth = mGraphicBufferParam.graphicBufferWidth;
524 if (width <= mGraphicBufferParam.graphicBufferWidth &&
531 if (width > mGraphicBufferParam.graphicBufferWidth ||
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 153 uint32_t graphicBufferWidth;
VideoDecoderBase.cpp 136 mVideoFormatInfo.surfaceWidth = buffer->graphicBufferWidth;
166 mVideoFormatInfo.surfaceWidth = buffer->graphicBufferWidth;
    [all...]

Completed in 90 milliseconds