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

Commit 710b39b6 authored by Ray Essick's avatar Ray Essick
Browse files

Media constans not yet in aosp

Bring new mediacodec constants to AOSP a little early to support
other features being integrated in aosp first.

Bug: 181830609
Test: compilation
Merged-In: Ic3635c425bbd8f47907155be27b0eca76d6fffb0
Change-Id: I4db90cbe6e3c9314b443d969ae4ae2a4ab0a49a0
parent 73d59b21
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -752,7 +752,7 @@ constexpr char KEY_CA_SESSION_ID[] = "ca-session-id";
constexpr char KEY_CA_SYSTEM_ID[] = "ca-system-id";
constexpr char KEY_CA_PRIVATE_DATA[] = "ca-private-data";
constexpr char KEY_CAPTURE_RATE[] = "capture-rate";
constexpr char KEY_CHANNEL_COUNT[] = "channel-count";
constexpr char KEY_CHANNEL_COUNT[] = "channel-count";   // value N, eq to range 1..N
constexpr char KEY_CHANNEL_MASK[] = "channel-mask";
constexpr char KEY_COLOR_FORMAT[] = "color-format";
constexpr char KEY_COLOR_RANGE[] = "color-range";
@@ -807,6 +807,14 @@ constexpr char KEY_TEMPORAL_LAYERING[] = "ts-schema";
constexpr char KEY_TILE_HEIGHT[] = "tile-height";
constexpr char KEY_TILE_WIDTH[] = "tile-width";
constexpr char KEY_TRACK_ID[] = "track-id";
constexpr char KEY_VIDEO_QP_B_MAX[] = "video-qp-b-max";
constexpr char KEY_VIDEO_QP_B_MIN[] = "video-qp-b-min";
constexpr char KEY_VIDEO_QP_I_MAX[] = "video-qp-i-max";
constexpr char KEY_VIDEO_QP_I_MIN[] = "video-qp-i-min";
constexpr char KEY_VIDEO_QP_MAX[] = "video-qp-max";
constexpr char KEY_VIDEO_QP_MIN[] = "video-qp-min";
constexpr char KEY_VIDEO_QP_P_MAX[] = "video-qp-p-max";
constexpr char KEY_VIDEO_QP_P_MIN[] = "video-qp-p-min";
constexpr char KEY_WIDTH[] = "width";

// from MediaCodec.java