OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SendREDPayloadType
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h
584
// DEPRECATED. Use
SendREDPayloadType
below that takes output parameter
587
int32_t
SendREDPayloadType
(int8_t& payloadType) const { // NOLINT
588
return
SendREDPayloadType
(&payloadType);
590
virtual int32_t
SendREDPayloadType
(int8_t* payload_type) const = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.cc
803
int32_t ModuleRtpRtcpImpl::
SendREDPayloadType
(int8_t* payload_type) const {
Completed in 84 milliseconds