Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf7b2dd5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge changes from topic "presubmit-am-b2e291a416ff4d26ae9b9ac0b0a7cf6e" into...

Merge changes from topic "presubmit-am-b2e291a416ff4d26ae9b9ac0b0a7cf6e" into sc-mainline-prod am: 7ebd227a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15550617

Change-Id: I8c76f25b803191e102e045b06d39d36ee9c22b1c
parents ddd5f2e9 7ebd227a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -251,6 +251,7 @@ public final class CameraExtensionSessionImpl extends CameraExtensionSession {
                    CameraExtensionCharacteristics.PROCESSING_INPUT_FORMAT);
            mPreviewImageProcessor.onResolutionUpdate(new Size(repeatingSurfaceInfo.mWidth,
                    repeatingSurfaceInfo.mHeight));
            mPreviewImageProcessor.onOutputSurface(null, -1);
            mRepeatingRequestImageReader = ImageReader.newInstance(repeatingSurfaceInfo.mWidth,
                    repeatingSurfaceInfo.mHeight,
                    CameraExtensionCharacteristics.PROCESSING_INPUT_FORMAT, PREVIEW_QUEUE_SIZE,