blob: f8dfe34147d71988c70018c7c4278a9cc2d12c9c [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}
16flag {
17 namespace: "camera_platform"
Eino-Ville Talvala6f1a9c12023-09-14 17:26:28 -070018 name: "log_ultrawide_usage"
19 description: "Enable measuring how much usage there is for ultrawide-angle cameras"
20 bug: "300515796"
Jyoti Bhayana5bdb5a62023-08-24 14:46:08 -070021}
22
Rucha Katakwar0ff1af02023-08-11 13:25:20 -070023flag {
24 namespace: "camera_platform"
25 name: "camera_manual_flash_strength_control"
26 description: "Flash brightness level control in manual flash mode"
27 bug: "238348881"
28}
Jayant Chowdharyd65d9442023-07-11 01:18:06 +000029
30flag {
31 namespace: "camera_platform"
32 name: "lazy_aidl_wait_for_service"
33 description: "Use waitForService instead of getService with lazy AIDL HALs"
34 bug: "285546208"
35}
Shuzhen Wang6e08d202023-10-24 20:27:14 +000036
37flag {
38 namespace: "camera_platform"
39 name: "log_zoom_override_usage"
40 description: "Enable measuring how much usage there is for zoom settings overrde"
41 bug: "307409002"
42}
Vadim Caen7eccd7c2023-10-03 16:26:33 +020043
Jayant Chowdharyf60b3c82023-12-01 18:43:22 +000044flag {
45 namespace: "camera_platform"
46 name: "session_hal_buf_manager"
47 description: "Enable or disable HAL buffer manager as requested by the camera HAL"
48 bug: "311263114"
malikakashf6529a32023-11-29 21:12:04 +000049}
50
51flag {
52 namespace: "camera_platform"
53 name: "inject_session_params"
54 description: "Enable session parameter injection via reconfiguration"
55 bug: "308984721"
56}