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

  /external/webrtc/webrtc/modules/video_coding/
codec_database.h 96 bool RegisterReceiveCodec(const VideoCodec* receive_codec,
codec_database.cc 431 bool VCMCodecDataBase::RegisterReceiveCodec(const VideoCodec* receive_codec,
438 DeregisterReceiveCodec(receive_codec->plType);
439 if (receive_codec->codecType == kVideoCodecUnknown) {
442 VideoCodec* new_receive_codec = new VideoCodec(*receive_codec);
443 dec_map_[receive_codec->plType] = new VCMDecoderMapItem(
  /external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module.h 465 // -receive_codec : parameters of the codec to be registered, c.f.
473 virtual int RegisterReceiveCodec(const CodecInst& receive_codec) = 0;
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.h 122 int RegisterReceiveCodec(const CodecInst& receive_codec) override;
  /external/webrtc/webrtc/modules/audio_coding/test/
TestStereo.cc 837 CodecInst receive_codec; local
838 acm_b_->ReceiveCodec(&receive_codec);
840 printf("%s\n", receive_codec.plname);

Completed in 119 milliseconds