Home
last modified time | relevance | path

Searched refs:notify_sof (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dpoll_thread.h86 virtual XCamReturn notify_sof (uint64_t time, uint32_t frameid);
H A Dpoll_thread.cpp472 PollThread::notify_sof (uint64_t time, uint32_t frameid) in notify_sof() function in XCam::PollThread
503 notify_sof(tv_sec * 1000 * 1000 * 1000 + tv_nsec, exp_id); in handle_frame_sync_event()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DRawStreamProcUnit.h55 void notify_sof(uint64_t time, uint32_t frameid);
H A DCamHwIsp20.h158 XCamReturn notify_sof(SmartPtr<VideoBuffer>& buf);
H A DRawStreamProcUnit.cpp363 RawStreamProcUnit::notify_sof(uint64_t time, uint32_t frameid) in notify_sof() function in RkCam::RawStreamProcUnit
H A DCamHwIsp20.cpp5562 XCamReturn CamHwIsp20::notify_sof(SmartPtr<VideoBuffer>& buf) in notify_sof() function in RkCam::CamHwIsp20
5571 mRawProcUnit->notify_sof(evtdata->_timestamp, evtdata->_frameid); in notify_sof()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqManager.cpp518 mCamHwIsp20->notify_sof(hwres); in syncSofEvt()
585 mCamHwIsp20->notify_sof(hwres); in hwResCb()