Searched refs:SCALER_CROP_REGION (Results 1 – 12 of 12) sorted by relevance
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/ |
D | Camera2UtilsTest.java | 264 assertTrue(setUp.matches(CaptureRequest.SCALER_CROP_REGION, null)); in requestSettingsSetMatchesReferences() 265 assertFalse(setUp.matches(CaptureRequest.SCALER_CROP_REGION, new Rect(0, 0, 0, 0))); in requestSettingsSetMatchesReferences() 267 setUp.set(CaptureRequest.SCALER_CROP_REGION, null); in requestSettingsSetMatchesReferences() 268 assertTrue(setUp.matches(CaptureRequest.SCALER_CROP_REGION, null)); in requestSettingsSetMatchesReferences() 269 assertFalse(setUp.matches(CaptureRequest.SCALER_CROP_REGION, new Rect(0, 0, 0, 0))); in requestSettingsSetMatchesReferences() 271 setUp.set(CaptureRequest.SCALER_CROP_REGION, new Rect(0, 0, 0, 0)); in requestSettingsSetMatchesReferences() 272 assertFalse(setUp.matches(CaptureRequest.SCALER_CROP_REGION, null)); in requestSettingsSetMatchesReferences() 273 assertTrue(setUp.matches(CaptureRequest.SCALER_CROP_REGION, new Rect(0, 0, 0, 0))); in requestSettingsSetMatchesReferences() 274 assertFalse(setUp.matches(CaptureRequest.SCALER_CROP_REGION, new Rect(0, 0, 1, 1))); in requestSettingsSetMatchesReferences()
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | LegacyResultMapper.java | 122 request.get(CaptureRequest.SCALER_CROP_REGION), previewSize, params); in convertResultMetadata() 517 m.set(SCALER_CROP_REGION, zoomData.reportedCrop); in mapScaler()
|
D | LegacyFaceDetectMapper.java | 237 request.get(CaptureRequest.SCALER_CROP_REGION), previewSize, params); in mapResultFaces()
|
D | LegacyRequestMapper.java | 72 request.get(SCALER_CROP_REGION), in convertRequestMetadata()
|
D | LegacyMetadataMapper.java | 833 CaptureRequest.SCALER_CROP_REGION, in mapRequest() 877 CaptureResult.SCALER_CROP_REGION , in mapRequest()
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | AndroidCamera2Settings.java | 262 mRequestSettings.set(SCALER_CROP_REGION, mCropRectangle); in getRequestSettings()
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CaptureRequest.java | 2150 public static final Key<android.graphics.Rect> SCALER_CROP_REGION = field in CaptureRequest
|
D | CaptureResult.java | 2992 public static final Key<android.graphics.Rect> SCALER_CROP_REGION = field in CaptureResult
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 12945 …static final android.hardware.camera2.CaptureRequest.Key<android.graphics.Rect> SCALER_CROP_REGION; 13023 … static final android.hardware.camera2.CaptureResult.Key<android.graphics.Rect> SCALER_CROP_REGION;
|
/frameworks/base/api/ |
D | current.txt | 14159 …static final android.hardware.camera2.CaptureRequest.Key<android.graphics.Rect> SCALER_CROP_REGION; 14245 … static final android.hardware.camera2.CaptureResult.Key<android.graphics.Rect> SCALER_CROP_REGION;
|
D | test-current.txt | 14172 …static final android.hardware.camera2.CaptureRequest.Key<android.graphics.Rect> SCALER_CROP_REGION; 14258 … static final android.hardware.camera2.CaptureResult.Key<android.graphics.Rect> SCALER_CROP_REGION;
|
D | system-current.txt | 14606 …static final android.hardware.camera2.CaptureRequest.Key<android.graphics.Rect> SCALER_CROP_REGION; 14692 … static final android.hardware.camera2.CaptureResult.Key<android.graphics.Rect> SCALER_CROP_REGION;
|