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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 90 mGraphicBufferParam.graphicBufferStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN) & ~VP9_YV12_ALIGN;
104 bufferSize = mGraphicBufferParam.graphicBufferStride *
106 bufferStride = mGraphicBufferParam.graphicBufferStride;
166 mGraphicBufferParam.graphicBufferStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN) & ~VP9_YV12_ALIGN;
177 bufferSize = mGraphicBufferParam.graphicBufferStride *
179 bufferStride = mGraphicBufferParam.graphicBufferStride;
OMXVideoDecoderBase.h 107 uint32_t graphicBufferStride;
OMXVideoDecoderBase.cpp 500 mGraphicBufferParam.graphicBufferStride = getStride(def_output->format.video.nFrameWidth);
518 p->graphicBufferStride = mGraphicBufferParam.graphicBufferStride;
    [all...]
OMXVideoDecoderVP9HWR.cpp 259 int surfaceStride = mGraphicBufferParam.graphicBufferStride;
260 extNativeBufferSize = mGraphicBufferParam.graphicBufferStride *
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 151 uint32_t graphicBufferStride;
VideoDecoderBase.cpp 916 mVASurfaceAttrib->data_size = mConfigBuffer.graphicBufferStride * mVideoFormatInfo.surfaceHeight * 1.5;
918 mVASurfaceAttrib->pitches[0] = mConfigBuffer.graphicBufferStride;
919 mVASurfaceAttrib->pitches[1] = mConfigBuffer.graphicBufferStride;
923 mVASurfaceAttrib->offsets[1] = mConfigBuffer.graphicBufferStride * mVideoFormatInfo.surfaceHeight;
    [all...]

Completed in 75 milliseconds