Home
last modified time | relevance | path

Searched refs:RtpPacketizerVp8 (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8.cc144 const RtpPacketizerVp8::AggregationMode RtpPacketizerVp8::aggr_modes_
146 const bool RtpPacketizerVp8::balance_modes_[kNumModes] = {true, true, true};
147 const bool RtpPacketizerVp8::separate_first_modes_[kNumModes] = {true, false,
150 RtpPacketizerVp8::RtpPacketizerVp8(const RTPVideoHeaderVP8& hdr_info, in RtpPacketizerVp8() function in webrtc::RtpPacketizerVp8
165 RtpPacketizerVp8::RtpPacketizerVp8(const RTPVideoHeaderVP8& hdr_info, in RtpPacketizerVp8() function in webrtc::RtpPacketizerVp8
180 RtpPacketizerVp8::~RtpPacketizerVp8() { in ~RtpPacketizerVp8()
183 void RtpPacketizerVp8::SetPayloadData( in SetPayloadData()
200 bool RtpPacketizerVp8::NextPacket(uint8_t* buffer, in NextPacket()
230 ProtectionType RtpPacketizerVp8::GetProtectionType() { in GetProtectionType()
236 StorageType RtpPacketizerVp8::GetStorageType(uint32_t retransmission_settings) { in GetStorageType()
[all …]
Drtp_format_vp8.h49 class RtpPacketizerVp8 : public RtpPacketizer {
53 RtpPacketizerVp8(const RTPVideoHeaderVP8& hdr_info,
59 RtpPacketizerVp8(const RTPVideoHeaderVP8& hdr_info, size_t max_payload_len);
61 virtual ~RtpPacketizerVp8();
215 RTC_DISALLOW_COPY_AND_ASSIGN(RtpPacketizerVp8);
Drtp_format_vp8_unittest.cc106 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kStrict); in TEST_F()
137 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kStrict); in TEST_F()
160 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kAggregate); in TEST_F()
187 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kAggregate); in TEST_F()
214 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kAggregate); in TEST_F()
241 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kAggregate); in TEST_F()
269 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize); in TEST_F()
298 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize); in TEST_F()
330 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kAggregate); in TEST_F()
359 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kAggregate); in TEST_F()
[all …]
Drtp_format.cc28 return new RtpPacketizerVp8(rtp_type_header->VP8, max_payload_len); in Create()
Drtp_format_vp8_test_helper.h35 void GetAllPacketsAndCheck(RtpPacketizerVp8* packetizer,
Drtp_format_vp8_test_helper.cc67 RtpPacketizerVp8* packetizer, in GetAllPacketsAndCheck()