Eino-Ville Talvala | ae70f8c | 2023-08-18 10:10:55 -0700 | [diff] [blame] | 1 | package: "com.android.internal.camera.flags" |
Oriol Prieto Gasco | e700645 | 2024-02-06 18:34:40 +0000 | [diff] [blame] | 2 | container: "system" |
Eino-Ville Talvala | ae70f8c | 2023-08-18 10:10:55 -0700 | [diff] [blame] | 3 | |
| 4 | flag { |
| 5 | namespace: "camera_platform" |
Eino-Ville Talvala | 6f1a9c1 | 2023-09-14 17:26:28 -0700 | [diff] [blame] | 6 | name: "camera_hsum_permission" |
Oriol Prieto Gasco | be6fa5d | 2024-03-01 16:52:42 +0000 | [diff] [blame] | 7 | is_exported: true |
Eino-Ville Talvala | 6f1a9c1 | 2023-09-14 17:26:28 -0700 | [diff] [blame] | 8 | description: "Camera access by headless system user" |
| 9 | bug: "273539631" |
Eino-Ville Talvala | ae70f8c | 2023-08-18 10:10:55 -0700 | [diff] [blame] | 10 | } |
Jyoti Bhayana | 5bdb5a6 | 2023-08-24 14:46:08 -0700 | [diff] [blame] | 11 | |
| 12 | flag { |
| 13 | namespace: "camera_platform" |
Emilian Peev | ae7c053 | 2023-09-22 21:53:21 +0000 | [diff] [blame] | 14 | name: "concert_mode" |
Oriol Prieto Gasco | be6fa5d | 2024-03-01 16:52:42 +0000 | [diff] [blame] | 15 | is_exported: true |
Emilian Peev | ae7c053 | 2023-09-22 21:53:21 +0000 | [diff] [blame] | 16 | description: "Introduces a new concert mode camera extension type" |
| 17 | bug: "297083874" |
| 18 | } |
Shuzhen Wang | 045be6c | 2023-10-12 10:01:10 -0700 | [diff] [blame] | 19 | |
| 20 | flag { |
| 21 | namespace: "camera_platform" |
| 22 | name: "feature_combination_query" |
Oriol Prieto Gasco | be6fa5d | 2024-03-01 16:52:42 +0000 | [diff] [blame] | 23 | is_exported: true |
Shuzhen Wang | 045be6c | 2023-10-12 10:01:10 -0700 | [diff] [blame] | 24 | description: "Query feature combination support and session specific characteristics" |
| 25 | bug: "309627704" |
| 26 | } |
| 27 | |
Emilian Peev | ae7c053 | 2023-09-22 21:53:21 +0000 | [diff] [blame] | 28 | flag { |
| 29 | namespace: "camera_platform" |
Austin Borger | ca1e006 | 2023-06-28 11:32:55 -0700 | [diff] [blame] | 30 | name: "watch_foreground_changes" |
| 31 | description: "Request AppOps to notify changes in the foreground status of the client" |
| 32 | bug: "290086710" |
| 33 | } |
| 34 | |
| 35 | flag { |
| 36 | namespace: "camera_platform" |
Eino-Ville Talvala | 6f1a9c1 | 2023-09-14 17:26:28 -0700 | [diff] [blame] | 37 | name: "log_ultrawide_usage" |
| 38 | description: "Enable measuring how much usage there is for ultrawide-angle cameras" |
| 39 | bug: "300515796" |
Jyoti Bhayana | 5bdb5a6 | 2023-08-24 14:46:08 -0700 | [diff] [blame] | 40 | } |
| 41 | |
Rucha Katakwar | 0ff1af0 | 2023-08-11 13:25:20 -0700 | [diff] [blame] | 42 | flag { |
| 43 | namespace: "camera_platform" |
| 44 | name: "camera_manual_flash_strength_control" |
Oriol Prieto Gasco | be6fa5d | 2024-03-01 16:52:42 +0000 | [diff] [blame] | 45 | is_exported: true |
Rucha Katakwar | 0ff1af0 | 2023-08-11 13:25:20 -0700 | [diff] [blame] | 46 | description: "Flash brightness level control in manual flash mode" |
| 47 | bug: "238348881" |
| 48 | } |
Jayant Chowdhary | d65d944 | 2023-07-11 01:18:06 +0000 | [diff] [blame] | 49 | |
| 50 | flag { |
| 51 | namespace: "camera_platform" |
| 52 | name: "lazy_aidl_wait_for_service" |
| 53 | description: "Use waitForService instead of getService with lazy AIDL HALs" |
| 54 | bug: "285546208" |
| 55 | } |
Shuzhen Wang | 6e08d20 | 2023-10-24 20:27:14 +0000 | [diff] [blame] | 56 | |
| 57 | flag { |
| 58 | namespace: "camera_platform" |
| 59 | name: "log_zoom_override_usage" |
| 60 | description: "Enable measuring how much usage there is for zoom settings overrde" |
| 61 | bug: "307409002" |
| 62 | } |
Vadim Caen | 7eccd7c | 2023-10-03 16:26:33 +0200 | [diff] [blame] | 63 | |
Jayant Chowdhary | f60b3c8 | 2023-12-01 18:43:22 +0000 | [diff] [blame] | 64 | flag { |
| 65 | namespace: "camera_platform" |
| 66 | name: "session_hal_buf_manager" |
| 67 | description: "Enable or disable HAL buffer manager as requested by the camera HAL" |
| 68 | bug: "311263114" |
malikakash | f6529a3 | 2023-11-29 21:12:04 +0000 | [diff] [blame] | 69 | } |
| 70 | |
| 71 | flag { |
| 72 | namespace: "camera_platform" |
| 73 | name: "inject_session_params" |
| 74 | description: "Enable session parameter injection via reconfiguration" |
| 75 | bug: "308984721" |
| 76 | } |
Jag Saund | 4cc26a1 | 2023-12-05 19:35:52 +0000 | [diff] [blame] | 77 | |
| 78 | flag { |
| 79 | namespace: "camera_platform" |
| 80 | name: "camera_ae_mode_low_light_boost" |
Oriol Prieto Gasco | be6fa5d | 2024-03-01 16:52:42 +0000 | [diff] [blame] | 81 | is_exported: true |
Jag Saund | 4cc26a1 | 2023-12-05 19:35:52 +0000 | [diff] [blame] | 82 | description: "An AE mode that enables increased brightening in low light scenes" |
| 83 | bug: "312803148" |
| 84 | } |
Michelle Ho | 3c1762c | 2023-11-20 14:56:01 +0000 | [diff] [blame] | 85 | |
| 86 | flag { |
| 87 | namespace: "camera_platform" |
| 88 | name: "multiresolution_imagereader_usage_config" |
| 89 | description: "Enable creating MultiResolutionImageReader with usage flag configuration" |
| 90 | bug: "301588215" |
| 91 | } |
Avichal Rakesh | 74b5ae7 | 2023-12-27 16:56:45 -0800 | [diff] [blame] | 92 | |
| 93 | flag { |
| 94 | namespace: "camera_platform" |
| 95 | name: "use_ro_board_api_level_for_vndk_version" |
| 96 | description: "Enable using ro.board.api_level instead of ro.vndk.version to get VNDK version" |
| 97 | bug: "312315580" |
| 98 | } |
Avichal Rakesh | 682788a | 2024-01-11 18:01:36 -0800 | [diff] [blame] | 99 | |
| 100 | flag { |
| 101 | namespace: "camera_platform" |
Jag Saund | c3f236f | 2024-01-16 18:02:09 +0000 | [diff] [blame] | 102 | name: "camera_extensions_characteristics_get" |
Oriol Prieto Gasco | be6fa5d | 2024-03-01 16:52:42 +0000 | [diff] [blame] | 103 | is_exported: true |
Jag Saund | c3f236f | 2024-01-16 18:02:09 +0000 | [diff] [blame] | 104 | description: "Enable get extension specific camera characteristics API" |
| 105 | bug: "280649914" |
| 106 | } |
| 107 | |
| 108 | flag { |
| 109 | namespace: "camera_platform" |
Avichal Rakesh | 682788a | 2024-01-11 18:01:36 -0800 | [diff] [blame] | 110 | name: "delay_lazy_hal_instantiation" |
| 111 | description: "Only trigger lazy HAL instantiation when the HAL is needed for an operation." |
| 112 | bug: "319735068" |
| 113 | } |
Eino-Ville Talvala | 118d0e9 | 2024-01-24 12:15:52 -0800 | [diff] [blame] | 114 | |
| 115 | flag { |
| 116 | namespace: "camera_platform" |
| 117 | name: "return_buffers_outside_locks" |
| 118 | description: "Enable returning graphics buffers to buffer queues without holding the in-flight mutex" |
| 119 | bug: "315526878" |
| 120 | } |
Avichal Rakesh | 403d913 | 2024-01-22 14:57:01 -0800 | [diff] [blame] | 121 | |
| 122 | flag { |
| 123 | namespace: "camera_platform" |
| 124 | name: "camera_device_setup" |
Oriol Prieto Gasco | be6fa5d | 2024-03-01 16:52:42 +0000 | [diff] [blame] | 125 | is_exported: true |
Avichal Rakesh | 403d913 | 2024-01-22 14:57:01 -0800 | [diff] [blame] | 126 | description: "Create an intermediate Camera Device class for limited CameraDevice access." |
| 127 | bug: "320741775" |
| 128 | } |
Jyoti Bhayana | c05a119 | 2024-02-11 13:19:29 +0000 | [diff] [blame] | 129 | |
| 130 | flag { |
| 131 | namespace: "camera_platform" |
| 132 | name: "camera_privacy_allowlist" |
Oriol Prieto Gasco | be6fa5d | 2024-03-01 16:52:42 +0000 | [diff] [blame] | 133 | is_exported: true |
Jyoti Bhayana | c05a119 | 2024-02-11 13:19:29 +0000 | [diff] [blame] | 134 | description: "Allowlisting to exempt safety-relevant cameras from privacy control for automotive devices" |
| 135 | bug: "282814430" |
| 136 | } |
Ravneet Dhanjal | 7dba7b4 | 2024-02-15 01:55:10 +0000 | [diff] [blame] | 137 | |
| 138 | flag { |
| 139 | namespace: "camera_platform" |
Emilian Peev | 3b93acb | 2024-03-11 21:09:48 +0000 | [diff] [blame] | 140 | name: "surface_ipc" |
| 141 | description: "Optimize Surface binder IPC" |
| 142 | bug: "323292530" |
| 143 | metadata { |
| 144 | purpose: PURPOSE_BUGFIX |
| 145 | } |
| 146 | } |
| 147 | |
| 148 | flag { |
| 149 | namespace: "camera_platform" |
Ravneet Dhanjal | 7dba7b4 | 2024-02-15 01:55:10 +0000 | [diff] [blame] | 150 | name: "extension_10_bit" |
Oriol Prieto Gasco | be6fa5d | 2024-03-01 16:52:42 +0000 | [diff] [blame] | 151 | is_exported: true |
Ravneet Dhanjal | 7dba7b4 | 2024-02-15 01:55:10 +0000 | [diff] [blame] | 152 | description: "Enables 10-bit support in the camera extensions." |
| 153 | bug: "316375635" |
| 154 | } |
Emilian Peev | 3500ed3 | 2024-03-07 01:17:04 +0000 | [diff] [blame] | 155 | |
| 156 | flag { |
| 157 | namespace: "camera_platform" |
Emilian Peev | 7fb86d8 | 2024-03-28 18:26:05 +0000 | [diff] [blame^] | 158 | name: "single_thread_executor" |
| 159 | description: "Ensure device logic is run within one thread." |
| 160 | bug: "305857746" |
| 161 | metadata { |
| 162 | purpose: PURPOSE_BUGFIX |
| 163 | } |
| 164 | } |
| 165 | |
| 166 | flag { |
| 167 | namespace: "camera_platform" |
Emilian Peev | 3500ed3 | 2024-03-07 01:17:04 +0000 | [diff] [blame] | 168 | name: "surface_leak_fix" |
| 169 | description: "Address Surface release leaks in CaptureRequest" |
| 170 | bug: "324071855" |
| 171 | metadata { |
| 172 | purpose: PURPOSE_BUGFIX |
| 173 | } |
| 174 | } |
Emilian Peev | dba7894 | 2024-03-08 01:27:02 +0000 | [diff] [blame] | 175 | |
| 176 | flag { |
| 177 | namespace: "camera_platform" |
| 178 | name: "concert_mode_api" |
| 179 | description: "Covers the eyes free videography public facing API" |
| 180 | bug: "297083874" |
| 181 | } |
| 182 | |