Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c105 } *exp_param, exit_param[] = { in TEST() local
227 exp_param = &exit_param[ptrace_stop / 2 - 1]; in TEST()
243 ASSERT_EQ(exp_param->is_error, in TEST()
247 ASSERT_EQ(exp_param->rval, info.exit.rval) { in TEST()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAdpccHandle.cpp245 exp_param->SensorDpccInfo.enable = adpcc_com->SenDpccRes.enable; in genIspResult()
246 exp_param->SensorDpccInfo.cur_single_dpcc = adpcc_com->SenDpccRes.cur_single_dpcc; in genIspResult()
247 exp_param->SensorDpccInfo.cur_multiple_dpcc = adpcc_com->SenDpccRes.cur_multiple_dpcc; in genIspResult()
248 exp_param->SensorDpccInfo.total_dpcc = adpcc_com->SenDpccRes.total_dpcc; in genIspResult()
H A DRkAiqAeHandle.cpp1212 rk_aiq_exposure_params_wrapper_t* exp_param = params->mExposureParams->data().ptr(); in genIspResult() local
1220 exp_param->frame_id = 0; in genIspResult()
1224 exp_param->frame_id = shared->frameId; in genIspResult()
1228 exp_param->result.algo_id = 0;//algo_id; in genIspResult()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DSensorHw.cpp855 SensorHw::split_locked(SmartPtr<RkAiqSensorExpParamsProxy>& exp_param, uint32_t sof_id) { in split_locked() argument
861 RKAiqExpI2cParam_t* i2c_param = exp_param->data()->exp_i2c_params; in split_locked()
899 _effecting_exp_map[max_dst_id + 1] = exp_param; in split_locked()
903 exp_param->data()->aecExpInfo.LinearExp.exp_real_params.isp_dgain); in split_locked()
905 RKAiqAecExpInfo_t* exp_info = &exp_param->data()->aecExpInfo; in split_locked()
1012 _effecting_exp_map[max_dst_id] = exp_param; in split_locked()
H A DSensorHw.h201 XCamReturn split_locked(SmartPtr<RkAiqSensorExpParamsProxy>& exp_param, uint32_t sof_id);