Searched refs:PdafBufferProxy (Results 1 – 4 of 4) sorted by relevance
29 class PdafBufferProxy : public V4l2BufferProxy32 explicit PdafBufferProxy(SmartPtr<V4l2Buffer> &buf, SmartPtr<V4l2Device> &device) in PdafBufferProxy() function37 virtual ~PdafBufferProxy() {} in ~PdafBufferProxy()40 XCAM_DEAD_COPY (PdafBufferProxy);
103 SmartPtr<PdafBufferProxy> pdaf_buf = buf.dynamic_cast_ptr<PdafBufferProxy>(); in poll_buffer_ready()
687 SmartPtr<PdafBufferProxy> buf_proxy = new PdafBufferProxy(buf, dev); in new_v4l2proxy_buffer()
676 PdafBufferProxy* buf = in translatePdafStats()677 from.get_cast_ptr<PdafBufferProxy>(); in translatePdafStats()