Lines Matching refs:singleCamRes

387     rk_aiq_singlecam_result_t* singleCamRes = &singleCamStatus->_singleCamResults;  in processAiqCoreMsgs()  local
401 singleCamRes->_3aResults.awb._awbStats = convert_to_XCamVideoBuffer(vdBufMsg->msg); in processAiqCoreMsgs()
404 singleCamRes->_3aResults.awb._awbProcRes = convert_to_XCamVideoBuffer(vdBufMsg->msg); in processAiqCoreMsgs()
407 singleCamRes->_3aResults.aec._aecStats = convert_to_XCamVideoBuffer(vdBufMsg->msg); in processAiqCoreMsgs()
410 singleCamRes->_3aResults.aec._aePreRes = convert_to_XCamVideoBuffer(vdBufMsg->msg); in processAiqCoreMsgs()
417 singleCamRes->_3aResults.aec._effAecExpInfo = in processAiqCoreMsgs()
419 singleCamRes->_3aResults.aec._bEffAecExpValid = true; in processAiqCoreMsgs()
431 singleCamRes->_3aResults._camId = camId; in processAiqCoreMsgs()
432 singleCamRes->_3aResults._frameId = frameId; in processAiqCoreMsgs()
464 rk_aiq_singlecam_result_t* singleCamRes = &singleCamStatus->_singleCamResults; \ in RelayAiqCoreResults()
468 if (!singleCamRes->_fullIspParam.ptr()) { \ in RelayAiqCoreResults()
469 singleCamRes->_fullIspParam = results; \ in RelayAiqCoreResults()
471 singleCamRes->_fullIspParam.ptr(), camId, frame_id); \ in RelayAiqCoreResults()
473 RkAiqFullParams* scam_aiqParams = singleCamRes->_fullIspParam->data().ptr();\ in RelayAiqCoreResults()
477 singleCamRes->_3aResults._camId = camId; \ in RelayAiqCoreResults()
478 singleCamRes->_3aResults._frameId = frame_id; \ in RelayAiqCoreResults()
1628 rk_aiq_singlecam_result_t* singleCamRes = &singleCamStatus->_singleCamResults; in syncSingleCamResultWithMaster() local
1629 if (!singleCamRes->_fullIspParam.ptr()) in syncSingleCamResultWithMaster()
1631 RkAiqFullParams* scam_aiqParams = singleCamRes->_fullIspParam->data().ptr(); in syncSingleCamResultWithMaster()