Searched refs:orbStats (Results 1 – 7 of 7) sorted by relevance
146 RkAiqOrbStats* orbStats = nullptr; in ORBProcessing() local148 orbStats = (RkAiqOrbStats*)rkaiqAorbProcParam->orb_stats_buf->map( in ORBProcessing()157 if (ORBctx->orb_stats.num_points > 0 && orbStats->orb_stats.num_points > 0) { in ORBProcessing()162 push_orbpoint_cv(orbStats->orb_stats.num_points, orbStats->orb_stats.points, in ORBProcessing()185 ORBctx->orb_stats = orbStats->orb_stats; in ORBProcessing()234 ORBctx->orb_stats = orbStats->orb_stats; in ORBProcessing()
72 if (!shared->orbStats && !sharedCom->init) { in preProcess()98 aeis_proc_int->orb_stats_buf = shared->orbStats; in processing()147 if (!shared->orbStats && !sharedCom->init) { in processing()183 if (!shared->orbStats && !sharedCom->init) { in postProcess()
76 aorb_proc_int->orb_stats_buf = shared->orbStats; in processing()83 if (!shared->orbStats && !sharedCom->init) { in processing()
331 RkAiqOrbStats* orbStats = in OnFrameEvent() local336 auto id = orbStats->orb_stats.frame_id; in OnFrameEvent()372 LOGW_AEIS("Process %d frame has invalid frame idx %d", orbStats->orb_stats.frame_id, in OnFrameEvent()394 image->frame_index = orbStats->orb_stats.frame_id; in OnFrameEvent()396 dvs_images_.emplace(orbStats->orb_stats.frame_id, image); in OnFrameEvent()
360 shared->orbStats = convert_to_XCamVideoBuffer(vdBufMsg->msg); in groupMessageHandler()523 if (shared->orbStats) { in groupMessageHandler()524 shared->orbStats->unref(shared->orbStats); in groupMessageHandler()525 shared->orbStats = nullptr; in groupMessageHandler()
795 if (shared->orbStats) { in freeSharebuf()796 shared->orbStats->unref(shared->orbStats); in freeSharebuf()797 shared->orbStats = nullptr; in freeSharebuf()3136 SmartPtr<RkAiqOrbStatsProxy> orbStats = NULL; in handleOrbStats() local3140 orbStats = mAiqOrbStatsIntPool->get_item(); in handleOrbStats()3147 ret = mTranslator->translateOrbStats(buffer, orbStats); in handleOrbStats()3149 orbStats = NULL; in handleOrbStats()3155 orbStats->setId(id); in handleOrbStats()3156 orbStats->setType(RK_AIQ_SHARED_TYPE_ORB_STATS); in handleOrbStats()3158 id, orbStats); in handleOrbStats()
392 XCamVideoBuffer* orbStats; member417 orbStats = nullptr; in reset()