HomeSort by relevance Sort by last modified time
    Searched refs:SetReceiveCodec (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
tb_video_channel.cc 46 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/include/
vie_codec.h 113 virtual int SetReceiveCodec(const int video_channel,
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
base_primitives.cc 35 EXPECT_EQ(0, codec_interface->SetReceiveCodec(video_channel, video_codec));
framedrop_primitives.cc 184 EXPECT_EQ(0, codec_interface->SetReceiveCodec(video_channel, video_codec));
  /external/chromium_org/third_party/webrtc/video_engine/
vie_codec_impl.h 37 virtual int SetReceiveCodec(const int video_channel,
vie_receiver.h 46 bool SetReceiveCodec(const VideoCodec& video_codec);
vie_codec_impl.cc 264 int ViECodecImpl::SetReceiveCodec(const int video_channel,
266 LOG(LS_INFO) << "SetReceiveCodec for channel " << video_channel;
282 if (vie_channel->SetReceiveCodec(video_codec) != 0) {
vie_channel.h 83 int32_t SetReceiveCodec(const VideoCodec& video_codec);
102 // Only affects calls to SetReceiveCodec done after this call.
vie_receiver.cc 66 bool ViEReceiver::SetReceiveCodec(const VideoCodec& video_codec) {
vie_channel.cc 162 // TODO(holmer): Can we call SetReceiveCodec() here instead?
403 int32_t ViEChannel::SetReceiveCodec(const VideoCodec& video_codec) {
404 if (!vie_receiver_.SetReceiveCodec(video_codec)) {
    [all...]
  /external/chromium_org/third_party/webrtc/video/
video_receive_stream.cc 111 if (codec_->SetReceiveCodec(channel_, codec) != 0) {
122 if (codec_->SetReceiveCodec(channel_, codec) != 0) {
130 if (codec_->SetReceiveCodec(channel_, config_.codecs[i]) != 0) {
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_codec.cc 180 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,
    [all...]
vie_autotest_loopback.cc 329 error = ptrViECodec->SetReceiveCodec(videoChannel, videoCodec);
332 printf("ERROR in ViECodec::SetReceiveCodec\n");
451 error = ptrViECodec->SetReceiveCodec(videoChannel, videoCodec);
vie_autotest_custom_call.cc 516 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);
    [all...]
vie_autotest_simulcast.cc 339 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/
video_engine_jni.cc 434 return vie_data->codec->SetReceiveCodec(channel, *codec);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideoengine.h 765 WEBRTC_FUNC(SetReceiveCodec, (const int channel,
    [all...]
webrtcvideoengine.cc     [all...]

Completed in 429 milliseconds