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

  /frameworks/av/media/libstagefright/omx/
OMXUtils.cpp 88 if (image.mPlane[ix].mHorizSubsampling > INT32_MAX
105 mPlane[ix].mHorizSubsampling = (int32_t)image.mPlane[ix].mHorizSubsampling;
246 image.mPlane[image.Y].mHorizSubsampling = 1;
259 image.mPlane[image.V].mHorizSubsampling = 2;
266 image.mPlane[image.U].mHorizSubsampling = 2;
278 image.mPlane[image.U].mHorizSubsampling = 2;
285 image.mPlane[image.V].mHorizSubsampling = 2;
296 image.mPlane[image.U].mHorizSubsampling = 2;
302 image.mPlane[image.V].mHorizSubsampling = 2
    [all...]
  /frameworks/native/headers/media_plugin/media/hardware/
VideoAPI.h 51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
93 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
VtsHalMediaOmxV1_0TargetVideoDecTest.cpp 718 img.mPlane[img.Y].mHorizSubsampling == 1 &&
720 if (img.mPlane[img.U].mHorizSubsampling == 2 &&
722 img.mPlane[img.V].mHorizSubsampling == 2 &&
737 img.mPlane[img.Y].mHorizSubsampling == 1 &&
739 if (img.mPlane[img.U].mHorizSubsampling == 2 &&
741 img.mPlane[img.V].mHorizSubsampling == 2 &&
    [all...]
  /frameworks/av/media/libstagefright/codec2/include/
C2Buffer.h 831 uint32_t mHorizSubsampling; // subsampling compared to width
    [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...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp     [all...]

Completed in 1637 milliseconds