Searched refs:scoped_vie_ptr (Results 1 – 1 of 1) sorted by relevance
70 template<class T> class scoped_vie_ptr {72 explicit scoped_vie_ptr(const scoped_vie_engine& e) in scoped_vie_ptr() function74 explicit scoped_vie_ptr(T* p) : ptr(p) {} in scoped_vie_ptr() function75 ~scoped_vie_ptr() { if (ptr) ptr->Release(); } in ~scoped_vie_ptr()123 scoped_vie_ptr<webrtc::ViEBase> base_;124 scoped_vie_ptr<webrtc::ViECodec> codec_;125 scoped_vie_ptr<webrtc::ViECapture> capture_;126 scoped_vie_ptr<webrtc::ViENetwork> network_;127 scoped_vie_ptr<webrtc::ViERender> render_;128 scoped_vie_ptr<webrtc::ViERTP_RTCP> rtp_;[all …]