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

  /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)) {
218 crop_left = crop_top = 0;
230 frame->mHeight = crop_bottom - crop_top + 1;
255 crop_left, crop_top, crop_right, crop_bottom,
  /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/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:__anon13730
  /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/libvpx/nestegg/include/nestegg/
nestegg.h 121 unsigned int crop_top; /**< Pixels to crop from the top of the frame. */ member in struct:__anon7656
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
h264_utils.h 116 uint32 crop_top; member in struct:H264ParamNalu
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 223 config.options.crop_top = region.fTop;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c     [all...]
  /external/libvpx/nestegg/src/
nestegg.c     [all...]

Completed in 845 milliseconds