blob: 06aceeb35ecf21b1e59a49eb7c96bca051f3f6cb [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 {
Sungtak Lee458b7932023-12-07 08:39:50 +00008 name: "aidl_hal_input_surface"
9 namespace: "codec_fwk"
10 description: "Feature flags for enabling AIDL HAL InputSurface handling"
11 bug: "201479783"
12}
13
14flag {
Lajos Molnar64fd5712024-01-11 15:50:25 -080015 name: "dynamic_color_aspects"
16 namespace: "codec_fwk"
17 description: "Feature flag for dynamic color aspect support"
18 bug: "297914560"
19}
Lajos Molnar9a30c8b2024-01-11 15:49:29 -080020
21flag {
22 name: "hlg_editing"
23 namespace: "codec_fwk"
24 description: "Feature flag for HLG editing support"
25 bug: "316397061"
26}
Lajos Molnar515e1a92024-01-11 15:48:47 -080027
28flag {
29 name: "null_output_surface"
30 namespace: "codec_fwk"
31 description: "Feature flag for null output Surface support"
32 bug: "297920102"
33}