blob: da422b59703f39cd319bba19bfa1b565ca415895 [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 {
will-cw.chen0f569652023-09-15 13:15:54 +080016 name: "set_state_early"
17 namespace: "codec_fwk"
18 description: "Bugfix flag for setting state early to avoid a race condition"
19 bug: "298613712"
20 metadata {
21 purpose: PURPOSE_BUGFIX
22 }
23}
24
25flag {
Lajos Molnar64fd5712024-01-11 15:50:25 -080026 name: "dynamic_color_aspects"
Oriol Prieto Gasco77cd63f2024-03-01 17:12:01 +000027 is_exported: true
Lajos Molnar64fd5712024-01-11 15:50:25 -080028 namespace: "codec_fwk"
29 description: "Feature flag for dynamic color aspect support"
30 bug: "297914560"
31}
Lajos Molnar9a30c8b2024-01-11 15:49:29 -080032
33flag {
34 name: "hlg_editing"
Oriol Prieto Gasco77cd63f2024-03-01 17:12:01 +000035 is_exported: true
Lajos Molnar9a30c8b2024-01-11 15:49:29 -080036 namespace: "codec_fwk"
37 description: "Feature flag for HLG editing support"
38 bug: "316397061"
39}
Lajos Molnar515e1a92024-01-11 15:48:47 -080040
41flag {
Wonsik Kim9b75ad12024-01-31 16:49:03 -080042 name: "in_process_sw_audio_codec"
Oriol Prieto Gasco77cd63f2024-03-01 17:12:01 +000043 is_exported: true
Wonsik Kim9b75ad12024-01-31 16:49:03 -080044 namespace: "codec_fwk"
Lajos Molnard1524342024-02-15 21:13:16 -080045 description: "Feature flag for in-process software audio codec API"
Wonsik Kim9b75ad12024-01-31 16:49:03 -080046 bug: "297922713"
47}
48
49flag {
Lajos Molnard1524342024-02-15 21:13:16 -080050 name: "in_process_sw_audio_codec_support"
51 namespace: "codec_fwk"
52 description: "Feature flag for in-process software audio codec support"
53 bug: "325520135"
54}
55
56flag {
57 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 {
101 name: "teamfood"
102 namespace: "codec_fwk"
103 description: "Feature flag to track teamfood population"
104 bug: "328770262"
105}