Searched refs:targetRect (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DSurfaceHolderTarget.java168 RectF targetRect = getTargetRect(sourceRect, surfaceRect);
170 if (targetRect.width() > 0 && targetRect.height() > 0) {
172 canvas.drawBitmap(bitmap, sourceRect, targetRect, new Paint());
H A DFrameImage2D.java93 * @param targetRect The target rectangle in normalized coordinates.
95 public void copyToFrame(FrameImage2D target, RectF sourceRect, RectF targetRect) { argument
97 gpuImageCopy(this, target, sourceRect, targetRect);
99 cpuImageCopy(this, target, sourceRect, targetRect);

Completed in 44 milliseconds