/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,
|