blob: 362e98e3d07014de44a7eb2533a721ccb5ce829f [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 {
Wonsik Kim1951d932024-05-23 22:59:00 +000047 name: "input_surface_throttle"
48 namespace: "codec_fwk"
49 description: "Bugfix flag for input surface throttle"
50 bug: "342269852"
51 metadata {
52 purpose: PURPOSE_BUGFIX
53 }
54}
55
56flag {
Lajos Molnard1524342024-02-15 21:13:16 -080057 name: "large_audio_frame_finish"
58 namespace: "codec_fwk"
59 description: "Implementation flag for large audio frame finishing tasks"
60 bug: "325512893"
61}
62
63flag {
Lajos Molnar34c92662024-03-08 08:37:55 -080064 name: "native_capabilites"
65 namespace: "codec_fwk"
66 description: "Feature flag for native codec capabilities"
67 bug: "306023029"
68}
69
70flag {
Lajos Molnar515e1a92024-01-11 15:48:47 -080071 name: "null_output_surface"
Oriol Prieto Gasco77cd63f2024-03-01 17:12:01 +000072 is_exported: true
Lajos Molnar515e1a92024-01-11 15:48:47 -080073 namespace: "codec_fwk"
Lajos Molnard1524342024-02-15 21:13:16 -080074 description: "Feature flag for null output Surface API"
Lajos Molnar515e1a92024-01-11 15:48:47 -080075 bug: "297920102"
76}
Ram Mohan04b56022024-02-03 06:08:37 +053077
78flag {
Lajos Molnard1524342024-02-15 21:13:16 -080079 name: "null_output_surface_support"
80 namespace: "codec_fwk"
81 description: "Feature flag for null output Surface support"
82 bug: "325550522"
83}
84
85flag {
Ram Mohan04b56022024-02-03 06:08:37 +053086 name: "region_of_interest"
Oriol Prieto Gasco77cd63f2024-03-01 17:12:01 +000087 is_exported: true
Ram Mohan04b56022024-02-03 06:08:37 +053088 namespace: "codec_fwk"
Lajos Molnard1524342024-02-15 21:13:16 -080089 description: "Feature flag for region of interest API"
Ram Mohan04b56022024-02-03 06:08:37 +053090 bug: "299191092"
91}
Lajos Molnard1524342024-02-15 21:13:16 -080092
93flag {
94 name: "region_of_interest_support"
95 namespace: "codec_fwk"
96 description: "Feature flag for region of interest support"
97 bug: "325549730"
98}
Lajos Molnar4d4c95c2024-03-08 08:50:16 -080099
100flag {
Wonsik Kim7391be12024-04-17 18:29:11 +0000101 name: "set_callback_stall"
102 namespace: "codec_fwk"
103 description: "Bugfix flag for setCallback stall"
104 bug: "326010604"
105 metadata {
106 purpose: PURPOSE_BUGFIX
107 }
108}
109
110flag {
111 name: "set_state_early"
112 namespace: "codec_fwk"
113 description: "Bugfix flag for setting state early to avoid a race condition"
Wonsik Kimb892fcc2024-04-29 17:04:14 +0000114 bug: "298613712"
Wonsik Kim7391be12024-04-17 18:29:11 +0000115 metadata {
116 purpose: PURPOSE_BUGFIX
117 }
118}
119
120flag {
Sungtak Lee6c6c7b22024-05-07 19:03:10 +0000121 name: "stop_hal_before_surface"
122 namespace: "codec_fwk"
123 description: "Bugfix flag for setting state early to avoid a race condition"
124 bug: "339247977"
125 metadata {
126 purpose: PURPOSE_BUGFIX
127 }
128}
129
130flag {
Lajos Molnar4d4c95c2024-03-08 08:50:16 -0800131 name: "teamfood"
132 namespace: "codec_fwk"
133 description: "Feature flag to track teamfood population"
134 bug: "328770262"
135}
Yixiao Luoc4585472024-08-26 23:49:50 +0000136
137flag {
138 name: "thumbnail_block_model"
139 namespace: "codec_fwk"
140 description: "Feature flag for using block model decoder in thumbnail generation"
141 bug: "329521645"
142}