blob: 1475e15b13df9ed3e981c93310d337b4f224b5b8 [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"
Oriol Prieto Gasco9f47fcf2024-02-03 02:38:42 +00006container: "system"
Lajos Molnar64fd5712024-01-11 15:50:25 -08007
8flag {
Sungtak Lee458b7932023-12-07 08:39:50 +00009 name: "aidl_hal_input_surface"
10 namespace: "codec_fwk"
11 description: "Feature flags for enabling AIDL HAL InputSurface handling"
12 bug: "201479783"
13}
14
15flag {
Lajos Molnar64fd5712024-01-11 15:50:25 -080016 name: "dynamic_color_aspects"
17 namespace: "codec_fwk"
18 description: "Feature flag for dynamic color aspect support"
19 bug: "297914560"
20}
Lajos Molnar9a30c8b2024-01-11 15:49:29 -080021
22flag {
23 name: "hlg_editing"
24 namespace: "codec_fwk"
25 description: "Feature flag for HLG editing support"
26 bug: "316397061"
27}
Lajos Molnar515e1a92024-01-11 15:48:47 -080028
29flag {
30 name: "null_output_surface"
31 namespace: "codec_fwk"
32 description: "Feature flag for null output Surface support"
33 bug: "297920102"
34}