Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dsmart_buffer_priv.cpp60 SmartBufferPriv::SmartBufferPriv (const SmartPtr<VideoBuffer> &buf) in SmartBufferPriv() function in XCam::SmartBufferPriv
79 this->base.ref = SmartBufferPriv::buf_ref; in SmartBufferPriv()
80 this->base.unref = SmartBufferPriv::buf_unref; in SmartBufferPriv()
81 this->base.map = SmartBufferPriv::buf_map; in SmartBufferPriv()
82 this->base.unmap = SmartBufferPriv::buf_unmap; in SmartBufferPriv()
83 this->base.get_fd = SmartBufferPriv::buf_get_fd; in SmartBufferPriv()
84 this->get_bo = SmartBufferPriv::buf_get_bo; in SmartBufferPriv()
93 SmartBufferPriv::SmartBufferPriv (uint32_t frameId, const SmartPtr<VideoBuffer> &buf) in SmartBufferPriv() function in XCam::SmartBufferPriv
112 this->base.ref = SmartBufferPriv::buf_ref; in SmartBufferPriv()
113 this->base.unref = SmartBufferPriv::buf_unref; in SmartBufferPriv()
[all …]
H A Dsmart_buffer_priv.h37 class SmartBufferPriv
41 SmartBufferPriv (const SmartPtr<VideoBuffer> &buf);
42 SmartBufferPriv (uint32_t frameId, const SmartPtr<VideoBuffer> &buf);
43 ~SmartBufferPriv ();
61 XCAM_DEAD_COPY (SmartBufferPriv);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Deis_algo_service.cpp333 SmartPtr<SubVideoBuffer> nrImg = reinterpret_cast<SmartBufferPriv*>(input->nr_img_buf) in OnFrameEvent()