/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/ |
D | NETEQTEST_RTPpacket.h | 41 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,
|
D | NETEQTEST_RTPpacket.cc | 283 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/ |
D | initial_delay_manager.h | 38 WebRtcRTPHeader rtp_info; 57 void UpdateLastReceivedPacket(const WebRtcRTPHeader& header, 91 void RecordLastPacket(const WebRtcRTPHeader& rtp_info, 96 WebRtcRTPHeader last_packet_rtp_info_;
|
D | initial_delay_manager_unittest.cc | 32 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()
|
D | initial_delay_manager.cc | 35 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/ |
D | RTPFile.h | 35 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,
|
D | Channel.h | 96 void CalcStatistics(WebRtcRTPHeader& rtpInfo, uint16_t payloadSize); 109 WebRtcRTPHeader _rtpInfo;
|
D | RTPFile.cc | 29 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()
|
D | Channel.cc | 25 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/ |
D | neteq_unittest.cc | 210 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/ |
D | rtp_format_vp8_unittest.cc | 66 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()
|
D | rtp_receiver_video.h | 29 virtual int32_t ParseRtpPacket(WebRtcRTPHeader* rtp_header, 61 int32_t BuildRTPheader(const WebRtcRTPHeader* rtp_header,
|
D | rtp_receiver_audio.h | 56 int32_t ParseRtpPacket(WebRtcRTPHeader* rtp_header, 105 WebRtcRTPHeader* rtp_header,
|
D | rtp_receiver_video.cc | 50 int32_t RTPReceiverVideo::ParseRtpPacket(WebRtcRTPHeader* rtp_header, in ParseRtpPacket() 110 int32_t RTPReceiverVideo::BuildRTPheader(const WebRtcRTPHeader* rtp_header, in BuildRTPheader()
|
D | rtp_format_h264.cc | 40 void ParseSingleNalu(WebRtcRTPHeader* rtp_header, in ParseSingleNalu() 67 void ParseFuaNalu(WebRtcRTPHeader* rtp_header, in ParseFuaNalu() 297 bool RtpDepacketizerH264::Parse(WebRtcRTPHeader* rtp_header, in Parse()
|
D | fec_test_helper.h | 32 WebRtcRTPHeader header;
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/ |
D | test_api.h | 94 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/ |
D | video_receiver_unittest.cc | 53 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/ |
D | neteq.h | 26 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/ |
D | rtp_generator.cc | 20 WebRtcRTPHeader* rtp_header) { in GetRtpHeader() 49 WebRtcRTPHeader* rtp_header) { in GetRtpHeader()
|
D | rtp_generator.h | 44 WebRtcRTPHeader* rtp_header); 73 WebRtcRTPHeader* rtp_header) OVERRIDE;
|
D | packet.h | 24 struct WebRtcRTPHeader; 95 void ConvertHeader(WebRtcRTPHeader* copy_to) const;
|
D | neteq_performance_test.cc | 24 using webrtc::WebRtcRTPHeader; 57 WebRtcRTPHeader rtp_header; in Run()
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/ |
D | audio_coding_module.h | 28 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/ |
D | receiver_tests.h | 33 const webrtc::WebRtcRTPHeader* rtp_header) OVERRIDE { in OnReceivedPayloadData()
|