Searched refs:ReceiveCodec (Results 1 – 13 of 13) sorted by relevance
224 int32_t ReceiveCodec(VideoCodec* currentReceiveCodec) const override { in ReceiveCodec() function in webrtc::__anonc28a8fb60111::VideoCodingModuleImpl225 return receiver_.ReceiveCodec(currentReceiveCodec); in ReceiveCodec()228 VideoCodecType ReceiveCodec() const override { in ReceiveCodec() function in webrtc::__anonc28a8fb60111::VideoCodingModuleImpl229 return receiver_.ReceiveCodec(); in ReceiveCodec()
103 bool ReceiveCodec(VideoCodec* current_receive_codec) const;106 VideoCodecType ReceiveCodec() const;
418 int32_t VideoReceiver::ReceiveCodec(VideoCodec* currentReceiveCodec) const { in ReceiveCodec() function in webrtc::vcm::VideoReceiver423 return _codecDataBase.ReceiveCodec(currentReceiveCodec) ? 0 : -1; in ReceiveCodec()427 VideoCodecType VideoReceiver::ReceiveCodec() const { in ReceiveCodec() function in webrtc::vcm::VideoReceiver429 return _codecDataBase.ReceiveCodec(); in ReceiveCodec()
153 int32_t ReceiveCodec(VideoCodec* currentReceiveCodec) const;154 VideoCodecType ReceiveCodec() const;
462 bool VCMCodecDataBase::ReceiveCodec(VideoCodec* current_receive_codec) const { in ReceiveCodec() function in webrtc::VCMCodecDataBase471 VideoCodecType VCMCodecDataBase::ReceiveCodec() const { in ReceiveCodec() function in webrtc::VCMCodecDataBase
400 virtual int32_t ReceiveCodec(VideoCodec* currentReceiveCodec) const = 0;407 virtual VideoCodecType ReceiveCodec() const = 0;
133 EXPECT_EQ(0, _acmA->ReceiveCodec(&receiveCodec)); in Setup()134 EXPECT_EQ(0, _acmB->ReceiveCodec(&receiveCodec)); in Setup()
485 acm_b_->ReceiveCodec(&my_codec_param); in DisplaySendReceiveCodec()
838 acm_b_->ReceiveCodec(&receive_codec); in DisplaySendReceiveCodec()
513 virtual int32_t ReceiveCodec(CodecInst* curr_receive_codec) const = 0;
131 int ReceiveCodec(CodecInst* current_codec) const override;
647 int AudioCodingModuleImpl::ReceiveCodec(CodecInst* current_codec) const { in ReceiveCodec() function in webrtc::acm2::AudioCodingModuleImpl
1386 return (audio_coding_->ReceiveCodec(&codec)); in GetRecCodec()4050 if (audio_coding_->ReceiveCodec(¤t_recive_codec) == 0) { in GetPlayoutFrequency()