OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rtpfb
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
rtpfb.h
21
//
RTPFB
: Transport layer feedback message.
23
class
Rtpfb
: public RtcpPacket {
27
Rtpfb
() : sender_ssrc_(0), media_ssrc_(0) {}
28
virtual ~
Rtpfb
() {}
nack.h
17
#include "webrtc/modules/rtp_rtcp/source/rtcp_packet/
rtpfb
.h"
23
class Nack : public
Rtpfb
{
rtpfb.cc
11
#include "webrtc/modules/rtp_rtcp/source/rtcp_packet/
rtpfb
.h"
34
void
Rtpfb
::ParseCommonFeedback(const uint8_t* payload) {
39
void
Rtpfb
::CreateCommonFeedback(uint8_t* payload) const {
transport_feedback.h
59
static const uint8_t kPayloadType = 205; //
RTPFB
, see RFC4585.
/external/webrtc/webrtc/modules/rtp_rtcp/
rtp_rtcp.gypi
66
'source/rtcp_packet/
rtpfb
.cc',
67
'source/rtcp_packet/
rtpfb
.h',
BUILD.gn
71
"source/rtcp_packet/
rtpfb
.cc",
72
"source/rtcp_packet/
rtpfb
.h",
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc
100
*
RTPFB
Transport layer FB message 205 [RFC4585] supported
rtcp_utility.cc
[
all
...]
Completed in 106 milliseconds