Searched refs:SetReceiveCodec (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
H A Dtb_video_channel.cc46 EXPECT_EQ(0, ViE.codec->SetReceiveCodec(videoChannel, videoCodec));
69 EXPECT_EQ(0, ViE.codec->SetReceiveCodec(videoChannel, videoCodec));
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dbase_primitives.cc35 EXPECT_EQ(0, codec_interface->SetReceiveCodec(video_channel, video_codec));
H A Dframedrop_primitives.cc184 EXPECT_EQ(0, codec_interface->SetReceiveCodec(video_channel, video_codec));
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_codec_impl.h37 virtual int SetReceiveCodec(const int video_channel,
H A Dvie_receiver.h46 bool SetReceiveCodec(const VideoCodec& video_codec);
H A Dvie_codec_impl.cc276 int ViECodecImpl::SetReceiveCodec(const int video_channel, function in class:webrtc::ViECodecImpl
278 LOG(LS_INFO) << "SetReceiveCodec for channel " << video_channel;
294 if (vie_channel->SetReceiveCodec(video_codec) != 0) {
H A Dvie_receiver.cc66 bool ViEReceiver::SetReceiveCodec(const VideoCodec& video_codec) { function in class:webrtc::ViEReceiver
H A Dvie_channel.h84 int32_t SetReceiveCodec(const VideoCodec& video_codec);
103 // Only affects calls to SetReceiveCodec done after this call.
H A Dvie_channel.cc209 // TODO(holmer): Can we call SetReceiveCodec() here instead?
434 int32_t ViEChannel::SetReceiveCodec(const VideoCodec& video_codec) { function in class:webrtc::ViEChannel
435 if (!vie_receiver_.SetReceiveCodec(video_codec)) {
/external/chromium_org/third_party/webrtc/video/
H A Dvideo_receive_stream.cc104 if (codec_->SetReceiveCodec(channel_, codec) != 0) {
115 if (codec_->SetReceiveCodec(channel_, codec) != 0) {
123 if (codec_->SetReceiveCodec(channel_, config_.codecs[i]) != 0) {
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_codec.h113 virtual int SetReceiveCodec(const int video_channel,
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_codec.cc180 EXPECT_EQ(0, codec->SetReceiveCodec(video_channel, video_codec));
333 EXPECT_EQ(0, codec->SetReceiveCodec(video_channel, video_codec));
430 EXPECT_EQ(0, video_engine.codec->SetReceiveCodec(video_channel_1,
654 error = ViE.codec->SetReceiveCodec(channel.videoChannel, codec);
735 error = ViE.codec->SetReceiveCodec(channel.videoChannel,
H A Dvie_autotest_loopback.cc329 error = ptrViECodec->SetReceiveCodec(videoChannel, videoCodec);
332 printf("ERROR in ViECodec::SetReceiveCodec\n");
451 error = ptrViECodec->SetReceiveCodec(videoChannel, videoCodec);
H A Dvie_autotest_custom_call.cc516 error = vie_codec->SetReceiveCodec(video_channel, video_send_codec);
633 error = vie_codec->SetReceiveCodec(video_channel, video_send_codec);
651 error = vie_codec->SetReceiveCodec(video_channel, video_send_codec);
669 error = vie_codec->SetReceiveCodec(video_channel, video_send_codec);
1463 error = vie_codec->SetReceiveCodec(video_channel, video_codec);
1476 error = vie_codec->SetReceiveCodec(video_channel, video_codec);
H A Dvie_autotest_simulcast.cc339 error = vie_codec->SetReceiveCodec(receive_channels[i], video_codec);
341 printf("ERROR in ViECodec::SetReceiveCodec\n");
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dvideo_engine_jni.cc434 return vie_data->codec->SetReceiveCodec(channel, *codec);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h778 WEBRTC_FUNC(SetReceiveCodec, (const int channel,
H A Dwebrtcvideoengine.cc3834 if (engine()->vie()->codec()->SetReceiveCodec(channel_id, *it) != 0) {
3835 LOG_RTCERR2(SetReceiveCodec, channel_id, it->plName);

Completed in 1138 milliseconds