Home
last modified time | relevance | path

Searched refs:_fl_device (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DFlashLight.cpp33 _fl_device[i] = new V4l2SubDevice(name[i].c_str()); in FlashLightHw()
52 _fl_device[i]->open(); in init()
69 _fl_device[i]->close(); in deinit()
80 _fl_device[i]->start(); in start()
94 _fl_device[i]->stop(); in stop()
131 if (_fl_device[0].ptr()) { in get_status()
134 if (_fl_device[0]->io_control (RK_VIDIOC_FLASH_TIMEINFO, &flash_time) < 0) { in get_status()
148 if (_fl_device[1].ptr() && flash_settings.effect_ts == 0 && in get_status()
152 if (_fl_device[1]->io_control (RK_VIDIOC_FLASH_TIMEINFO, &flash_time) < 0) { in get_status()
199 fl_device = _fl_device[i]; in v4l_set_params()
[all …]
H A DFlashLight.h55 SmartPtr<V4l2SubDevice> _fl_device[FLASH_MAX_NUM]; variable