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