Home
last modified time | relevance | path

Searched defs:crop_bottom (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/3rdparty/libwebp/dec/
Ddecode_vp8.h98 int crop_left, crop_right, crop_top, crop_bottom; member
/external/webp/src/dec/
Ddecode_vp8.h98 int crop_left, crop_right, crop_top, crop_bottom; member
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxer.hpp462 void set_crop_bottom(uint64 crop_bottom) { crop_bottom_ = crop_bottom; } in set_crop_bottom()
463 uint64 crop_bottom() const { return crop_bottom_; } in crop_bottom() function in mkvmuxer::VideoTrack