Searched defs:previewSize (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/ |
H A D | BitmapRegionTileSource.java | 165 public BitmapSource(int previewSize) { in BitmapSource() 184 int previewSize = Math.min(mPreviewSize, MAX_PREVIEW_SIZE); in loadInBackground() local 226 public FilePathBitmapSource(String path, int previewSize) { in FilePathBitmapSource() 261 public UriBitmapSource(Context context, Uri uri, int previewSize) { in UriBitmapSource() 326 public ResourceBitmapSource(Resources res, int resId, int previewSize) { in ResourceBitmapSource() 390 int previewSize = source.getPreviewSize(); in BitmapRegionTileSource() local
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
H A D | Camera2ReprocessCaptureTest.java | 226 int reprocessOutputFormat, Size previewSize, CaptureTestCase captureTestCase) in testReprocessingMaxSizes() 260 private void testReprocessingAllCombinations(String cameraId, Size previewSize, in testReprocessingAllCombinations() 309 Size reprocessOutputSize, int reprocessOutputFormat, Size previewSize, in testReprocessMixedBurst() 381 Size reprocessOutputSize, int reprocessOutputFormat, Size previewSize, in testReprocessBurst() 440 Size reprocessOutputSize, int reprocessOutputFormat, Size previewSize, in testReprocess()
|
H A D | Camera2SwitchPreviewTest.java | 494 Size previewSize = null; in updatePreviewSurfaceWithVideo() local
|
H A D | Camera2RecordingTest.java | 780 Size previewSize = null; in updatePreviewSurfaceWithVideo() local
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | TextureViewActivity.java | 105 Camera.Size previewSize = mCamera.getParameters().getPreviewSize(); in onSurfaceTextureAvailable() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/ |
H A D | TaskPreviewSizeProvider.kt | 79 val previewSize = Rect(0, 0, width, height) regex
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/ |
H A D | QrCamera.java | 150 Rect getFramePosition(Size previewSize, int cameraOrientation); in getFramePosition() 410 final Camera.Size previewSize = parameters.getPreviewSize(); in getBestPictureSize() local
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | Camera.java | 1038 Size previewSize = p.getPreviewSize(); in createPreviewAllocation() local 1106 Size previewSize = p.getPreviewSize(); in setPreviewCallbackAllocation() local
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraExtensionSessionImpl.java | 309 Size previewSize = findSmallestAspectMatchedSize(mSupportedPreviewSizes, captureSize); in initializeRepeatingRequestPipeline() local
|