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

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h 128 std::vector<webrtc::CodecInst> recv_codecs;
129 webrtc::CodecInst send_codec;
270 webrtc::CodecInst codec;
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...]
webrtcvoiceengine.h 134 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_;
webrtcvoiceengine_unittest.cc 222 webrtc::CodecInst temp_codec;
341 webrtc::CodecInst codec_inst;
384 webrtc::CodecInst gcodec;
430 webrtc::CodecInst opus;
454 webrtc::CodecInst opus;
478 webrtc::CodecInst opus;
502 webrtc::CodecInst gcodec;
530 webrtc::CodecInst gcodec;
569 webrtc::CodecInst gcodec;
624 webrtc::CodecInst codec
    [all...]
webrtcvoiceengine.cc 157 static std::string ToString(const webrtc::CodecInst& codec) {
187 static bool IsCodecMultiRate(const webrtc::CodecInst& codec) {
430 webrtc::CodecInst voe_codec;
    [all...]
  /external/chromium_org/media/cast/audio_receiver/
audio_decoder.cc 26 webrtc::CodecInst receive_codec;
  /external/webrtc/src/
common_types.h 203 struct CodecInst
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_unittest.cc 308 webrtc::CodecInst isac;
    [all...]

Completed in 40 milliseconds