1# Codec framework feature flags. 2# 3# !!! Please add flags in alphabetical order. !!! 4 5package: "android.media.codec" 6container: "system" 7 8flag { 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 15flag { 16 name: "dynamic_color_aspects" 17 is_exported: true 18 namespace: "codec_fwk" 19 description: "Feature flag for dynamic color aspect support" 20 bug: "297914560" 21} 22 23flag { 24 name: "hlg_editing" 25 is_exported: true 26 namespace: "codec_fwk" 27 description: "Feature flag for HLG editing support" 28 bug: "316397061" 29} 30 31flag { 32 name: "in_process_sw_audio_codec" 33 is_exported: true 34 namespace: "codec_fwk" 35 description: "Feature flag for in-process software audio codec API" 36 bug: "297922713" 37} 38 39flag { 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 46flag { 47 name: "input_surface_throttle" 48 namespace: "codec_fwk" 49 description: "Bugfix flag for input surface throttle" 50 bug: "342269852" 51 metadata { 52 purpose: PURPOSE_BUGFIX 53 } 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 { 64 name: "native_capabilites" 65 namespace: "codec_fwk" 66 description: "Feature flag for native codec capabilities" 67 bug: "306023029" 68} 69 70flag { 71 name: "null_output_surface" 72 is_exported: true 73 namespace: "codec_fwk" 74 description: "Feature flag for null output Surface API" 75 bug: "297920102" 76} 77 78flag { 79 name: "null_output_surface_support" 80 namespace: "codec_fwk" 81 description: "Feature flag for null output Surface support" 82 bug: "325550522" 83} 84 85flag { 86 name: "region_of_interest" 87 is_exported: true 88 namespace: "codec_fwk" 89 description: "Feature flag for region of interest API" 90 bug: "299191092" 91} 92 93flag { 94 name: "region_of_interest_support" 95 namespace: "codec_fwk" 96 description: "Feature flag for region of interest support" 97 bug: "325549730" 98} 99 100flag { 101 name: "set_callback_stall" 102 namespace: "codec_fwk" 103 description: "Bugfix flag for setCallback stall" 104 bug: "326010604" 105 metadata { 106 purpose: PURPOSE_BUGFIX 107 } 108} 109 110flag { 111 name: "set_state_early" 112 namespace: "codec_fwk" 113 description: "Bugfix flag for setting state early to avoid a race condition" 114 bug: "298613712" 115 metadata { 116 purpose: PURPOSE_BUGFIX 117 } 118} 119 120flag { 121 name: "stop_hal_before_surface" 122 namespace: "codec_fwk" 123 description: "Bugfix flag for setting state early to avoid a race condition" 124 bug: "339247977" 125 metadata { 126 purpose: PURPOSE_BUGFIX 127 } 128} 129 130flag { 131 name: "teamfood" 132 namespace: "codec_fwk" 133 description: "Feature flag to track teamfood population" 134 bug: "328770262" 135} 136