OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetSendCodecs
(Results
1 - 25
of
26
) sorted by null
1
2
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine_unittest.cc
291
TEST_F(WebRtcVideoEngineTestFake,
SetSendCodecs
) {
295
EXPECT_TRUE(channel_->
SetSendCodecs
(codecs));
308
EXPECT_TRUE(channel_->
SetSendCodecs
(codecs));
324
EXPECT_FALSE(channel_->
SetSendCodecs
(codecs));
333
EXPECT_TRUE(channel_->
SetSendCodecs
(codecs));
345
EXPECT_TRUE(channel_->
SetSendCodecs
(codecs));
362
EXPECT_TRUE(channel_->
SetSendCodecs
(codecs));
387
EXPECT_TRUE(channel_->
SetSendCodecs
(codecs));
406
EXPECT_TRUE(channel_->
SetSendCodecs
(codecs));
431
EXPECT_TRUE(channel_->
SetSendCodecs
(codec_list))
[
all
...]
webrtcvoiceengine_unittest.cc
165
EXPECT_TRUE(channel_->
SetSendCodecs
(codecs));
170
EXPECT_TRUE(channel_->
SetSendCodecs
(codecs));
217
EXPECT_TRUE(channel_->
SetSendCodecs
(codecs));
576
EXPECT_TRUE(channel_->
SetSendCodecs
(engine_.codecs()));
596
EXPECT_TRUE(channel_->
SetSendCodecs
(engine_.codecs()));
615
EXPECT_TRUE(channel_->
SetSendCodecs
(engine_.codecs()));
634
EXPECT_TRUE(channel_->
SetSendCodecs
(engine_.codecs()));
642
EXPECT_TRUE(channel_->
SetSendCodecs
(codecs));
654
TEST_F(WebRtcVoiceEngineTestFake,
SetSendCodecs
) {
663
EXPECT_TRUE(channel_->
SetSendCodecs
(codecs))
[
all
...]
webrtcvoiceengine.h
328
virtual bool
SetSendCodecs
(const std::vector<AudioCodec> &codecs);
410
bool
SetSendCodecs
(int channel, const std::vector<AudioCodec>& codecs);
webrtcvideoengine.h
253
virtual bool
SetSendCodecs
(const std::vector<VideoCodec> &codecs);
webrtcvoiceengine.cc
[
all
...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.cc
216
bool FileVoiceChannel::
SetSendCodecs
(const std::vector<AudioCodec>& codecs) {
239
bool FileVideoChannel::
SetSendCodecs
(const std::vector<VideoCodec>& codecs) {
filemediaengine.h
134
virtual bool
SetSendCodecs
(const std::vector<AudioCodec>& codecs);
169
virtual bool
SetSendCodecs
(const std::vector<VideoCodec>& codecs);
mediachannel.h
213
virtual bool
SetSendCodecs
(const std::vector<AudioCodec>& codecs) = 0;
438
virtual bool
SetSendCodecs
(const std::vector<VideoCodec> &codecs) = 0;
mediaengine.h
264
virtual bool
SetSendCodecs
(const std::vector<AudioCodec> &codecs) {
channel.cc
813
ret = media_channel()->
SetSendCodecs
(audio->codecs());
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdataengine_unittest.cc
188
EXPECT_TRUE(dmc->
SetSendCodecs
(known_codecs));
189
EXPECT_FALSE(dmc->
SetSendCodecs
(unknown_codecs));
190
EXPECT_TRUE(dmc->
SetSendCodecs
(mixed_codecs));
264
ASSERT_TRUE(dmc->
SetSendCodecs
(codecs));
328
ASSERT_TRUE(dmc1->
SetSendCodecs
(codecs));
329
ASSERT_TRUE(dmc2->
SetSendCodecs
(codecs));
375
ASSERT_TRUE(dmc->
SetSendCodecs
(codecs));
rtpdataengine.h
104
virtual bool
SetSendCodecs
(const std::vector<DataCodec>& codecs);
filemediaengine.cc
291
bool FileVoiceChannel::
SetSendCodecs
(const std::vector<AudioCodec>& codecs) {
337
bool FileVideoChannel::
SetSendCodecs
(const std::vector<VideoCodec>& codecs) {
filemediaengine.h
195
virtual bool
SetSendCodecs
(const std::vector<AudioCodec>& codecs);
274
virtual bool
SetSendCodecs
(const std::vector<VideoCodec>& codecs);
hybridvideoengine.cc
142
bool HybridVideoMediaChannel::
SetSendCodecs
(
154
bool return_value = active_channel_->
SetSendCodecs
(codecs_to_set);
274
// TODO(juberti): Ensure that returning no stats until
SetSendCodecs
is OK.
hybridvideoengine.h
73
virtual bool
SetSendCodecs
(const std::vector<VideoCodec>& codecs);
rtpdataengine.cc
160
bool RtpDataMediaChannel::
SetSendCodecs
(const std::vector<DataCodec>& codecs) {
164
"Failed to
SetSendCodecs
because there is no known codec.";
fakemediaengine.h
266
virtual bool
SetSendCodecs
(const std::vector<AudioCodec>& codecs) {
268
// Fake the failure in
SetSendCodecs
.
495
virtual bool
SetSendCodecs
(const std::vector<VideoCodec>& codecs) {
497
// Fake the failure in
SetSendCodecs
.
620
virtual bool
SetSendCodecs
(const std::vector<DataCodec>& codecs) {
622
// Fake the failure in
SetSendCodecs
.
[
all
...]
mediachannel.h
947
virtual bool
SetSendCodecs
(const std::vector<AudioCodec>& codecs) = 0
[
all
...]
videoengine_unittest.h
535
success = channel_->
SetSendCodecs
(codecs);
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.h
172
virtual bool
SetSendCodecs
(const std::vector<DataCodec>& codecs);
sctpdataengine.cc
726
bool SctpDataMediaChannel::
SetSendCodecs
(const std::vector<DataCodec>& codecs) {
/external/chromium_org/third_party/libjingle/source/talk/media/other/
linphonemediaengine.h
124
virtual bool
SetSendCodecs
(const std::vector<AudioCodec>& codecs);
linphonemediaengine.cc
163
bool LinphoneVoiceChannel::
SetSendCodecs
(const std::vector<AudioCodec>& codecs) {
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc
[
all
...]
Completed in 604 milliseconds
1
2