Lines Matching refs:hwres

511 RkAiqManager::syncSofEvt(SmartPtr<VideoBuffer>& hwres)  in syncSofEvt()  argument
515 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() argument
547 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()
572 } else if (hwres->_buf_type == ISP_POLL_LUMA) { in hwResCb()
574 ret = mRkLumaAnalyzer->pushStats(hwres); in hwResCb()
576 } else if (hwres->_buf_type == ISP_POLL_PARAMS) { in hwResCb()
581 } else if (hwres->_buf_type == ISPP_POLL_NR_STATS) { in hwResCb()
582 ret = mRkAiqAnalyzer->pushStats(hwres); in hwResCb()
583 } else if (hwres->_buf_type == ISP_POLL_SOF) { in hwResCb()
585 mCamHwIsp20->notify_sof(hwres); in hwResCb()
587 SmartPtr<SofEventBuffer> evtbuf = hwres.dynamic_cast_ptr<SofEventBuffer>(); in hwResCb()
609 } else if (hwres->_buf_type == ISP_POLL_TX) { in hwResCb()
611 XCamVideoBuffer* camVBuf = convert_to_XCamVideoBuffer(hwres); in hwResCb()
620 ret = mRkAiqAnalyzer->pushStats(hwres); in hwResCb()
621 } else if (hwres->_buf_type == ISP_POLL_SP) { in hwResCb()
623 XCamVideoBuffer* camVBuf = convert_to_XCamVideoBuffer(hwres); in hwResCb()
625 …ts: %d\n strides[0]: %d\n strides[1]: %d\n offset[0]: %d\n offset[1]: %d\n", hwres->get_sequence(), in hwResCb()
632 ret = mRkAiqAnalyzer->pushStats(hwres); in hwResCb()
633 } else if (hwres->_buf_type == ISP_NR_IMG) { in hwResCb()
635 XCamVideoBuffer* camVBuf = convert_to_XCamVideoBuffer(hwres); in hwResCb()
643 ret = mRkAiqAnalyzer->pushStats(hwres); in hwResCb()
644 } else if (hwres->_buf_type == ISP_GAIN) { in hwResCb()
646 ret = mRkAiqAnalyzer->pushStats(hwres); in hwResCb()
647 } else if (hwres->_buf_type == ISPP_GAIN_WR) { in hwResCb()
649 ret = mRkAiqAnalyzer->pushStats(hwres); in hwResCb()
650 } else if (hwres->_buf_type == ISPP_GAIN_KG) { in hwResCb()
652 ret = mRkAiqAnalyzer->pushStats(hwres); in hwResCb()
654 } else if (hwres->_buf_type == ISP_POLL_PDAF_STATS) { in hwResCb()
656 ret = mRkAiqAnalyzer->pushStats(hwres); in hwResCb()
658 } else if (hwres->_buf_type == VICAP_STREAM_ON_EVT) { in hwResCb()
679 } else if (hwres->_buf_type == VICAP_RESET_EVT) { in hwResCb()
692 } else if (hwres->_buf_type == VICAP_WITH_RK1608_RESET_EVT) { in hwResCb()
719 } else if (hwres->_buf_type == VICAP_POLL_SCL) { in hwResCb()
720 ret = mRkAiqAnalyzer->pushStats(hwres); in hwResCb()