HomeSort by relevance Sort by last modified time
    Searched defs:crop_bottom (Results 1 - 2 of 2) 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:__anon5038
  /frameworks/base/media/libstagefright/codecs/avc/dec/
AVCDecoder.cpp 394 int32_t crop_left, crop_right, crop_top, crop_bottom; local
404 crop_bottom =
411 crop_bottom =
416 crop_bottom = height - 1;
422 int32_t aligned_height = (crop_bottom - crop_top + 1 + 15) & ~15;

Completed in 1861 milliseconds