Lines Matching refs:crop
738 Rect crop(Rect::EMPTY_RECT);
743 input.deflate(×tamp, &isAutoTimestamp, &dataSpace, &crop, &scalingMode,
803 " crop=[%d,%d,%d,%d] transform=%#x scale=%s",
805 crop.left, crop.top, crop.right, crop.bottom, transform,
811 crop.intersect(bufferRect, &croppedRect);
812 if (croppedRect != crop) {
813 BQ_LOGE("queueBuffer: crop rect is not contained within the "
831 item.mCrop = crop;
854 mCore->mSharedBufferCache.crop = crop;