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

Commit f4950034 authored by Ray Essick's avatar Ray Essick
Browse files

Companion constants for QP bounding

Set up constants in MediaCodecConstants so we can use those
instead of the raw constants throughout the native media framework.

Bug: 183245276
Test: compilation
Change-Id: Ie137562b0ae1014c7af61d5ad637719a4059b80b
parent 17879bb4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -684,6 +684,7 @@ inline static const char *asString_ColorFormat(int32_t i, const char *def = "??"
constexpr char FEATURE_AdaptivePlayback[]       = "adaptive-playback";
constexpr char FEATURE_IntraRefresh[] = "intra-refresh";
constexpr char FEATURE_PartialFrame[] = "partial-frame";
constexpr char FEATURE_QpBounds[] = "qp-bounds";
constexpr char FEATURE_SecurePlayback[]         = "secure-playback";
constexpr char FEATURE_TunneledPlayback[]       = "tunneled-playback";