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

  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 643 virtual int32_t SetKeyFrameRequestMethod(KeyFrameRequestMethod method) = 0;
  /external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 245 MOCK_METHOD1(SetKeyFrameRequestMethod,
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h 274 int32_t SetKeyFrameRequestMethod(KeyFrameRequestMethod method) override;
rtp_rtcp_impl.cc 811 int32_t ModuleRtpRtcpImpl::SetKeyFrameRequestMethod(
  /external/webrtc/webrtc/video/
vie_channel.cc 151 rtp_rtcp_modules_[0]->SetKeyFrameRequestMethod(kKeyFrameReqPliRtcp);
    [all...]

Completed in 919 milliseconds