HomeSort by relevance Sort by last modified time
    Searched full:scoped_vie_ptr (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvie.h 70 template<class T> class scoped_vie_ptr { class in namespace:cricket
72 explicit scoped_vie_ptr(const scoped_vie_engine& e) function in class:cricket::scoped_vie_ptr
74 explicit scoped_vie_ptr(T* p) : ptr(p) {} function in class:cricket::scoped_vie_ptr
75 ~scoped_vie_ptr() { if (ptr) ptr->Release(); }
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...]

Completed in 69 milliseconds