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

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
general_primitives.cc 81 EXPECT_EQ(0, rtcp_interface->SetKeyFrameRequestMethod(
  /external/chromium_org/third_party/webrtc/video_engine/
vie_rtp_rtcp_impl.h 76 virtual int SetKeyFrameRequestMethod(const int video_channel,
vie_channel.h 121 int32_t SetKeyFrameRequestMethod(const KeyFrameRequestMethod method);
vie_rtp_rtcp_impl.cc 509 int ViERTP_RTCPImpl::SetKeyFrameRequestMethod(
522 if (vie_channel->SetKeyFrameRequestMethod(module_method) != 0) {
    [all...]
vie_channel.cc 137 rtp_rtcp_->SetKeyFrameRequestMethod(kKeyFrameReqFirRtp);
686 int32_t ViEChannel::SetKeyFrameRequestMethod(
688 return rtp_rtcp_->SetKeyFrameRequestMethod(method);
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_simulcast.cc 250 error = vie_rtp_rtcp->SetKeyFrameRequestMethod(
253 printf("ERROR in ViERTP_RTCP::SetKeyFrameRequestMethod\n");
271 error = vie_rtp_rtcp->SetKeyFrameRequestMethod(
274 printf("ERROR in ViERTP_RTCP::SetKeyFrameRequestMethod\n");
vie_autotest_codec.cc 158 EXPECT_EQ(0, rtp_rtcp->SetKeyFrameRequestMethod(
314 EXPECT_EQ(0, rtp_rtcp->SetKeyFrameRequestMethod(
410 EXPECT_EQ(0, video_engine.rtp_rtcp->SetKeyFrameRequestMethod(
412 EXPECT_EQ(0, video_engine.rtp_rtcp->SetKeyFrameRequestMethod(
    [all...]
vie_autotest_rtp_rtcp.cc     [all...]
vie_autotest_loopback.cc 208 error = ptrViERtpRtcp->SetKeyFrameRequestMethod(
212 printf("ERROR in ViERTP_RTCP::SetKeyFrameRequestMethod\n");
vie_autotest_network.cc 52 EXPECT_EQ(0, ViE.rtp_rtcp->SetKeyFrameRequestMethod(
vie_autotest_record.cc 267 error = ptrViERtpRtcp->SetKeyFrameRequestMethod(
270 printf("ERROR in ViERTP_RTCP::SetKeyFrameRequestMethod\n");
vie_autotest_custom_call.cc 457 error = vie_rtp_rtcp->SetKeyFrameRequestMethod(
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp.h 735 virtual int32_t SetKeyFrameRequestMethod(
  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_rtp_rtcp.h 226 virtual int SetKeyFrameRequestMethod(
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 245 MOCK_METHOD1(SetKeyFrameRequestMethod,
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h 305 virtual int32_t SetKeyFrameRequestMethod(
rtp_rtcp_impl.cc     [all...]
  /external/chromium_org/third_party/webrtc/video/
video_receive_stream.cc 54 rtp_rtcp_->SetKeyFrameRequestMethod(channel_, kViEKeyFrameRequestPliRtcp);
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
video_engine_jni.cc 587 return vie_data->rtp->SetKeyFrameRequestMethod(
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideoengine.h     [all...]
webrtcvideoengine.cc     [all...]

Completed in 799 milliseconds