Home
last modified time | relevance | path

Searched refs:PdafBufferProxy (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DPdafStreamProcUnit.h29 class PdafBufferProxy : public V4l2BufferProxy
32 explicit PdafBufferProxy(SmartPtr<V4l2Buffer> &buf, SmartPtr<V4l2Device> &device) in PdafBufferProxy() function
37 virtual ~PdafBufferProxy() {} in ~PdafBufferProxy()
40 XCAM_DEAD_COPY (PdafBufferProxy);
H A DPdafStreamProcUnit.cpp103 SmartPtr<PdafBufferProxy> pdaf_buf = buf.dynamic_cast_ptr<PdafBufferProxy>(); in poll_buffer_ready()
H A DStream.cpp687 SmartPtr<PdafBufferProxy> buf_proxy = new PdafBufferProxy(buf, dev); in new_v4l2proxy_buffer()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqResourceTranslator.cpp676 PdafBufferProxy* buf = in translatePdafStats()
677 from.get_cast_ptr<PdafBufferProxy>(); in translatePdafStats()