Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DSensorHw.cpp526 struct rkmodule_nr_switch_threshold nr_switch_drv; in get_nr_switch() local
528 if (io_control(RKMODULE_GET_NR_SWITCH_THRESHOLD, &nr_switch_drv) < 0) { in get_nr_switch()
535 nr_switch->direct = nr_switch_drv.direct; in get_nr_switch()
536 nr_switch->up_thres = nr_switch_drv.up_thres; in get_nr_switch()
537 nr_switch->down_thres = nr_switch_drv.down_thres; in get_nr_switch()
538 nr_switch->div_coeff = nr_switch_drv.div_coeff; in get_nr_switch()