HomeSort by relevance Sort by last modified time
    Searched refs:CodecInst (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h 118 std::vector<webrtc::CodecInst> recv_codecs;
119 webrtc::CodecInst send_codec;
278 webrtc::CodecInst codec;
336 WEBRTC_FUNC(GetCodec, (int index, webrtc::CodecInst& codec)) {
349 WEBRTC_FUNC(SetSendCodec, (int channel, const webrtc::CodecInst& codec)) {
354 WEBRTC_FUNC(GetSendCodec, (int channel, webrtc::CodecInst& codec)) {
360 const webrtc::CodecInst& codec,
364 webrtc::CodecInst& codec));
365 WEBRTC_STUB(GetRecCodec, (int channel, webrtc::CodecInst& codec));
375 const webrtc::CodecInst& codec))
    [all...]
webrtcvoiceengine.h 136 bool FindWebRtcCodec(const AudioCodec& codec, webrtc::CodecInst* gcodec);
369 webrtc::CodecInst* send_codec);
382 bool SetSendCodec(const webrtc::CodecInst& send_codec);
383 bool SetSendCodec(int channel, const webrtc::CodecInst& send_codec);
399 talk_base::scoped_ptr<webrtc::CodecInst> send_codec_;
webrtcvoiceengine_unittest.cc 196 webrtc::CodecInst temp_codec;
319 webrtc::CodecInst codec_inst;
362 webrtc::CodecInst gcodec;
408 webrtc::CodecInst opus;
432 webrtc::CodecInst opus;
456 webrtc::CodecInst opus;
480 webrtc::CodecInst gcodec;
508 webrtc::CodecInst gcodec;
547 webrtc::CodecInst gcodec;
596 webrtc::CodecInst codec
    [all...]
webrtcvoiceengine.cc 149 static std::string ToString(const webrtc::CodecInst& codec) {
179 static bool IsCodecMultiRate(const webrtc::CodecInst& codec) {
390 webrtc::CodecInst voe_codec;
1017 webrtc::CodecInst* out)
    [all...]
  /external/webrtc/src/
common_types.h 203 struct CodecInst
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_unittest.cc 305 webrtc::CodecInst isac;
    [all...]

Completed in 91 milliseconds