Searched refs:fl_device (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/ |
| H A D | FlashLight.cpp | 195 SmartPtr<V4l2SubDevice> fl_device; in v4l_set_params() local 199 fl_device = _fl_device[i]; in v4l_set_params() 200 set_fl_contol_to_dev(fl_device, V4L2_CID_FLASH_LED_MODE, V4L2_FLASH_LED_MODE_NONE); in v4l_set_params() 204 fl_device = _fl_device[i]; in v4l_set_params() 205 set_fl_contol_to_dev(fl_device, V4L2_CID_FLASH_LED_MODE, V4L2_FLASH_LED_MODE_FLASH); in v4l_set_params() 206 set_fl_contol_to_dev(fl_device, V4L2_CID_FLASH_TIMEOUT, fl_timeout * 1000); in v4l_set_params() 210 set_fl_contol_to_dev(fl_device, V4L2_CID_FLASH_INTENSITY, flash_power); in v4l_set_params() 220 set_fl_contol_to_dev(fl_device, in v4l_set_params() 225 fl_device = _fl_device[i]; in v4l_set_params() 229 set_fl_contol_to_dev(fl_device, V4L2_CID_FLASH_TORCH_INTENSITY, torch_power); in v4l_set_params() [all …]
|