Searched refs:SendCodec (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dcodec_database.h78 bool SendCodec(VideoCodec* current_send_codec) const;
82 VideoCodecType SendCodec() const;
H A Dvideo_sender.cc166 int32_t VideoSender::SendCodec(VideoCodec* currentSendCodec) const { function in class:webrtc::vcm::VideoSender
172 return _codecDataBase.SendCodec(currentSendCodec) ? 0 : -1;
176 VideoCodecType VideoSender::SendCodec() const { function in class:webrtc::vcm::VideoSender
179 return _codecDataBase.SendCodec();
445 if (SendCodec(&current_send_codec) != 0) {
H A Dvideo_coding_impl.cc119 virtual int32_t SendCodec(VideoCodec* currentSendCodec) const OVERRIDE {
120 return sender_->SendCodec(currentSendCodec);
123 virtual VideoCodecType SendCodec() const OVERRIDE {
124 return sender_->SendCodec();
H A Dvideo_coding_impl.h69 int32_t SendCodec(VideoCodec* currentSendCodec) const;
70 VideoCodecType SendCodec() const;
H A Dcodec_database.cc289 bool VCMCodecDataBase::SendCodec(VideoCodec* current_send_codec) const { function in class:webrtc::VCMCodecDataBase
297 VideoCodecType VCMCodecDataBase::SendCodec() const { function in class:webrtc::VCMCodecDataBase
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DPacketLossTest.cc146 if (acm->SendCodec(&sendCodecInst) >= 0) {
H A Ddelay_test.cc145 SendCodec(config.codec);
150 void SendCodec(const CodecSettings& config) { function in class:webrtc::DelayTest
H A DiSACTest.cc53 EXPECT_EQ(0, acm->SendCodec(&sendCodec));
306 EXPECT_EQ(0, _acmA->SendCodec(&sendCodec));
307 EXPECT_EQ(0, _acmB->SendCodec(&sendCodec));
H A DTwoWayCommunication.cc278 EXPECT_EQ(0, _acmB->SendCodec(&codecInst_B));
336 EXPECT_EQ(0, _acmB->SendCodec(&dummy));
H A DEncodeDecodeTest.cc346 if (acm->SendCodec(&sendCodecInst) >= 0) {
H A DTestVADDTX.cc274 _acmA->SendCodec(&myCodecParam);
H A DAPITest.cc867 if (sendACM->SendCodec(&myCodec) < 0) {
1107 _acmA->SendCodec(&myCodec);
1109 _acmB->SendCodec(&myCodec);
H A DTestAllCodecs.cc816 acm_a_->SendCodec(&my_codec_param);
H A DTestStereo.cc904 acm_a_->SendCodec(&my_codec_param);
/external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
H A Dvideo_coding.h143 virtual int32_t SendCodec(VideoCodec* currentSendCodec) const = 0;
149 virtual VideoCodecType SendCodec() const = 0;
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_encoder.cc287 if (vcm_.SendCodec(&current_send_codec) == VCM_OK) {
378 if (vcm_.SendCodec(video_codec) != 0) {
545 if (vcm_.SendCodec() == webrtc::kVideoCodecVP8) {
579 if (vcm_.SendCodec(&video_codec) != VCM_OK) {
647 if (vcm_.SendCodec(&codec) == 0) {
806 if (vcm_.SendCodec(&codec) != 0)
843 if (vcm_.SendCodec(&send_codec) != 0) {
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dcodec_database_test.cc165 _vcm->SendCodec(&currentSendCodec);
171 _vcm->SendCodec(&currentSendCodec);
354 _vcm->SendCodec(&sendCodec);
H A Dquality_modes_test.cc437 _vcm->SendCodec(&currentCodec);
H A Dgeneric_codec_test.cc174 _vcm->SendCodec(&sendCodec);
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
H A Daudio_coding_module.h276 // int32_t SendCodec()
286 virtual int32_t SendCodec(CodecInst* current_send_codec) const = 0;
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_impl.h73 virtual int SendCodec(CodecInst* current_codec) const OVERRIDE;
H A Dacm_receiver_unittest_oldapi.cc88 ASSERT_EQ(0, acm_->SendCodec(&current_codec));
H A Daudio_coding_module_impl.cc1151 int AudioCodingModuleImpl::SendCodec( function in class:webrtc::acm2::AudioCodingModuleImpl
1154 "SendCodec()");
1159 "SendCodec Failed, no codec is registered");
2077 if (acm_old_->SendCodec(&current_send_codec_) != 0) {
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.cc1433 return (audio_coding_->SendCodec(&codec));

Completed in 8263 milliseconds