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

Commit 2bedb57e authored by Shuzhen Wang's avatar Shuzhen Wang
Browse files

Camera: Add feature combination query version for Baklava

Add new combinations for feature combination query for Baklava.

Flag: com.android.internal.camera.flags.feature_combination_baklava
Test: Build
Bug: 370778206
Change-Id: I9a00b0d5b693f04c54a9f4a863d850df59ba222c
parent dca48527
Loading
Loading
Loading
Loading
+27 −1
Original line number Diff line number Diff line
@@ -560,7 +560,7 @@ public final class CameraCharacteristics extends CameraMetadata<CameraCharacteri
     * on a particular SessionConfiguration.</p>
     *
     * @return List of CameraCharacteristic keys containing characterisitics specific to a session
     * configuration. If {@link #INFO_SESSION_CONFIGURATION_QUERY_VERSION} is
     * configuration. If {@link #INFO_SESSION_CONFIGURATION_QUERY_VERSION} is at least
     * {@link Build.VERSION_CODES#VANILLA_ICE_CREAM}, then this list will only contain
     * CONTROL_ZOOM_RATIO_RANGE and SCALER_AVAILABLE_MAX_DIGITAL_ZOOM
     *
@@ -5241,6 +5241,32 @@ public final class CameraCharacteristics extends CameraMetadata<CameraCharacteri
     * <p>All of the above configurations can be set up with a SessionConfiguration. The list of
     * OutputConfiguration contains the stream configurations and DYNAMIC_RANGE_PROFILE, and
     * the AE_TARGET_FPS_RANGE and VIDEO_STABILIZATION_MODE are set as session parameters.</p>
     * <p>When set to BAKLAVA, the additional stream combinations below are verified
     * by the compliance tests:</p>
     * <table>
     * <thead>
     * <tr>
     * <th style="text-align: center;">Target 1</th>
     * <th style="text-align: center;">Size</th>
     * <th style="text-align: center;">Target 2</th>
     * <th style="text-align: center;">Size</th>
     * </tr>
     * </thead>
     * <tbody>
     * <tr>
     * <td style="text-align: center;">PRIV</td>
     * <td style="text-align: center;">S1080P</td>
     * <td style="text-align: center;">PRIV</td>
     * <td style="text-align: center;">S1080P</td>
     * </tr>
     * <tr>
     * <td style="text-align: center;">PRIV</td>
     * <td style="text-align: center;">S1080P</td>
     * <td style="text-align: center;">PRIV</td>
     * <td style="text-align: center;">S1440P</td>
     * </tr>
     * </tbody>
     * </table>
     * <p>This key is available on all devices.</p>
     */
    @PublicKey