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

Commit 1feed915 authored by Ray Essick's avatar Ray Essick Committed by Automerger Merge Worker
Browse files

Merge "C2SoftGav1Dec: Update supported levels" into sc-dev am: 1716e1d1

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

Change-Id: I2cfe9fe8d547865fb98af8c0c7789c9ce22c864a
parents 026a7a7e 1716e1d1
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -65,12 +65,14 @@ class C2SoftGav1Dec::IntfImpl : public SimpleInterface<void>::BaseParams {
                                              C2Config::PROFILE_AV1_1}),
                                  C2F(mProfileLevel, level)
                                      .oneOf({
                                          C2Config::LEVEL_AV1_2,
                                          C2Config::LEVEL_AV1_2_1,
                                          C2Config::LEVEL_AV1_2_2,
                                          C2Config::LEVEL_AV1_3,
                                          C2Config::LEVEL_AV1_3_1,
                                          C2Config::LEVEL_AV1_3_2,
                                          C2Config::LEVEL_AV1_2, C2Config::LEVEL_AV1_2_1,
                                          C2Config::LEVEL_AV1_2_2, C2Config::LEVEL_AV1_2_3,
                                          C2Config::LEVEL_AV1_3, C2Config::LEVEL_AV1_3_1,
                                          C2Config::LEVEL_AV1_3_2, C2Config::LEVEL_AV1_3_3,
                                          C2Config::LEVEL_AV1_4, C2Config::LEVEL_AV1_4_1,
                                          C2Config::LEVEL_AV1_4_2, C2Config::LEVEL_AV1_4_3,
                                          C2Config::LEVEL_AV1_5, C2Config::LEVEL_AV1_5_1,
                                          C2Config::LEVEL_AV1_5_2, C2Config::LEVEL_AV1_5_3,
                                      })})
                     .withSetter(ProfileLevelSetter, mSize)
                     .build());