Searched refs:SmartBufferPriv (Results 1 – 3 of 3) sorted by relevance
60 SmartBufferPriv::SmartBufferPriv (const SmartPtr<VideoBuffer> &buf) in SmartBufferPriv() function in XCam::SmartBufferPriv79 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::SmartBufferPriv112 this->base.ref = SmartBufferPriv::buf_ref; in SmartBufferPriv()113 this->base.unref = SmartBufferPriv::buf_unref; in SmartBufferPriv()[all …]
37 class SmartBufferPriv41 SmartBufferPriv (const SmartPtr<VideoBuffer> &buf);42 SmartBufferPriv (uint32_t frameId, const SmartPtr<VideoBuffer> &buf);43 ~SmartBufferPriv ();61 XCAM_DEAD_COPY (SmartBufferPriv);
333 SmartPtr<SubVideoBuffer> nrImg = reinterpret_cast<SmartBufferPriv*>(input->nr_img_buf) in OnFrameEvent()