Home
last modified time | relevance | path

Searched refs:WebRtcRTPHeader (Results 1 – 25 of 86) sorted by relevance

1234

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
DNETEQTEST_RTPpacket.h41 void parseHeader(webrtc::WebRtcRTPHeader* rtp_header);
42 const webrtc::WebRtcRTPHeader* RTPinfo() const;
64 int setRTPheader(const webrtc::WebRtcRTPHeader* RTPinfo);
68 int extractRED(int index, webrtc::WebRtcRTPHeader& red);
77 webrtc::WebRtcRTPHeader _rtpInfo;
87 void parseBasicHeader(webrtc::WebRtcRTPHeader* RTPinfo, int *i_P, int *i_X,
95 uint16_t parseRTPheader(webrtc::WebRtcRTPHeader* RTPinfo,
DNETEQTEST_RTPpacket.cc283 void NETEQTEST_RTPpacket::parseHeader(webrtc::WebRtcRTPHeader* rtp_header) { in parseHeader()
296 const webrtc::WebRtcRTPHeader* NETEQTEST_RTPpacket::RTPinfo() const in RTPinfo()
355 webrtc::WebRtcRTPHeader tempRTPinfo; in payloadType()
371 webrtc::WebRtcRTPHeader tempRTPinfo; in sequenceNumber()
387 webrtc::WebRtcRTPHeader tempRTPinfo; in timeStamp()
403 webrtc::WebRtcRTPHeader tempRTPinfo; in SSRC()
419 webrtc::WebRtcRTPHeader tempRTPinfo; in markerBit()
544 int NETEQTEST_RTPpacket::setRTPheader(const webrtc::WebRtcRTPHeader* RTPinfo) in setRTPheader()
655 NETEQTEST_RTPpacket::parseRTPheader(webrtc::WebRtcRTPHeader* RTPinfo, in parseRTPheader()
677 void NETEQTEST_RTPpacket::parseBasicHeader(webrtc::WebRtcRTPHeader* RTPinfo, in parseBasicHeader()
[all …]
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
Dinitial_delay_manager.h38 WebRtcRTPHeader rtp_info;
57 void UpdateLastReceivedPacket(const WebRtcRTPHeader& header,
91 void RecordLastPacket(const WebRtcRTPHeader& rtp_info,
96 WebRtcRTPHeader last_packet_rtp_info_;
Dinitial_delay_manager_unittest.cc32 void InitRtpInfo(WebRtcRTPHeader* rtp_info) { in InitRtpInfo()
49 WebRtcRTPHeader* rtp_info, in ForwardRtpHeader()
56 void NextRtpHeader(WebRtcRTPHeader* rtp_info, in NextRtpHeader()
74 void GetNextRtpHeader(WebRtcRTPHeader* rtp_info, in GetNextRtpHeader()
82 WebRtcRTPHeader rtp_info_;
158 WebRtcRTPHeader expected_rtp_info; in TEST_F()
187 WebRtcRTPHeader expected_rtp_info; in TEST_F()
228 WebRtcRTPHeader expected_rtp_info; in TEST_F()
269 WebRtcRTPHeader expected_rtp_info; in TEST_F()
Dinitial_delay_manager.cc35 const WebRtcRTPHeader& rtp_info, in UpdateLastReceivedPacket()
154 void InitialDelayManager::RecordLastPacket(const WebRtcRTPHeader& rtp_info, in RecordLastPacket()
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
DRTPFile.h35 virtual uint16_t Read(WebRtcRTPHeader* rtpInfo, uint8_t* payloadData,
43 void ParseRTPHeader(WebRtcRTPHeader* rtpInfo, const uint8_t* rtpHeader);
72 virtual uint16_t Read(WebRtcRTPHeader* rtpInfo, uint8_t* payloadData,
104 virtual uint16_t Read(WebRtcRTPHeader* rtpInfo, uint8_t* payloadData,
DChannel.h96 void CalcStatistics(WebRtcRTPHeader& rtpInfo, uint16_t payloadSize);
109 WebRtcRTPHeader _rtpInfo;
DRTPFile.cc29 void RTPStream::ParseRTPHeader(WebRtcRTPHeader* rtpInfo, in ParseRTPHeader()
98 uint16_t RTPBuffer::Read(WebRtcRTPHeader* rtpInfo, uint8_t* payloadData, in Read()
210 uint16_t RTPFile::Read(WebRtcRTPHeader* rtpInfo, uint8_t* payloadData, in Read()
DChannel.cc25 WebRtcRTPHeader rtpInfo; in SendData()
82 memcpy(&_rtpInfo, &rtpInfo, sizeof(WebRtcRTPHeader)); in SendData()
86 memcpy(&rtpInfo, &_rtpInfo, sizeof(WebRtcRTPHeader)); in SendData()
124 void Channel::CalcStatistics(WebRtcRTPHeader& rtpInfo, uint16_t payloadSize) { in CalcStatistics()
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Dneteq_unittest.cc210 WebRtcRTPHeader* rtp_info);
213 WebRtcRTPHeader* rtp_info,
314 WebRtcRTPHeader rtpInfo; in Process()
393 WebRtcRTPHeader* rtp_info) { in PopulateRtpInfo()
403 WebRtcRTPHeader* rtp_info, in PopulateCng()
457 WebRtcRTPHeader rtp_info; in TEST_F()
498 WebRtcRTPHeader rtp_info; in TEST_F()
531 WebRtcRTPHeader rtp_info; in TEST_F()
562 WebRtcRTPHeader rtp_info; in TEST_F()
605 WebRtcRTPHeader rtp_info; in LongCngWithClockDrift()
[all …]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8_unittest.cc66 void VerifyBasicHeader(WebRtcRTPHeader* header, bool N, bool S, int part_id) { in VerifyBasicHeader()
73 void VerifyExtensions(WebRtcRTPHeader* header, in VerifyExtensions()
414 WebRtcRTPHeader rtp_header; in TEST_F()
435 WebRtcRTPHeader rtp_header; in TEST_F()
468 WebRtcRTPHeader rtp_header; in TEST_F()
486 WebRtcRTPHeader rtp_header; in TEST_F()
505 WebRtcRTPHeader rtp_header; in TEST_F()
526 WebRtcRTPHeader rtp_header; in TEST_F()
543 WebRtcRTPHeader rtp_header; in TEST_F()
567 WebRtcRTPHeader rtp_header; in TEST_F()
Drtp_receiver_video.h29 virtual int32_t ParseRtpPacket(WebRtcRTPHeader* rtp_header,
61 int32_t BuildRTPheader(const WebRtcRTPHeader* rtp_header,
Drtp_receiver_audio.h56 int32_t ParseRtpPacket(WebRtcRTPHeader* rtp_header,
105 WebRtcRTPHeader* rtp_header,
Drtp_receiver_video.cc50 int32_t RTPReceiverVideo::ParseRtpPacket(WebRtcRTPHeader* rtp_header, in ParseRtpPacket()
110 int32_t RTPReceiverVideo::BuildRTPheader(const WebRtcRTPHeader* rtp_header, in BuildRTPheader()
Drtp_format_h264.cc40 void ParseSingleNalu(WebRtcRTPHeader* rtp_header, in ParseSingleNalu()
67 void ParseFuaNalu(WebRtcRTPHeader* rtp_header, in ParseFuaNalu()
297 bool RtpDepacketizerH264::Parse(WebRtcRTPHeader* rtp_header, in Parse()
Dfec_test_helper.h32 WebRtcRTPHeader header;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api.h94 const webrtc::WebRtcRTPHeader* rtpHeader) { in OnReceivedPayloadData()
110 webrtc::WebRtcRTPHeader rtp_header() const { in rtp_header()
117 webrtc::WebRtcRTPHeader _rtpHeader;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dvideo_receiver_unittest.cc53 WebRtcRTPHeader* header) { in InsertAndVerifyPaddingFrame()
67 WebRtcRTPHeader* header) { in InsertAndVerifyDecodableFrame()
92 WebRtcRTPHeader header; in TEST_F()
116 WebRtcRTPHeader header; in TEST_F()
167 WebRtcRTPHeader header; in TEST_F()
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/interface/
Dneteq.h26 struct WebRtcRTPHeader;
131 virtual int InsertPacket(const WebRtcRTPHeader& rtp_header,
145 virtual int InsertSyncPacket(const WebRtcRTPHeader& rtp_header,
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
Drtp_generator.cc20 WebRtcRTPHeader* rtp_header) { in GetRtpHeader()
49 WebRtcRTPHeader* rtp_header) { in GetRtpHeader()
Drtp_generator.h44 WebRtcRTPHeader* rtp_header);
73 WebRtcRTPHeader* rtp_header) OVERRIDE;
Dpacket.h24 struct WebRtcRTPHeader;
95 void ConvertHeader(WebRtcRTPHeader* copy_to) const;
Dneteq_performance_test.cc24 using webrtc::WebRtcRTPHeader;
57 WebRtcRTPHeader rtp_header; in Run()
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
Daudio_coding_module.h28 struct WebRtcRTPHeader;
672 const WebRtcRTPHeader& rtp_info) = 0;
1094 const WebRtcRTPHeader& rtp_info) = 0;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Dreceiver_tests.h33 const webrtc::WebRtcRTPHeader* rtp_header) OVERRIDE { in OnReceivedPayloadData()

1234