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

Commit e970d05d authored by Rucha Katakwar's avatar Rucha Katakwar Committed by Automerger Merge Worker
Browse files

Merge "Update getHighSpeedVideoFpsRanges API doc." into tm-dev am: 7073d3bb

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

Change-Id: If3f3ebd17f836513438867f900d855c061f5f066
parents d406b3f9 7073d3bb
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -781,10 +781,11 @@ public final class StreamConfigurationMap {
     * <li>The fpsMin and fpsMax will be a multiple 30fps.</li>
     * <li>The fpsMin will be no less than 30fps, the fpsMax will be no less than 120fps.</li>
     * <li>At least one range will be a fixed FPS range where fpsMin == fpsMax.</li>
     * <li>For each fixed FPS range, there will be one corresponding variable FPS range [30,
     * fps_max]. These kinds of FPS ranges are suitable for preview-only use cases where the
     * application doesn't want the camera device always produce higher frame rate than the display
     * refresh rate.</li>
     * <li>For each fixed FPS range, there will be one corresponding variable FPS range
     * [30, fps_max] or [60, fps_max]. These kinds of FPS ranges are suitable for preview-only
     * use cases where the application doesn't want the camera device always produce higher frame
     * rate than the display refresh rate. Both 30fps and 60fps preview rate will not be
     * supported for the same recording rate.</li>
     * </p>
     *
     * @return an array of supported high speed video recording FPS ranges The upper bound of