OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeyFrameRequestMethod
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h
274
int32_t SetKeyFrameRequestMethod(
KeyFrameRequestMethod
method) override;
374
KeyFrameRequestMethod
key_frame_req_method_;
rtp_rtcp_impl.cc
812
const
KeyFrameRequestMethod
method) {
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h
643
virtual int32_t SetKeyFrameRequestMethod(
KeyFrameRequestMethod
method) = 0;
rtp_rtcp_defines.h
99
enum
KeyFrameRequestMethod
{ kKeyFrameReqPliRtcp, kKeyFrameReqFirRtcp };
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h
246
int32_t(const
KeyFrameRequestMethod
method));
Completed in 931 milliseconds