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

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

Completed in 329 milliseconds