Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
Dtb_video_channel.cc46 EXPECT_EQ(0, ViE.codec->SetReceiveCodec(videoChannel, videoCodec)); in TbVideoChannel()
69 EXPECT_EQ(0, ViE.codec->SetReceiveCodec(videoChannel, videoCodec)); in SetFrameSettings()
/external/chromium_org/third_party/webrtc/video/
Dvideo_receive_stream.cc111 if (codec_->SetReceiveCodec(channel_, codec) != 0) { in VideoReceiveStream()
122 if (codec_->SetReceiveCodec(channel_, codec) != 0) { in VideoReceiveStream()
130 if (codec_->SetReceiveCodec(channel_, config_.codecs[i]) != 0) { in VideoReceiveStream()
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
Dbase_primitives.cc35 EXPECT_EQ(0, codec_interface->SetReceiveCodec(video_channel, video_codec)); in ConfigureCodecsToI420()
Dframedrop_primitives.cc184 EXPECT_EQ(0, codec_interface->SetReceiveCodec(video_channel, video_codec)); in TestFullStack()
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_codec_impl.h37 virtual int SetReceiveCodec(const int video_channel,
Dvie_receiver.h46 bool SetReceiveCodec(const VideoCodec& video_codec);
Dvie_codec_impl.cc264 int ViECodecImpl::SetReceiveCodec(const int video_channel, in SetReceiveCodec() function in webrtc::ViECodecImpl
282 if (vie_channel->SetReceiveCodec(video_codec) != 0) { in SetReceiveCodec()
Dvie_receiver.cc66 bool ViEReceiver::SetReceiveCodec(const VideoCodec& video_codec) { in SetReceiveCodec() function in webrtc::ViEReceiver
Dvie_channel.h83 int32_t SetReceiveCodec(const VideoCodec& video_codec);
Dvie_channel.cc403 int32_t ViEChannel::SetReceiveCodec(const VideoCodec& video_codec) { in SetReceiveCodec() function in webrtc::ViEChannel
404 if (!vie_receiver_.SetReceiveCodec(video_codec)) { in SetReceiveCodec()
/external/chromium_org/third_party/webrtc/video_engine/include/
Dvie_codec.h113 virtual int SetReceiveCodec(const int video_channel,
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_codec.cc180 EXPECT_EQ(0, codec->SetReceiveCodec(video_channel, video_codec)); in ViECodecStandardTest()
333 EXPECT_EQ(0, codec->SetReceiveCodec(video_channel, video_codec)); in ViECodecExtendedTest()
430 EXPECT_EQ(0, video_engine.codec->SetReceiveCodec(video_channel_1, in ViECodecExtendedTest()
654 error = ViE.codec->SetReceiveCodec(channel.videoChannel, codec); in ViECodecExternalCodecTest()
735 error = ViE.codec->SetReceiveCodec(channel.videoChannel, in ViECodecExternalCodecTest()
Dvie_autotest_custom_call.cc516 error = vie_codec->SetReceiveCodec(video_channel, video_send_codec); in ViECustomCall()
633 error = vie_codec->SetReceiveCodec(video_channel, video_send_codec); in ViECustomCall()
651 error = vie_codec->SetReceiveCodec(video_channel, video_send_codec); in ViECustomCall()
669 error = vie_codec->SetReceiveCodec(video_channel, video_send_codec); in ViECustomCall()
1463 error = vie_codec->SetReceiveCodec(video_channel, video_codec); in SetVideoProtection()
1476 error = vie_codec->SetReceiveCodec(video_channel, video_codec); in SetVideoProtection()
Dvie_autotest_loopback.cc329 error = ptrViECodec->SetReceiveCodec(videoChannel, videoCodec); in VideoEngineSampleCode()
451 error = ptrViECodec->SetReceiveCodec(videoChannel, videoCodec); in VideoEngineSampleCode()
Dvie_autotest_simulcast.cc339 error = vie_codec->SetReceiveCodec(receive_channels[i], video_codec); in VideoEngineSimulcastTest()
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
Dvideo_engine_jni.cc434 return vie_data->codec->SetReceiveCodec(channel, *codec); in JOWW()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvideoengine.h765 WEBRTC_FUNC(SetReceiveCodec, (const int channel,
Dwebrtcvideoengine.cc3888 if (engine()->vie()->codec()->SetReceiveCodec(channel_id, *it) != 0) { in SetReceiveCodecs()
3889 LOG_RTCERR2(SetReceiveCodec, channel_id, it->plName); in SetReceiveCodecs()