blob: a2b6a8284e06369314ce741a8005c1ada285ea30 [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"
Oriol Prieto Gasco77cd63f2024-03-01 17:12:01 +000017 is_exported: true
Lajos Molnar64fd5712024-01-11 15:50:25 -080018 namespace: "codec_fwk"
19 description: "Feature flag for dynamic color aspect support"
20 bug: "297914560"
21}
Lajos Molnar9a30c8b2024-01-11 15:49:29 -080022
23flag {
24 name: "hlg_editing"
Oriol Prieto Gasco77cd63f2024-03-01 17:12:01 +000025 is_exported: true
Lajos Molnar9a30c8b2024-01-11 15:49:29 -080026 namespace: "codec_fwk"
27 description: "Feature flag for HLG editing support"
28 bug: "316397061"
29}
Lajos Molnar515e1a92024-01-11 15:48:47 -080030
31flag {
Wonsik Kim9b75ad12024-01-31 16:49:03 -080032 name: "in_process_sw_audio_codec"
Oriol Prieto Gasco77cd63f2024-03-01 17:12:01 +000033 is_exported: true
Wonsik Kim9b75ad12024-01-31 16:49:03 -080034 namespace: "codec_fwk"
Lajos Molnard1524342024-02-15 21:13:16 -080035 description: "Feature flag for in-process software audio codec API"
Wonsik Kim9b75ad12024-01-31 16:49:03 -080036 bug: "297922713"
37}
38
39flag {
Lajos Molnard1524342024-02-15 21:13:16 -080040 name: "in_process_sw_audio_codec_support"
41 namespace: "codec_fwk"
42 description: "Feature flag for in-process software audio codec support"
43 bug: "325520135"
44}
45
46flag {
47 name: "large_audio_frame_finish"
48 namespace: "codec_fwk"
49 description: "Implementation flag for large audio frame finishing tasks"
50 bug: "325512893"
51}
52
53flag {
Lajos Molnar34c92662024-03-08 08:37:55 -080054 name: "native_capabilites"
55 namespace: "codec_fwk"
56 description: "Feature flag for native codec capabilities"
57 bug: "306023029"
58}
59
60flag {
Lajos Molnar515e1a92024-01-11 15:48:47 -080061 name: "null_output_surface"
Oriol Prieto Gasco77cd63f2024-03-01 17:12:01 +000062 is_exported: true
Lajos Molnar515e1a92024-01-11 15:48:47 -080063 namespace: "codec_fwk"
Lajos Molnard1524342024-02-15 21:13:16 -080064 description: "Feature flag for null output Surface API"
Lajos Molnar515e1a92024-01-11 15:48:47 -080065 bug: "297920102"
66}
Ram Mohan04b56022024-02-03 06:08:37 +053067
68flag {
Lajos Molnard1524342024-02-15 21:13:16 -080069 name: "null_output_surface_support"
70 namespace: "codec_fwk"
71 description: "Feature flag for null output Surface support"
72 bug: "325550522"
73}
74
75flag {
Ram Mohan04b56022024-02-03 06:08:37 +053076 name: "region_of_interest"
Oriol Prieto Gasco77cd63f2024-03-01 17:12:01 +000077 is_exported: true
Ram Mohan04b56022024-02-03 06:08:37 +053078 namespace: "codec_fwk"
Lajos Molnard1524342024-02-15 21:13:16 -080079 description: "Feature flag for region of interest API"
Ram Mohan04b56022024-02-03 06:08:37 +053080 bug: "299191092"
81}
Lajos Molnard1524342024-02-15 21:13:16 -080082
83flag {
84 name: "region_of_interest_support"
85 namespace: "codec_fwk"
86 description: "Feature flag for region of interest support"
87 bug: "325549730"
88}
Lajos Molnar4d4c95c2024-03-08 08:50:16 -080089
90flag {
91 name: "teamfood"
92 namespace: "codec_fwk"
93 description: "Feature flag to track teamfood population"
94 bug: "328770262"
95}