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

  /external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h 120 unsigned int crop_bottom; /**< Pixels to crop from the bottom of the frame. */ member in struct:__anon10886
  /external/webp/src/dec/
decode_vp8.h 96 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 84 milliseconds