OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RtpPacket
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
fec_test_helper.h
25
struct
RtpPacket
: public Packet {
37
RtpPacket
* NextPacket(int offset, size_t length);
39
// Creates a new
RtpPacket
with the RED header added to the packet.
40
RtpPacket
* BuildMediaRedPacket(const
RtpPacket
* packet);
42
// Creates a new
RtpPacket
with FEC payload and red header. Does this by
43
// creating a new fake media
RtpPacket
, clears the marker bit and adds a RED
45
RtpPacket
* BuildFecRedPacket(const Packet* packet);
producer_fec.cc
35
struct
RtpPacket
{
rtp_sender_video.cc
32
struct
RtpPacket
{
/external/webrtc/webrtc/test/
rtp_file_reader.h
21
struct
RtpPacket
{
45
virtual bool NextPacket(
RtpPacket
* packet) = 0;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.h
49
struct
RtpPacket
{
64
typedef std::list<
RtpPacket
*> PacketList;
Completed in 506 milliseconds