Home
last modified time | relevance | path

Searched refs:SetKeyFrameRequestMethod (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h643 virtual int32_t SetKeyFrameRequestMethod(KeyFrameRequestMethod method) = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h245 MOCK_METHOD1(SetKeyFrameRequestMethod,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h274 int32_t SetKeyFrameRequestMethod(KeyFrameRequestMethod method) override;
Drtp_rtcp_impl.cc811 int32_t ModuleRtpRtcpImpl::SetKeyFrameRequestMethod( in SetKeyFrameRequestMethod() function in webrtc::ModuleRtpRtcpImpl
/external/webrtc/webrtc/video/
Dvie_channel.cc151 rtp_rtcp_modules_[0]->SetKeyFrameRequestMethod(kKeyFrameReqPliRtcp); in Init()