OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recv_codecs
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h
128
std::vector<webrtc::CodecInst>
recv_codecs
;
member in struct:cricket::FakeWebRtcVoiceEngine::Channel
272
ch->
recv_codecs
.push_back(codec);
406
ch->
recv_codecs
.begin(); it != ch->
recv_codecs
.end(); ++it) {
414
for (std::vector<webrtc::CodecInst>::iterator it = ch->
recv_codecs
.begin();
415
it != ch->
recv_codecs
.end(); ++it) {
438
for (std::vector<webrtc::CodecInst>::iterator it = ch->
recv_codecs
.begin();
439
it != ch->
recv_codecs
.end(); ++it) {
[
all
...]
fakewebrtcvideoengine.h
330
std::vector<webrtc::VideoCodec>
recv_codecs
;
member in struct:cricket::FakeWebRtcVideoEngine::Channel
544
channels_.find(channel)->second->
recv_codecs
;
720
channels_[channel]->
recv_codecs
.push_back(codec);
[
all
...]
webrtcvideoengine_unittest.cc
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
fakemediaengine.h
246
const std::vector<AudioCodec>&
recv_codecs
() const { return recv_codecs_; }
function in class:cricket::FakeVoiceMediaChannel
452
const std::vector<VideoCodec>&
recv_codecs
() const { return recv_codecs_; }
function in class:cricket::FakeVideoMediaChannel
606
const std::vector<DataCodec>&
recv_codecs
() const { return recv_codecs_; }
function in class:cricket::FakeDataMediaChannel
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession_unittest.cc
[
all
...]
Completed in 70 milliseconds