HomeSort by relevance Sort by last modified time
    Searched defs:crop_right (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h 123 unsigned int crop_right; /**< Pixels to crop from the right of the frame. */ member in struct:__anon10886
  /external/webp/src/dec/
decode_vp8.h 96 int crop_left, crop_right, crop_top, crop_bottom; member in struct:VP8Io
  /external/chromium/chrome/browser/chromeos/login/
camera.cc 484 int crop_right = frame_width_ - crop_left - desired_width; local
518 src += crop_right / 2;
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 252 int32_t crop_left, crop_top, crop_right, crop_bottom; local
255 &crop_left, &crop_top, &crop_right, &crop_bottom)) {
257 crop_right = width - 1;
267 frame->mWidth = crop_right - crop_left + 1;
293 crop_left, crop_top, crop_right, crop_bottom,
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
h264_utils.h 118 uint32 crop_right; member in struct:H264ParamNalu

Completed in 115 milliseconds