Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_custom_ae.cpp38 rk_aiq_sensor_nr_switch_t stNRswitch; //get from sensor member
424 if(pConfig->stNRswitch.valid == true) { in AeCISFeature()
426 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()
430 rkAeExp->CISFeature.SNR = (pConfig->stNRswitch.direct == 0) ? 1 : 0; in AeCISFeature()
432 rkAeExp->CISFeature.SNR = (pConfig->stNRswitch.direct == 0) ? 0 : 1; in AeCISFeature()
848 algo_ctx->rkCfg.stNRswitch = AeCfgParam->aec.nr_switch; in AeDemoPrepare()
858 algo_ctx->rkCfg.stNRswitch = AeCfgParam->nr_switch; in AeDemoPrepare()