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/
OMXVideoDecoderBase.h 105 uint32_t graphicBufferWidth;
OMXVideoDecoderVP9Hybrid.cpp 85 bufferWidth = mGraphicBufferParam.graphicBufferWidth;
143 bufferWidth = mGraphicBufferParam.graphicBufferWidth;
165 ret = width > mGraphicBufferParam.graphicBufferWidth
451 if (width <= mGraphicBufferParam.graphicBufferWidth &&
458 if (width > mGraphicBufferParam.graphicBufferWidth ||
OMXVideoDecoderBase.cpp 455 p->graphicBufferWidth = mGraphicBufferParam.graphicBufferWidth;
    [all...]
OMXVideoDecoderVP9HWR.cpp 259 int surfaceWidth = mGraphicBufferParam.graphicBufferWidth;
527 if (width <= mGraphicBufferParam.graphicBufferWidth &&
534 if (width > mGraphicBufferParam.graphicBufferWidth ||
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 151 uint32_t graphicBufferWidth;
VideoDecoderBase.cpp 132 mVideoFormatInfo.surfaceWidth = buffer->graphicBufferWidth;
161 mVideoFormatInfo.surfaceWidth = buffer->graphicBufferWidth;
    [all...]

Completed in 2960 milliseconds