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 { |
| 8 | name: "dynamic_color_aspects" |
| 9 | namespace: "codec_fwk" |
| 10 | description: "Feature flag for dynamic color aspect support" |
| 11 | bug: "297914560" |
| 12 | } |
Lajos Molnar | 9a30c8b | 2024-01-11 15:49:29 -0800 | [diff] [blame] | 13 | |
| 14 | flag { |
| 15 | name: "hlg_editing" |
| 16 | namespace: "codec_fwk" |
| 17 | description: "Feature flag for HLG editing support" |
| 18 | bug: "316397061" |
| 19 | } |
Lajos Molnar | 515e1a9 | 2024-01-11 15:48:47 -0800 | [diff] [blame] | 20 | |
| 21 | flag { |
| 22 | name: "null_output_surface" |
| 23 | namespace: "codec_fwk" |
| 24 | description: "Feature flag for null output Surface support" |
| 25 | bug: "297920102" |
| 26 | } |