Searched refs:SPImagBufferProxy (Results 1 – 2 of 2) sorted by relevance
40 class SPImagBufferProxy : public SubV4l2BufferProxy43 explicit SPImagBufferProxy(SmartPtr<V4l2Buffer> &buf, SmartPtr<V4l2Device> &device) in SPImagBufferProxy() function47 virtual ~SPImagBufferProxy() {} in ~SPImagBufferProxy()62 XCAM_DEAD_COPY (SPImagBufferProxy);
79 SmartPtr<SPImagBufferProxy> img_buf = new SPImagBufferProxy (buf, dev); in new_video_buffer()