HomeSort by relevance Sort by last modified time
    Searched refs:crop_left (Results 26 - 34 of 34) sorted by null

12

  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 122 uint32 crop_left; member in struct:H264ParamNalu
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 122 uint32 crop_left; member in struct:H264ParamNalu
  /external/opencv3/3rdparty/libwebp/dec/
vp8l.c 571 assert(io->crop_left < io->crop_right);
582 *in_data += io->crop_left;
585 io->mb_w = io->crop_right - io->crop_left;
    [all...]
webp.c 743 x = options->crop_left;
753 io->crop_left = x;
vp8.c 338 io->crop_left = 0;
  /external/webp/src/dec/
webp.c 783 x = options->crop_left;
793 io->crop_left = x;
vp8l.c 658 assert(io->crop_left < io->crop_right);
669 *in_data += io->crop_left * sizeof(uint32_t);
672 io->mb_w = io->crop_right - io->crop_left;
    [all...]
vp8.c 312 io->crop_left = 0;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c     [all...]

Completed in 383 milliseconds

12