blob: 183bd995645e150a09bd7628725ca7d2f49247a5 [file] [log] [blame]
Lajos Molnar64fd5712024-01-11 15:50:25 -08001# Codec framework feature flags.
2#
3# !!! Please add flags in alphabetical order. !!!
4
5package: "android.media.codec"
6
7flag {
8 name: "dynamic_color_aspects"
9 namespace: "codec_fwk"
10 description: "Feature flag for dynamic color aspect support"
11 bug: "297914560"
12}
Lajos Molnar9a30c8b2024-01-11 15:49:29 -080013
14flag {
15 name: "hlg_editing"
16 namespace: "codec_fwk"
17 description: "Feature flag for HLG editing support"
18 bug: "316397061"
19}
Lajos Molnar515e1a92024-01-11 15:48:47 -080020
21flag {
22 name: "null_output_surface"
23 namespace: "codec_fwk"
24 description: "Feature flag for null output Surface support"
25 bug: "297920102"
26}