Home
last modified time | relevance | path

Searched refs:SPImagBufferProxy (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DSPStreamProcUnit.h40 class SPImagBufferProxy : public SubV4l2BufferProxy
43 explicit SPImagBufferProxy(SmartPtr<V4l2Buffer> &buf, SmartPtr<V4l2Device> &device) in SPImagBufferProxy() function
47 virtual ~SPImagBufferProxy() {} in ~SPImagBufferProxy()
62 XCAM_DEAD_COPY (SPImagBufferProxy);
H A DSPStreamProcUnit.cpp79 SmartPtr<SPImagBufferProxy> img_buf = new SPImagBufferProxy (buf, dev); in new_video_buffer()