OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:channel2_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
hybridvideoengine.cc
40
channel2_
(channel2),
52
if (
channel2_
) {
53
channel2_
->SetInterface(iface);
62
if (
channel2_
&& ret) {
63
ret =
channel2_
->SetOptions(options);
75
if (
channel2_
) {
76
return
channel2_
->GetOptions(options);
90
if (
channel2_
&& ret) {
91
ret =
channel2_
->SetRecvCodecs(codecs2);
102
if (
channel2_
&& ret)
[
all
...]
hybridvideoengine.h
113
talk_base::scoped_ptr<VideoMediaChannel>
channel2_
;
member in class:cricket::HybridVideoMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc
224
channel2_
.reset(CreateChannel(thread, &media_engine_, ch2, &session2_,
228
channel2_
->SignalMediaMonitor.connect(
232
channel2_
->SignalMediaError.connect(
279
channel2_
.reset(CreateChannel(thread, &media_engine_, ch2, &session1_,
283
channel2_
->SignalMediaMonitor.connect(
285
channel2_
->SignalMediaError.connect(
324
result =
channel2_
->SetRemoteContent(&remote_media_content1_, CA_OFFER);
328
result =
channel2_
->SetLocalContent(&local_media_content2_, CA_ANSWER);
335
channel2_
->Enable(true);
343
result =
channel2_
->SetRemoteContent(&remote_media_content1_, CA_OFFER)
1834
talk_base::scoped_ptr<typename T::Channel>
channel2_
;
member in class:ChannelTest
[
all
...]
Completed in 28 milliseconds