Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-camera-module.h580 __u32 div_coeff; member
656 __u32 div_coeff; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drk-camera-module.h568 __u32 div_coeff; member
644 __u32 div_coeff; member
H A Drk_aiq_types.h339 uint32_t div_coeff; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/ae/
H A Drk_aiq_types_ae_algo_int.h360 uint32_t div_coeff; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/fakecamera/
H A DFakeSensorHw.cpp150 nr_switch->div_coeff = 0; in get_nr_switch()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dos04a10.c1930 dcg->div_coeff = 256; in os04a10_ioctl()
1933 dcg->integer, dcg->decimal, dcg->div_coeff); in os04a10_ioctl()
H A Dgc4c33.c1617 nr_switch->div_coeff = 100; in gc4c33_ioctl()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DSensorHw.cpp538 nr_switch->div_coeff = nr_switch_drv.div_coeff; in get_nr_switch()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_custom_ae.cpp426 float up_thres = (float)pConfig->stNRswitch.up_thres / (float)pConfig->stNRswitch.div_coeff; in AeCISFeature()
427 … float down_thres = (float)pConfig->stNRswitch.down_thres / (float)pConfig->stNRswitch.div_coeff; in AeCISFeature()