Searched refs:hwres (Results 1 – 2 of 2) sorted by relevance
511 RkAiqManager::syncSofEvt(SmartPtr<VideoBuffer>& hwres) in syncSofEvt() argument515 if (hwres->_buf_type == ISP_POLL_SOF) { in syncSofEvt()518 mCamHwIsp20->notify_sof(hwres); in syncSofEvt()520 SmartPtr<SofEventBuffer> evtbuf = hwres.dynamic_cast_ptr<SofEventBuffer>(); in syncSofEvt()528 metas.frame_id = hwres->get_sequence(); in syncSofEvt()542 RkAiqManager::hwResCb(SmartPtr<VideoBuffer>& hwres) in hwResCb() argument547 if (hwres->_buf_type == ISP_POLL_3A_STATS) { in hwResCb()550 seq = hwres.dynamic_cast_ptr<VideoBuffer>()->get_sequence(); in hwResCb()565 if (mTBStatsCnt == 0) ret = mRkAiqAnalyzer->pushStats(hwres); in hwResCb()569 ret = mRkAiqAnalyzer->pushStats(hwres); in hwResCb()[all …]
179 XCamReturn hwResCb(SmartPtr<VideoBuffer>& hwres);180 XCamReturn syncSofEvt(SmartPtr<VideoBuffer>& hwres);