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

  /external/chromium_org/third_party/libwebp/dec/
decode_vp8.h 98 int crop_left, crop_right, crop_top, crop_bottom; member in struct:VP8Io
  /external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h 121 unsigned int crop_bottom; /**< Pixels to crop from the bottom of the frame. */ member in struct:__anon23865
  /external/webp/src/dec/
decode_vp8.h 98 int crop_left, crop_right, crop_top, crop_bottom; member in struct:VP8Io
  /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)) {
258 crop_bottom = height - 1;
268 frame->mHeight = crop_bottom - crop_top + 1;
293 crop_left, crop_top, crop_right, crop_bottom,

Completed in 521 milliseconds