Searched refs:cam3a_result (Results 1 – 3 of 3) sorted by relevance
43 virtual XCamReturn dispatchResult(SmartPtr<cam3aResult> cam3a_result);
4164 SmartPtr<cam3aResult> &cam3a_result = *iter; in merge_isp_results() local4166 convert3aResultsToIspCfg(cam3a_result, isp_cfg, is_multi_isp); in merge_isp_results()4186 SmartPtr<cam3aResult> &cam3a_result = *iter; in merge_results() local4188 if (cam3a_result->getType() == RESULT_TYPE_SHARPEN_PARAM || \ in merge_results()4189 cam3a_result->getType() == RESULT_TYPE_EDGEFLT_PARAM) { in merge_results()4190 if (cam3a_result->getType() == RESULT_TYPE_SHARPEN_PARAM) in merge_results()4191 sharpen = cam3a_result.get_cast_ptr<RkAiqIspSharpenParamsProxy>(); in merge_results()4192 else if (cam3a_result->getType() == RESULT_TYPE_EDGEFLT_PARAM) in merge_results()4193 edgeflt = cam3a_result.get_cast_ptr<RkAiqIspEdgefltParamsProxy>(); in merge_results()4202 if (cam3a_result->getType() == RESULT_TYPE_UVNR_PARAM) { in merge_results()[all …]
379 virtual XCamReturn dispatchResult(SmartPtr<cam3aResult> cam3a_result);