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

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

Merge "Camera: Replace SDR profile constraint value" into tm-dev am:...

Merge "Camera: Replace SDR profile constraint value" into tm-dev am: 54622f18 am: 3afd3b0a am: b9633f33 am: c5d55471

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



Change-Id: I8951562d071e1b53abff37ed2527d59ae5ceefae
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 246380cb c5d55471
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -168,9 +168,8 @@ status_t CameraDeviceClient::initializeImpl(TProviderPtr providerPtr, const Stri
                                __FUNCTION__, mCameraIdStr.c_str(), entry.data.i64[i]);
                    }
                }
                mDynamicProfileMap.emplace(
                        ANDROID_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_STANDARD,
                        standardBitmap);
                mDynamicProfileMap[ANDROID_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_STANDARD] =
                        standardBitmap;
            } else {
                ALOGE("%s: Device %s supports 10-bit output but doesn't include a dynamic range"
                        " profile map!", __FUNCTION__, mCameraIdStr.c_str());