Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:cropBottom

983     int32_t cropLeft, cropTop, cropRight, cropBottom;
985 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
992 cropBottom = height - 1;
997 cropLeft, cropTop, cropRight, cropBottom);
1012 int32_t usableHeight = cropBottom - cropTop + 1;