Home
last modified time | relevance | path

Searched refs:CodecInst (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvoiceengine.h128 std::vector<webrtc::CodecInst> recv_codecs;
129 webrtc::CodecInst send_codec;
270 webrtc::CodecInst codec; in AddChannel()
359 WEBRTC_FUNC(GetCodec, (int index, webrtc::CodecInst& codec)) {
372 WEBRTC_FUNC(SetSendCodec, (int channel, const webrtc::CodecInst& codec)) {
377 WEBRTC_FUNC(GetSendCodec, (int channel, webrtc::CodecInst& codec)) {
383 const webrtc::CodecInst& codec,
387 webrtc::CodecInst& codec));
388 WEBRTC_STUB(GetRecCodec, (int channel, webrtc::CodecInst& codec));
398 const webrtc::CodecInst& codec)) {
[all …]
Dwebrtcvoiceengine_unittest.cc222 webrtc::CodecInst temp_codec; in TestSendBandwidth()
341 webrtc::CodecInst codec_inst; in TEST_F()
384 webrtc::CodecInst gcodec; in TEST_F()
430 webrtc::CodecInst opus; in TEST_F()
454 webrtc::CodecInst opus; in TEST_F()
478 webrtc::CodecInst opus; in TEST_F()
502 webrtc::CodecInst gcodec; in TEST_F()
530 webrtc::CodecInst gcodec; in TEST_F()
569 webrtc::CodecInst gcodec; in TEST_F()
624 webrtc::CodecInst codec; in TEST_F()
[all …]
Dwebrtcvoiceengine.h134 bool FindWebRtcCodec(const AudioCodec& codec, webrtc::CodecInst* gcodec);
383 webrtc::CodecInst* send_codec);
396 bool SetSendCodec(const webrtc::CodecInst& send_codec);
397 bool SetSendCodec(int channel, const webrtc::CodecInst& send_codec);
417 talk_base::scoped_ptr<webrtc::CodecInst> send_codec_;
Dwebrtcvoiceengine.cc157 static std::string ToString(const webrtc::CodecInst& codec) { in ToString()
187 static bool IsCodecMultiRate(const webrtc::CodecInst& codec) { in IsCodecMultiRate()
430 webrtc::CodecInst voe_codec; in ConstructCodecs()
1126 webrtc::CodecInst* out) { in FindWebRtcCodec()
1129 webrtc::CodecInst voe_codec; in FindWebRtcCodec()
1804 webrtc::CodecInst voe_codec; in SetRecvCodecs()
1857 webrtc::CodecInst send_codec; in SetSendCodecs()
1864 webrtc::CodecInst voe_codec; in SetSendCodecs()
2007 send_codec_.reset(new webrtc::CodecInst(send_codec)); in SetSendCodecs()
2061 const webrtc::CodecInst& send_codec) { in SetSendCodec()
[all …]
/external/chromium_org/media/cast/audio_receiver/
Daudio_decoder.cc26 webrtc::CodecInst receive_codec; in AudioDecoder()
/external/webrtc/src/
Dcommon_types.h203 struct CodecInst struct
/external/chromium_org/content/renderer/media/
Dwebrtc_audio_device_unittest.cc308 webrtc::CodecInst isac; in SetChannelCodec()