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

  /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)) {
223 crop_bottom = height - 1;
233 frame->mHeight = crop_bottom - crop_top + 1;
258 crop_left, crop_top, crop_right, crop_bottom,
  /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
  /external/webp/src/dec/
frame.c 278 if (y_end > io->crop_bottom) {
279 y_end = io->crop_bottom; // make sure we don't overflow on last row.
367 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4;
io.c 353 if (io->crop_top + y_end < io->crop_bottom) {
753 io->crop_bottom = y + h;
    [all...]
vp8.c 352 io->crop_bottom = io->height;
  /external/libvpx/nestegg/include/nestegg/
nestegg.h 120 unsigned int crop_bottom; /**< Pixels to crop from the bottom of the frame. */ member in struct:__anon8411
  /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 781 milliseconds