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

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

Merge "Camera: Retrieve maximum duration BLOB tags" into udc-dev am: 1fbc05b5 am: 0bcf1a02

parents aab4dd50 0bcf1a02
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1127,8 +1127,8 @@ status_t CameraProviderManager::ProviderInfo::DeviceInfo3::deriveJpegRTags(bool
    const int32_t scalerSizesTag =
              SessionConfigurationUtils::getAppropriateModeTag(
                      ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS, maxResolution);
    const int32_t scalerMinFrameDurationsTag =
            ANDROID_SCALER_AVAILABLE_MIN_FRAME_DURATIONS;
    const int32_t scalerMinFrameDurationsTag = SessionConfigurationUtils::getAppropriateModeTag(
            ANDROID_SCALER_AVAILABLE_MIN_FRAME_DURATIONS, maxResolution);
    const int32_t scalerStallDurationsTag =
                 SessionConfigurationUtils::getAppropriateModeTag(
                        ANDROID_SCALER_AVAILABLE_STALL_DURATIONS, maxResolution);