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" |
| 7 | description: "Camera access by headless system user" |
| 8 | bug: "273539631" |
Eino-Ville Talvala | ae70f8c | 2023-08-18 10:10:55 -0700 | [diff] [blame] | 9 | } |
Jyoti Bhayana | 5bdb5a6 | 2023-08-24 14:46:08 -0700 | [diff] [blame] | 10 | |
| 11 | flag { |
| 12 | namespace: "camera_platform" |
Emilian Peev | ae7c053 | 2023-09-22 21:53:21 +0000 | [diff] [blame] | 13 | name: "concert_mode" |
| 14 | description: "Introduces a new concert mode camera extension type" |
| 15 | bug: "297083874" |
| 16 | } |
Shuzhen Wang | 045be6c | 2023-10-12 10:01:10 -0700 | [diff] [blame] | 17 | |
| 18 | flag { |
| 19 | namespace: "camera_platform" |
| 20 | name: "feature_combination_query" |
| 21 | description: "Query feature combination support and session specific characteristics" |
| 22 | bug: "309627704" |
| 23 | } |
| 24 | |
Emilian Peev | ae7c053 | 2023-09-22 21:53:21 +0000 | [diff] [blame] | 25 | flag { |
| 26 | namespace: "camera_platform" |
Eino-Ville Talvala | 6f1a9c1 | 2023-09-14 17:26:28 -0700 | [diff] [blame] | 27 | name: "log_ultrawide_usage" |
| 28 | description: "Enable measuring how much usage there is for ultrawide-angle cameras" |
| 29 | bug: "300515796" |
Jyoti Bhayana | 5bdb5a6 | 2023-08-24 14:46:08 -0700 | [diff] [blame] | 30 | } |
| 31 | |
Rucha Katakwar | 0ff1af0 | 2023-08-11 13:25:20 -0700 | [diff] [blame] | 32 | flag { |
| 33 | namespace: "camera_platform" |
| 34 | name: "camera_manual_flash_strength_control" |
| 35 | description: "Flash brightness level control in manual flash mode" |
| 36 | bug: "238348881" |
| 37 | } |
Jayant Chowdhary | d65d944 | 2023-07-11 01:18:06 +0000 | [diff] [blame] | 38 | |
| 39 | flag { |
| 40 | namespace: "camera_platform" |
| 41 | name: "lazy_aidl_wait_for_service" |
| 42 | description: "Use waitForService instead of getService with lazy AIDL HALs" |
| 43 | bug: "285546208" |
| 44 | } |
Shuzhen Wang | 6e08d20 | 2023-10-24 20:27:14 +0000 | [diff] [blame] | 45 | |
| 46 | flag { |
| 47 | namespace: "camera_platform" |
| 48 | name: "log_zoom_override_usage" |
| 49 | description: "Enable measuring how much usage there is for zoom settings overrde" |
| 50 | bug: "307409002" |
| 51 | } |
Vadim Caen | 7eccd7c | 2023-10-03 16:26:33 +0200 | [diff] [blame] | 52 | |
Jayant Chowdhary | f60b3c8 | 2023-12-01 18:43:22 +0000 | [diff] [blame] | 53 | flag { |
| 54 | namespace: "camera_platform" |
| 55 | name: "session_hal_buf_manager" |
| 56 | description: "Enable or disable HAL buffer manager as requested by the camera HAL" |
| 57 | bug: "311263114" |
malikakash | f6529a3 | 2023-11-29 21:12:04 +0000 | [diff] [blame] | 58 | } |
| 59 | |
| 60 | flag { |
| 61 | namespace: "camera_platform" |
| 62 | name: "inject_session_params" |
| 63 | description: "Enable session parameter injection via reconfiguration" |
| 64 | bug: "308984721" |
| 65 | } |
Jag Saund | 4cc26a1 | 2023-12-05 19:35:52 +0000 | [diff] [blame] | 66 | |
| 67 | flag { |
| 68 | namespace: "camera_platform" |
| 69 | name: "camera_ae_mode_low_light_boost" |
| 70 | description: "An AE mode that enables increased brightening in low light scenes" |
| 71 | bug: "312803148" |
| 72 | } |
Michelle Ho | 3c1762c | 2023-11-20 14:56:01 +0000 | [diff] [blame] | 73 | |
| 74 | flag { |
| 75 | namespace: "camera_platform" |
| 76 | name: "multiresolution_imagereader_usage_config" |
| 77 | description: "Enable creating MultiResolutionImageReader with usage flag configuration" |
| 78 | bug: "301588215" |
| 79 | } |
Avichal Rakesh | 74b5ae7 | 2023-12-27 16:56:45 -0800 | [diff] [blame] | 80 | |
| 81 | flag { |
| 82 | namespace: "camera_platform" |
| 83 | name: "use_ro_board_api_level_for_vndk_version" |
| 84 | description: "Enable using ro.board.api_level instead of ro.vndk.version to get VNDK version" |
| 85 | bug: "312315580" |
| 86 | } |
Avichal Rakesh | 682788a | 2024-01-11 18:01:36 -0800 | [diff] [blame] | 87 | |
| 88 | flag { |
| 89 | namespace: "camera_platform" |
Jag Saund | c3f236f | 2024-01-16 18:02:09 +0000 | [diff] [blame] | 90 | name: "camera_extensions_characteristics_get" |
| 91 | description: "Enable get extension specific camera characteristics API" |
| 92 | bug: "280649914" |
| 93 | } |
| 94 | |
| 95 | flag { |
| 96 | namespace: "camera_platform" |
Avichal Rakesh | 682788a | 2024-01-11 18:01:36 -0800 | [diff] [blame] | 97 | name: "delay_lazy_hal_instantiation" |
| 98 | description: "Only trigger lazy HAL instantiation when the HAL is needed for an operation." |
| 99 | bug: "319735068" |
| 100 | } |
Eino-Ville Talvala | 118d0e9 | 2024-01-24 12:15:52 -0800 | [diff] [blame] | 101 | |
| 102 | flag { |
| 103 | namespace: "camera_platform" |
| 104 | name: "return_buffers_outside_locks" |
| 105 | description: "Enable returning graphics buffers to buffer queues without holding the in-flight mutex" |
| 106 | bug: "315526878" |
| 107 | } |
Avichal Rakesh | 403d913 | 2024-01-22 14:57:01 -0800 | [diff] [blame] | 108 | |
| 109 | flag { |
| 110 | namespace: "camera_platform" |
| 111 | name: "camera_device_setup" |
| 112 | description: "Create an intermediate Camera Device class for limited CameraDevice access." |
| 113 | bug: "320741775" |
| 114 | } |
Jyoti Bhayana | c05a119 | 2024-02-11 13:19:29 +0000 | [diff] [blame^] | 115 | |
| 116 | flag { |
| 117 | namespace: "camera_platform" |
| 118 | name: "camera_privacy_allowlist" |
| 119 | description: "Allowlisting to exempt safety-relevant cameras from privacy control for automotive devices" |
| 120 | bug: "282814430" |
| 121 | } |