Home
last modified time | relevance | path

Searched refs:SofEventBuffer (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20StatsBuffer.h79 class SofEventBuffer
82 explicit SofEventBuffer(SmartPtr<SofEventData> &buf,
84 virtual ~SofEventBuffer() {}; in ~SofEventBuffer()
87 XCAM_DEAD_COPY(SofEventBuffer);
H A DIsp20StatsBuffer.cpp38 SofEventBuffer::SofEventBuffer(SmartPtr<SofEventData> &buf, in SofEventBuffer() function in RkCam::SofEventBuffer
52 SofEventBuffer::get_data() in get_data()
H A DStream.cpp609 video_buf = new SofEventBuffer(evtdata, dev); in new_video_buffer()
H A DCamHwIsp20.cpp5564 SmartPtr<SofEventBuffer> evtbuf = buf.dynamic_cast_ptr<SofEventBuffer>(); in notify_sof()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqManager.cpp520 SmartPtr<SofEventBuffer> evtbuf = hwres.dynamic_cast_ptr<SofEventBuffer>(); in syncSofEvt()
587 SmartPtr<SofEventBuffer> evtbuf = hwres.dynamic_cast_ptr<SofEventBuffer>(); in hwResCb()