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

  /frameworks/base/media/libstagefright/colorconversion/
ColorConverter.cpp 75 size_t ColorConverter::BitmapParams::cropHeight() const {
143 && src.cropHeight() == dst.cropHeight())) {
153 for (size_t y = 0; y < src.cropHeight(); ++y) {
199 && src.cropHeight() == dst.cropHeight())) {
218 for (size_t y = 0; y < src.cropHeight(); ++y) {
296 && src.cropHeight() == dst.cropHeight())) {
310 for (size_t y = 0; y < src.cropHeight(); ++y)
    [all...]
  /frameworks/base/include/media/stagefright/
ColorConverter.h 55 size_t cropHeight() const;
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 479 int cropHeight = cropWidth;
483 cropHeight = cropWidth * mAspectY / mAspectX;
485 cropWidth = cropHeight * mAspectX / mAspectY;
490 int y = (height - cropHeight) / 2;
492 RectF cropRect = new RectF(x, y, x + cropWidth, y + cropHeight);

Completed in 70 milliseconds