Home | History | Annotate | Download | only in base

Lines Matching refs:VideoMediaChannel

51 // two unrelated VideoMediaChannel implementations into a single class.
52 class HybridVideoMediaChannel : public VideoMediaChannel {
55 VideoMediaChannel* channel1,
56 VideoMediaChannel* channel2);
59 // VideoMediaChannel methods
110 talk_base::scoped_ptr<VideoMediaChannel> channel1_;
111 talk_base::scoped_ptr<VideoMediaChannel> channel2_;
112 VideoMediaChannel* active_channel_;
122 virtual void OnSendChange1(VideoMediaChannel* channel1, bool send) = 0;
123 virtual void OnSendChange2(VideoMediaChannel* channel1, bool send) = 0;
129 // a VideoMediaChannel implementation from each engine. Policy is then used
130 // during call setup to determine which VideoMediaChannel should be used.
170 talk_base::scoped_ptr<VideoMediaChannel> channel1(
176 talk_base::scoped_ptr<VideoMediaChannel> channel2(
253 virtual void OnSendChange1(VideoMediaChannel* channel1, bool send) {
255 virtual void OnSendChange2(VideoMediaChannel* channel2, bool send) {