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

  /external/webp/include/webp/
decode_vp8.h 93 int crop_left, crop_right, crop_top, crop_bottom; member in struct:VP8Io
decode.h 347 int crop_left, crop_top; // top-left position for cropping. member in struct:__anon15202
  /external/libvpx/nestegg/include/nestegg/
nestegg.h 121 unsigned int crop_top; /**< Pixels to crop from the top of the frame. */ member in struct:__anon8411
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 217 int32_t crop_left, crop_top, crop_right, crop_bottom; local
220 &crop_left, &crop_top, &crop_right, &crop_bottom)) {
221 crop_left = crop_top = 0;
233 frame->mHeight = crop_bottom - crop_top + 1;
258 crop_left, crop_top, crop_right, crop_bottom,
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
h264_utils.h 116 uint32 crop_top; member in struct:H264ParamNalu
  /external/webp/src/dec/
frame.c 291 if (y_start < io->crop_top) {
292 const int delta_y = io->crop_top - y_start;
293 y_start = io->crop_top;
309 io->mb_y = y_start - io->crop_top;
348 // avoid doing the in-loop filtering before crop_top/crop_left position.
363 dec->tl_mb_y_ = io->crop_top >> 4;
buffer.c 132 const int y = options->crop_top & ~1;
io.c 353 if (io->crop_top + y_end < io->crop_bottom) {
745 y = options->crop_top & ~1;
751 io->crop_top = y;
    [all...]
vp8.c 349 io->crop_top = 0;
  /external/libvpx/nestegg/test/
test.c 134 vparams.crop_top, vparams.crop_left, vparams.crop_bottom, vparams.crop_right);
  /external/chromium/chrome/browser/chromeos/login/
camera.cc 485 int crop_top = (frame_height_ - desired_height_) / 2; local
503 crop_top * (frame_width_ / 2);
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 224 config.options.crop_top = region.fTop;
  /external/libvpx/nestegg/src/
nestegg.c     [all...]

Completed in 874 milliseconds