Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dsmart_buffer_priv.cpp30 class SmartBufferPriv class
34 SmartBufferPriv (const SmartPtr<VideoBuffer> &buf);
35 ~SmartBufferPriv ();
49 XCAM_DEAD_COPY (SmartBufferPriv);
56 SmartBufferPriv::SmartBufferPriv (const SmartPtr<VideoBuffer> &buf) in SmartBufferPriv() function in XCam::SmartBufferPriv
74 this->base.ref = SmartBufferPriv::buf_ref; in SmartBufferPriv()
75 this->base.unref = SmartBufferPriv::buf_unref; in SmartBufferPriv()
76 this->base.map = SmartBufferPriv::buf_map; in SmartBufferPriv()
77 this->base.unmap = SmartBufferPriv::buf_unmap; in SmartBufferPriv()
78 this->base.get_fd = SmartBufferPriv::buf_get_fd; in SmartBufferPriv()
[all …]