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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.h 108 uint32_t graphicBufferHStride;
OMXVideoDecoderVP9Hybrid.cpp 92 mGraphicBufferParam.graphicBufferHStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN) & ~VP9_YV12_ALIGN;
107 bufferHStride = mGraphicBufferParam.graphicBufferHStride;
176 mGraphicBufferParam.graphicBufferHStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN) & ~VP9_YV12_ALIGN;
188 bufferHStride = mGraphicBufferParam.graphicBufferHStride;
OMXVideoDecoderBase.cpp 519 mGraphicBufferParam.graphicBufferHStride = getStride(def_output->format.video.nFrameWidth);
538 p->graphicBufferHStride = mGraphicBufferParam.graphicBufferHStride;
    [all...]
OMXVideoDecoderVP9HWR.cpp 259 int surfaceHStride = mGraphicBufferParam.graphicBufferHStride;
261 extNativeBufferSize = mGraphicBufferParam.graphicBufferHStride *
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 151 uint32_t graphicBufferHStride;
VideoDecoderBase.cpp 916 mVASurfaceAttrib->data_size = mConfigBuffer.graphicBufferHStride * mConfigBuffer.graphicBufferVStride * 1.5;
918 mVASurfaceAttrib->pitches[0] = mConfigBuffer.graphicBufferHStride;
919 mVASurfaceAttrib->pitches[1] = mConfigBuffer.graphicBufferHStride;
923 mVASurfaceAttrib->offsets[1] = mConfigBuffer.graphicBufferHStride * mConfigBuffer.graphicBufferVStride;
    [all...]

Completed in 175 milliseconds