Searched refs:receive_codec (Results 1 – 3 of 3) sorted by relevance
77 bool VCMDecoderDataBase::RegisterReceiveCodec(const VideoCodec* receive_codec, in RegisterReceiveCodec() argument84 DeregisterReceiveCodec(receive_codec->plType); in RegisterReceiveCodec()85 VideoCodec* new_receive_codec = new VideoCodec(*receive_codec); in RegisterReceiveCodec()86 dec_map_[receive_codec->plType] = new VCMDecoderMapItem( in RegisterReceiveCodec()
51 bool RegisterReceiveCodec(const VideoCodec* receive_codec,
185 auto receive_codec = channel_receive_->GetReceiveCodec(); in GetStats() local186 if (!receive_codec) { in GetStats()198 stats.codec_name = receive_codec->second.name; in GetStats()199 stats.codec_payload_type = receive_codec->first; in GetStats()200 int clockrate_khz = receive_codec->second.clockrate_hz / 1000; in GetStats()