Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h274 int32_t SetKeyFrameRequestMethod(KeyFrameRequestMethod method) override;
374 KeyFrameRequestMethod key_frame_req_method_;
Drtp_rtcp_impl.cc812 const KeyFrameRequestMethod method) { in SetKeyFrameRequestMethod()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp_defines.h99 enum KeyFrameRequestMethod { kKeyFrameReqPliRtcp, kKeyFrameReqFirRtcp }; enum
Drtp_rtcp.h643 virtual int32_t SetKeyFrameRequestMethod(KeyFrameRequestMethod method) = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h246 int32_t(const KeyFrameRequestMethod method));