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" |
Oriol Prieto Gasco | 77cd63f | 2024-03-01 17:12:01 +0000 | [diff] [blame] | 17 | is_exported: true |
Lajos Molnar | 64fd571 | 2024-01-11 15:50:25 -0800 | [diff] [blame] | 18 | namespace: "codec_fwk" |
| 19 | description: "Feature flag for dynamic color aspect support" |
| 20 | bug: "297914560" |
| 21 | } |
Lajos Molnar | 9a30c8b | 2024-01-11 15:49:29 -0800 | [diff] [blame] | 22 | |
| 23 | flag { |
| 24 | name: "hlg_editing" |
Oriol Prieto Gasco | 77cd63f | 2024-03-01 17:12:01 +0000 | [diff] [blame] | 25 | is_exported: true |
Lajos Molnar | 9a30c8b | 2024-01-11 15:49:29 -0800 | [diff] [blame] | 26 | namespace: "codec_fwk" |
| 27 | description: "Feature flag for HLG editing support" |
| 28 | bug: "316397061" |
| 29 | } |
Lajos Molnar | 515e1a9 | 2024-01-11 15:48:47 -0800 | [diff] [blame] | 30 | |
| 31 | flag { |
Wonsik Kim | 9b75ad1 | 2024-01-31 16:49:03 -0800 | [diff] [blame] | 32 | name: "in_process_sw_audio_codec" |
Oriol Prieto Gasco | 77cd63f | 2024-03-01 17:12:01 +0000 | [diff] [blame] | 33 | is_exported: true |
Wonsik Kim | 9b75ad1 | 2024-01-31 16:49:03 -0800 | [diff] [blame] | 34 | namespace: "codec_fwk" |
Lajos Molnar | d152434 | 2024-02-15 21:13:16 -0800 | [diff] [blame] | 35 | description: "Feature flag for in-process software audio codec API" |
Wonsik Kim | 9b75ad1 | 2024-01-31 16:49:03 -0800 | [diff] [blame] | 36 | bug: "297922713" |
| 37 | } |
| 38 | |
| 39 | flag { |
Lajos Molnar | d152434 | 2024-02-15 21:13:16 -0800 | [diff] [blame] | 40 | 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 | |
| 46 | flag { |
| 47 | name: "large_audio_frame_finish" |
| 48 | namespace: "codec_fwk" |
| 49 | description: "Implementation flag for large audio frame finishing tasks" |
| 50 | bug: "325512893" |
| 51 | } |
| 52 | |
| 53 | flag { |
Lajos Molnar | 34c9266 | 2024-03-08 08:37:55 -0800 | [diff] [blame] | 54 | name: "native_capabilites" |
| 55 | namespace: "codec_fwk" |
| 56 | description: "Feature flag for native codec capabilities" |
| 57 | bug: "306023029" |
| 58 | } |
| 59 | |
| 60 | flag { |
Lajos Molnar | 515e1a9 | 2024-01-11 15:48:47 -0800 | [diff] [blame] | 61 | name: "null_output_surface" |
Oriol Prieto Gasco | 77cd63f | 2024-03-01 17:12:01 +0000 | [diff] [blame] | 62 | is_exported: true |
Lajos Molnar | 515e1a9 | 2024-01-11 15:48:47 -0800 | [diff] [blame] | 63 | namespace: "codec_fwk" |
Lajos Molnar | d152434 | 2024-02-15 21:13:16 -0800 | [diff] [blame] | 64 | description: "Feature flag for null output Surface API" |
Lajos Molnar | 515e1a9 | 2024-01-11 15:48:47 -0800 | [diff] [blame] | 65 | bug: "297920102" |
| 66 | } |
Ram Mohan | 04b5602 | 2024-02-03 06:08:37 +0530 | [diff] [blame] | 67 | |
| 68 | flag { |
Lajos Molnar | d152434 | 2024-02-15 21:13:16 -0800 | [diff] [blame] | 69 | name: "null_output_surface_support" |
| 70 | namespace: "codec_fwk" |
| 71 | description: "Feature flag for null output Surface support" |
| 72 | bug: "325550522" |
| 73 | } |
| 74 | |
| 75 | flag { |
Ram Mohan | 04b5602 | 2024-02-03 06:08:37 +0530 | [diff] [blame] | 76 | name: "region_of_interest" |
Oriol Prieto Gasco | 77cd63f | 2024-03-01 17:12:01 +0000 | [diff] [blame] | 77 | is_exported: true |
Ram Mohan | 04b5602 | 2024-02-03 06:08:37 +0530 | [diff] [blame] | 78 | namespace: "codec_fwk" |
Lajos Molnar | d152434 | 2024-02-15 21:13:16 -0800 | [diff] [blame] | 79 | description: "Feature flag for region of interest API" |
Ram Mohan | 04b5602 | 2024-02-03 06:08:37 +0530 | [diff] [blame] | 80 | bug: "299191092" |
| 81 | } |
Lajos Molnar | d152434 | 2024-02-15 21:13:16 -0800 | [diff] [blame] | 82 | |
| 83 | flag { |
| 84 | name: "region_of_interest_support" |
| 85 | namespace: "codec_fwk" |
| 86 | description: "Feature flag for region of interest support" |
| 87 | bug: "325549730" |
| 88 | } |
Lajos Molnar | 4d4c95c | 2024-03-08 08:50:16 -0800 | [diff] [blame] | 89 | |
| 90 | flag { |
| 91 | name: "teamfood" |
| 92 | namespace: "codec_fwk" |
| 93 | description: "Feature flag to track teamfood population" |
| 94 | bug: "328770262" |
| 95 | } |