blob: f7deda1bf06ccd088948332921efa4d149c41a41 [file] [log] [blame]
Eino-Ville Talvalaae70f8c2023-08-18 10:10:55 -07001package: "com.android.internal.camera.flags"
2
3flag {
4 namespace: "camera_platform"
Eino-Ville Talvala6f1a9c12023-09-14 17:26:28 -07005 name: "camera_hsum_permission"
6 description: "Camera access by headless system user"
7 bug: "273539631"
Eino-Ville Talvalaae70f8c2023-08-18 10:10:55 -07008}
Jyoti Bhayana5bdb5a62023-08-24 14:46:08 -07009
10flag {
11 namespace: "camera_platform"
Emilian Peevae7c0532023-09-22 21:53:21 +000012 name: "concert_mode"
13 description: "Introduces a new concert mode camera extension type"
14 bug: "297083874"
15}
Shuzhen Wang045be6c2023-10-12 10:01:10 -070016
17flag {
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 Peevae7c0532023-09-22 21:53:21 +000024flag {
25 namespace: "camera_platform"
Eino-Ville Talvala6f1a9c12023-09-14 17:26:28 -070026 name: "log_ultrawide_usage"
27 description: "Enable measuring how much usage there is for ultrawide-angle cameras"
28 bug: "300515796"
Jyoti Bhayana5bdb5a62023-08-24 14:46:08 -070029}
30
Rucha Katakwar0ff1af02023-08-11 13:25:20 -070031flag {
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 Chowdharyd65d9442023-07-11 01:18:06 +000037
38flag {
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 Wang6e08d202023-10-24 20:27:14 +000044
45flag {
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 Caen7eccd7c2023-10-03 16:26:33 +020051
Jayant Chowdharyf60b3c82023-12-01 18:43:22 +000052flag {
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"
malikakashf6529a32023-11-29 21:12:04 +000057}
58
59flag {
60 namespace: "camera_platform"
61 name: "inject_session_params"
62 description: "Enable session parameter injection via reconfiguration"
63 bug: "308984721"
64}