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

  /frameworks/av/media/libstagefright/omx/
OMXUtils.cpp 103 mPlane[ix].mColInc = image.mPlane[ix].mColInc;
244 image.mPlane[image.Y].mColInc = 1;
257 image.mPlane[image.V].mColInc = 1;
264 image.mPlane[image.U].mColInc = 1;
276 image.mPlane[image.U].mColInc = 1;
283 image.mPlane[image.V].mColInc = 1;
294 image.mPlane[image.U].mColInc = 2;
300 image.mPlane[image.V].mColInc = 2;
  /frameworks/native/headers/media_plugin/media/hardware/
VideoAPI.h 49 uint32_t mColInc; // column increment in bytes
91 int32_t mColInc; // column increment in bytes
  /frameworks/av/media/libstagefright/codec2/include/
C2Buffer.h 829 int32_t mColInc; // column increment in bytes. may be negative
839 if (width > 0 && mColInc < 0) {
840 offs += mColInc * (ssize_t)(width - 1);
850 if (width > 0 && mColInc > 0) {
851 offs += mColInc * (ssize_t)(width - 1);
    [all...]
  /frameworks/base/media/java/android/media/
MediaCodec.java     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp     [all...]

Completed in 4583 milliseconds