Lajos Molnar | 64fd571 | 2024-01-11 15:50:25 -0800 | [diff] [blame] | 1 | # Codec framework feature flags. |
| 2 | # |
| 3 | # !!! Please add flags in alphabetical order. !!! |
| 4 | |
| 5 | package: "android.media.codec" |
Oriol Prieto Gasco | 9f47fcf | 2024-02-03 02:38:42 +0000 | [diff] [blame^] | 6 | container: "system" |
Lajos Molnar | 64fd571 | 2024-01-11 15:50:25 -0800 | [diff] [blame] | 7 | |
| 8 | flag { |
Sungtak Lee | 458b793 | 2023-12-07 08:39:50 +0000 | [diff] [blame] | 9 | name: "aidl_hal_input_surface" |
| 10 | namespace: "codec_fwk" |
| 11 | description: "Feature flags for enabling AIDL HAL InputSurface handling" |
| 12 | bug: "201479783" |
| 13 | } |
| 14 | |
| 15 | flag { |
Lajos Molnar | 64fd571 | 2024-01-11 15:50:25 -0800 | [diff] [blame] | 16 | name: "dynamic_color_aspects" |
| 17 | namespace: "codec_fwk" |
| 18 | description: "Feature flag for dynamic color aspect support" |
| 19 | bug: "297914560" |
| 20 | } |
Lajos Molnar | 9a30c8b | 2024-01-11 15:49:29 -0800 | [diff] [blame] | 21 | |
| 22 | flag { |
| 23 | name: "hlg_editing" |
| 24 | namespace: "codec_fwk" |
| 25 | description: "Feature flag for HLG editing support" |
| 26 | bug: "316397061" |
| 27 | } |
Lajos Molnar | 515e1a9 | 2024-01-11 15:48:47 -0800 | [diff] [blame] | 28 | |
| 29 | flag { |
| 30 | name: "null_output_surface" |
| 31 | namespace: "codec_fwk" |
| 32 | description: "Feature flag for null output Surface support" |
| 33 | bug: "297920102" |
| 34 | } |