Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acac/
H A Dcac_adaptor.cpp527 output->config[0].expo_thed_r =
528 …anual_param.expo_det_r_en << 20) | CacClamp<uint32_t>(attr_->manual_param.expo_thed_r, 0, 0xfffff);
587 uint32_t expo_thed_r = INTERP_CAC(attr_->auto_params[gain_low].expo_thed_r, local
588 attr_->auto_params[gain_high].expo_thed_r, ratio);
594 expo_thed_r = input->hdr_ratio * expo_thed_r;
599 output->config[0].expo_thed_r =
600 (static_cast<int>(!exp_det_r_en) << 20) | CacClamp<uint32_t>(expo_thed_r, 0, 0xfffff);
633 LOGD_ACAC("expo_thed_r: %u", output->config[0].expo_thed_r);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/acac/
H A Drk_aiq_types_acac_hw.h79 uint32_t expo_thed_r; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Dcac_head.h88 uint32_t expo_thed_r; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_cac_module.cpp141 param->manual_param.expo_thed_r = 1 << 10; in sample_cac_v11_fill_params()
266 printf("\t expo_thed_r : %u\n", param->expo_thed_r); in sample_cac_v11_dump_attr()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp32-config.h1288 u32 expo_thed_r; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp32-config.h1288 __u32 expo_thed_r; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.cpp1134 LOGD_ACAC("expo_thed_r : %d", cfg->expo_thed_r); in convertAiqCacToIsp32Params()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v32.c3714 val = arg->expo_thed_r & 0x1fffff; in isp_cac_config()