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

Commit 99655cf3 authored by Emilian Peev's avatar Emilian Peev Committed by Automerger Merge Worker
Browse files

Camera: Initialize input stream dynamic range profile am: 065fb0f5

parents 0c628c44 065fb0f5
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -620,6 +620,10 @@ convertToHALStreamCombination(
        stream.bufferSize = 0;
        stream.bufferSize = 0;
        stream.groupId = -1;
        stream.groupId = -1;
        stream.sensorPixelModesUsed = defaultSensorPixelModes;
        stream.sensorPixelModesUsed = defaultSensorPixelModes;
        using DynamicRangeProfile =
            aidl::android::hardware::camera::metadata::RequestAvailableDynamicRangeProfilesMap;
        stream.dynamicRangeProfile =
            DynamicRangeProfile::ANDROID_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_STANDARD;
        streamConfiguration.streams[streamIdx++] = stream;
        streamConfiguration.streams[streamIdx++] = stream;
        streamConfiguration.multiResolutionInputImage =
        streamConfiguration.multiResolutionInputImage =
                sessionConfiguration.inputIsMultiResolution();
                sessionConfiguration.inputIsMultiResolution();