blob: 1832f9475dc6268c9ddcc899e2942df1e13c99c8 [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 {
Wonsik Kim9b75ad12024-01-31 16:49:03 -080030 name: "in_process_sw_audio_codec"
31 namespace: "codec_fwk"
32 description: "Feature flag for in-process software audio codec support"
33 bug: "297922713"
34}
35
36flag {
Lajos Molnar515e1a92024-01-11 15:48:47 -080037 name: "null_output_surface"
38 namespace: "codec_fwk"
39 description: "Feature flag for null output Surface support"
40 bug: "297920102"
41}
Ram Mohan04b56022024-02-03 06:08:37 +053042
43flag {
44 name: "region_of_interest"
45 namespace: "codec_fwk"
46 description: "Feature flag for region of interest support"
47 bug: "299191092"
48}