Searched refs:motion_detect_en (Results 1 – 12 of 12) sorted by relevance
55 calibdb_2.motion_detect_en = pPara->stMfnrPara.motion_detect_en; in rk_aiq_uapi_amfnr_SetIQPara_v1()74 pAmfnrCtx->stMfnrCalib.motion_detect_en = calibdb_2.motion_detect_en; in rk_aiq_uapi_amfnr_SetIQPara_v1()115 calibdb_2.motion_detect_en = pAmfnrCtx->stMfnrCalib.motion_detect_en; in rk_aiq_uapi_amfnr_GetIQPara_v1()132 pPara->stMfnrPara.motion_detect_en = calibdb_2.motion_detect_en; in rk_aiq_uapi_amfnr_GetIQPara_v1()
132 pMotion->enable = pCalibdb->TuningPara.motion_detect_en; in mfnr_config_motion_param_json_v1()396 …motion_detection_enable = pCalibdb->mode_cell[mode_idx].motion.enable & pCalibdb->motion_detect_en; in init_mfnr_params_v1()515 pParams->motion_detection_enable = pCalibdb->TuningPara.motion_detect_en; in init_mfnr_params_json_v1()1846 pDstTuningParaV2->motion_detect_en = pSrcTuningParaV2->motion_detect_en; in mfnr_calibdbV2_assign_v1()
90 stMfnr.motion_detect_en = pPara->stMfnrPara.motion_detect_en; in rk_aiq_uapi_anr_SetIQPara()108 pAnrCtx->stMfnrCalib.motion_detect_en = stMfnr.motion_detect_en; in rk_aiq_uapi_anr_SetIQPara()225 stMfnr.motion_detect_en = pAnrCtx->stMfnrCalib.motion_detect_en; in rk_aiq_uapi_anr_GetIQPara()242 pPara->stMfnrPara.motion_detect_en = stMfnr.motion_detect_en; in rk_aiq_uapi_anr_GetIQPara()
173 pMotion->enable = pCalibdb->TuningPara.motion_detect_en; in mfnr_config_motion_param_json()456 …motion_detection_enable = pCalibdb->mode_cell[mode_idx].motion.enable & pCalibdb->motion_detect_en; in init_mfnr_params()605 pParams->motion_detection_enable = pCalibdb->TuningPara.motion_detect_en; in init_mfnr_params_json()1988 pDstTuningParaV2->motion_detect_en = pSrcTuningParaV2->motion_detect_en; in mfnr_calibdbV2_assign()
66 pTuningParaV2->motion_detect_en = pCalibdb->motion_detect_en; in mfnrV1_calibdb_to_calibdbV2()251 pCalibdb->motion_detect_en = pTuningParaV2->motion_detect_en; in mfnrV1_calibdbV2_to_calibdb()
266 bool motion_detect_en; member
88 if (mfnr && mfnr->TuningPara.enable && mfnr->TuningPara.motion_detect_en) { in setAttrib()141 if (mfnr && mfnr->TuningPara.enable && mfnr->TuningPara.motion_detect_en) { in setIQPara()
56 ctx->amdCtx.enable = calibv2_mfnr->TuningPara.motion_detect_en; in create_context()109 ctx->amdCtx.enable = calibv2_mfnr->TuningPara.motion_detect_en; in prepare()
244 bool motion_detect_en; member
2614 _cur_calib_infos.mfnr.motion_detect_en = mfnr->TuningPara.motion_detect_en; in setCalib()2617 _cur_calib_infos.mfnr.motion_detect_en = false; in setCalib()2838 …if ((_cur_calib_infos.mfnr.enable && _cur_calib_infos.mfnr.motion_detect_en) || _cur_calib_infos.a… in prepare()2939 …if ((_cur_calib_infos.mfnr.enable && _cur_calib_infos.mfnr.motion_detect_en) || _cur_calib_infos.a… in start()3119 …if ((_cur_calib_infos.mfnr.enable && _cur_calib_infos.mfnr.motion_detect_en) || _cur_calib_infos.a… in stop()4763 if (_cur_calib_infos.mfnr.enable && _cur_calib_infos.mfnr.motion_detect_en) { in setModuleCtl()
1638 unsigned char motion_detect_en; member1651 unsigned char motion_detect_en; member
15649 int no = ParseUcharArray(pchild, &mfnr->motion_detect_en, tag.Size()); in parseEntrySensorMFNR()