Home
last modified time | relevance | path

Searched refs:get_sequence (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DRawStreamCapUnit.cpp429 …x %d seq %d tx_time %d", _sns_name, buf_s->get_v4l2_buf_index(), buf_s->get_sequence(),tx_timems); in poll_buffer_ready()
484 sequence_l = buf_l->get_sequence(); in sync_raw_buf()
488 sequence_m = buf_m->get_sequence(); in sync_raw_buf()
493 sequence_s = buf_s->get_sequence(); in sync_raw_buf()
576 f->frame_id = buf_s->get_sequence(); in do_capture_callback()
672 rx_buf->get_v4l2_buf_index(), rx_buf->get_sequence(),rx_timems); in release_user_taked_buf()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DRawStreamCapUnit.cpp397 subvbuf->set_sequence(buf_s->get_sequence()); in poll_buffer_ready()
464 sequence_l = buf_l->get_sequence(); in sync_raw_buf()
468 sequence_m = buf_m->get_sequence(); in sync_raw_buf()
473 sequence_s = buf_s->get_sequence(); in sync_raw_buf()
H A DSPStreamProcUnit.cpp89 _ispgain->set_sequence(img_buf->get_sequence()); in new_video_buffer()
130 get_lowpass_fv(buf->get_sequence(), buf_proxy); in poll_buffer_ready()
H A DRawStreamProcUnit.cpp404 _isp_hdr_fid2ready_map[buf_s->get_sequence()] = true; in send_sync_buf()
H A DCamHwIsp20.cpp1722 if (buf->get_sequence() > 0) in poll_buffer_ready()
1723 mParamsAssembler->forceReady(buf->get_sequence() + 1); in poll_buffer_ready()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqResourceTranslator.cpp60 stats->meas_type, buf->get_sequence()); in translateIspStats()
104 stats->meas_type, buf->get_sequence()); in translateAecStats()
415 stats->frame_id, stats->meas_type, buf->get_sequence()); in translateAwbStats()
527 stats->frame_id, stats->meas_type, buf->get_sequence()); in translateAtmoStats()
569 stats->frame_id, stats->meas_type, buf->get_sequence()); in translateAdehazeStats()
616 stats->frame_id, stats->meas_type, buf->get_sequence()); in translateAfStats()
703 uint32_t frame_id = buf->get_sequence() % 10; in translatePdafStats()
771 int frame_id = buf->get_sequence() % 10; in translatePdafStats()
792 statsInt->frame_id = buf->get_sequence(); in translatePdafStats()
H A DRkAiqCore.cpp1112 mLatestStatsId = buffer->get_sequence(); in pushStats()
1797 mAlogsComSharedParams.mCamPhyId, buffer->get_sequence()); in analyze()
1867 buffer->get_sequence(), buffer); in analyze()
2919 uint32_t id = buffer->get_sequence(); in handleIspStats()
2952 uint32_t id = buffer->get_sequence(); in handleAecStats()
2985 uint32_t id = buffer->get_sequence(); in handleAwbStats()
3019 mAfStatsFrmId = buffer->get_sequence(); in handleAfStats()
3031 uint32_t id = buffer->get_sequence(); in handleAfStats()
3095 uint32_t id = buffer->get_sequence(); in handleAtmoStats()
3124 uint32_t id = buffer->get_sequence(); in handleAdehazeStats()
[all …]
H A DRkAiqAnalyzeGroupManager.cpp390 vdBufMsg->msg->get_sequence(), shared->res_comb.ablc_proc_res->blc_r, in groupMessageHandler()
400 vdBufMsg->msg->get_sequence(), in groupMessageHandler()
412 vdBufMsg->msg->get_sequence(), in groupMessageHandler()
439 vdBufMsg->msg->get_sequence(), in groupMessageHandler()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dvideo_buffer.h95 uint32_t get_sequence () const { in get_sequence() function
H A Dv4l2_buffer_proxy.h177 uint32_t get_sequence () { in get_sequence() function
H A Dsmart_buffer_priv.cpp77 this->base.frame_id = buf->get_sequence(); in SmartBufferPriv()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqManager.cpp528 metas.frame_id = hwres->get_sequence(); in syncSofEvt()
550 seq = hwres.dynamic_cast_ptr<VideoBuffer>()->get_sequence(); 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()
H A DRkAiqCamGroupManager.cpp564 uint32_t frameId = sof_evt->get_sequence(); in sofSync()