/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/ |
D | tb_video_channel.cc | 46 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/ |
D | video_receive_stream.cc | 111 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/ |
D | base_primitives.cc | 35 EXPECT_EQ(0, codec_interface->SetReceiveCodec(video_channel, video_codec)); in ConfigureCodecsToI420()
|
D | framedrop_primitives.cc | 184 EXPECT_EQ(0, codec_interface->SetReceiveCodec(video_channel, video_codec)); in TestFullStack()
|
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_codec_impl.h | 37 virtual int SetReceiveCodec(const int video_channel,
|
D | vie_receiver.h | 46 bool SetReceiveCodec(const VideoCodec& video_codec);
|
D | vie_codec_impl.cc | 264 int ViECodecImpl::SetReceiveCodec(const int video_channel, in SetReceiveCodec() function in webrtc::ViECodecImpl 282 if (vie_channel->SetReceiveCodec(video_codec) != 0) { in SetReceiveCodec()
|
D | vie_receiver.cc | 66 bool ViEReceiver::SetReceiveCodec(const VideoCodec& video_codec) { in SetReceiveCodec() function in webrtc::ViEReceiver
|
D | vie_channel.h | 83 int32_t SetReceiveCodec(const VideoCodec& video_codec);
|
D | vie_channel.cc | 403 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/ |
D | vie_codec.h | 113 virtual int SetReceiveCodec(const int video_channel,
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
D | vie_autotest_codec.cc | 180 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()
|
D | vie_autotest_custom_call.cc | 516 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()
|
D | vie_autotest_loopback.cc | 329 error = ptrViECodec->SetReceiveCodec(videoChannel, videoCodec); in VideoEngineSampleCode() 451 error = ptrViECodec->SetReceiveCodec(videoChannel, videoCodec); in VideoEngineSampleCode()
|
D | vie_autotest_simulcast.cc | 339 error = vie_codec->SetReceiveCodec(receive_channels[i], video_codec); in VideoEngineSimulcastTest()
|
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/ |
D | video_engine_jni.cc | 434 return vie_data->codec->SetReceiveCodec(channel, *codec); in JOWW()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | fakewebrtcvideoengine.h | 765 WEBRTC_FUNC(SetReceiveCodec, (const int channel,
|
D | webrtcvideoengine.cc | 3888 if (engine()->vie()->codec()->SetReceiveCodec(channel_id, *it) != 0) { in SetReceiveCodecs() 3889 LOG_RTCERR2(SetReceiveCodec, channel_id, it->plName); in SetReceiveCodecs()
|