Searched refs:cropHeight (Results 1 – 5 of 5) sorted by relevance
75 size_t ColorConverter::BitmapParams::cropHeight() const { in cropHeight() function in android::ColorConverter::BitmapParams143 && src.cropHeight() == dst.cropHeight())) { in convertCbYCrY()153 for (size_t y = 0; y < src.cropHeight(); ++y) { in convertCbYCrY()203 && src.cropHeight() == dst.cropHeight())) { in convertYUV420Planar()222 for (size_t y = 0; y < src.cropHeight(); ++y) { in convertYUV420Planar()299 && src.cropHeight() == dst.cropHeight())) { in convertQCOMYUV420SemiPlanar()313 for (size_t y = 0; y < src.cropHeight(); ++y) { in convertQCOMYUV420SemiPlanar()373 && src.cropHeight() == dst.cropHeight())) { in convertYUV420SemiPlanar()387 for (size_t y = 0; y < src.cropHeight(); ++y) { in convertYUV420SemiPlanar()445 && src.cropHeight() == dst.cropHeight())) { in convertTIYUV420PackedSemiPlanar()[all …]
561 float cropHeight, cropWidth; in effectiveCropRectFromRequested() local564 cropHeight = requestedCrop.height(); in effectiveCropRectFromRequested()565 cropWidth = cropHeight * aspectRatioPreview; in effectiveCropRectFromRequested()569 cropHeight = cropWidth / aspectRatioPreview; in effectiveCropRectFromRequested()573 RectF cropRect = new RectF(/*left*/0, /*top*/0, cropWidth, cropHeight); in effectiveCropRectFromRequested()
55 size_t cropHeight() const;
555 float cropHeight = outHeight * (inWidth / (float) outWidth); in getMaxCropRect() local556 cropRect.top = (inHeight - cropHeight) * verticalAlignment; in getMaxCropRect()557 cropRect.bottom = cropRect.top + cropHeight; in getMaxCropRect()
6355 int cropHeight = (int)((float)height / (float)width * frame.width()); in screenshotApplicationsInner() local6356 crop.bottom = crop.top + cropHeight; in screenshotApplicationsInner()