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" |
| 6 | |
| 7 | flag { |
Sungtak Lee | 458b793 | 2023-12-07 08:39:50 +0000 | [diff] [blame] | 8 | name: "aidl_hal_input_surface" |
| 9 | namespace: "codec_fwk" |
| 10 | description: "Feature flags for enabling AIDL HAL InputSurface handling" |
| 11 | bug: "201479783" |
| 12 | } |
| 13 | |
| 14 | flag { |
Lajos Molnar | 64fd571 | 2024-01-11 15:50:25 -0800 | [diff] [blame] | 15 | name: "dynamic_color_aspects" |
| 16 | namespace: "codec_fwk" |
| 17 | description: "Feature flag for dynamic color aspect support" |
| 18 | bug: "297914560" |
| 19 | } |
Lajos Molnar | 9a30c8b | 2024-01-11 15:49:29 -0800 | [diff] [blame] | 20 | |
| 21 | flag { |
| 22 | name: "hlg_editing" |
| 23 | namespace: "codec_fwk" |
| 24 | description: "Feature flag for HLG editing support" |
| 25 | bug: "316397061" |
| 26 | } |
Lajos Molnar | 515e1a9 | 2024-01-11 15:48:47 -0800 | [diff] [blame] | 27 | |
| 28 | flag { |
| 29 | name: "null_output_surface" |
| 30 | namespace: "codec_fwk" |
| 31 | description: "Feature flag for null output Surface support" |
| 32 | bug: "297920102" |
| 33 | } |