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

  /external/libvpx/nestegg/include/nestegg/
nestegg.h 120 unsigned int crop_bottom; /**< Pixels to crop from the bottom 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)) {
220 crop_bottom = height - 1;
230 frame->mHeight = crop_bottom - crop_top + 1;
255 crop_left, crop_top, crop_right, crop_bottom,

Completed in 35 milliseconds