Home
last modified time | relevance | path

Searched defs:NextPacket (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/webrtc/test/testsupport/
Dpacket_reader.cc37 int PacketReader::NextPacket(uint8_t** packet_pointer) { in NextPacket() function in webrtc::test::PacketReader
/external/webrtc/test/testsupport/
Dpacket_reader.cc37 int PacketReader::NextPacket(WebRtc_UWord8** packet_pointer) { in NextPacket() function in webrtc::test::PacketReader
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
Drtp_file_source.cc49 Packet* RtpFileSource::NextPacket() { in NextPacket() function in webrtc::test::RtpFileSource
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Dfec_test_helper.cc27 RtpPacket* FrameGenerator::NextPacket(int offset, size_t length) { in NextPacket() function in webrtc::FrameGenerator
Drtp_format_vp8.cc72 int RtpFormatVp8::NextPacket(uint8_t* buffer, in NextPacket() function in webrtc::RtpFormatVp8
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/test/
Dstream_generator.cc105 bool StreamGenerator::NextPacket(VCMPacket* packet) { in NextPacket() function in webrtc::StreamGenerator
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
Dpacket_loss_test.cc230 int PacketLossTest::NextPacket(int mtu, unsigned char **pkg) in NextPacket() function in PacketLossTest
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Drtp_file_reader.cc105 virtual int NextPacket(uint8_t* rtp_data, uint32_t* length, in NextPacket() function in webrtc::rtpplayer::RtpFileReaderImpl
Dpcap_file_reader.cc168 virtual int NextPacket(uint8_t* data, uint32_t* length, uint32_t* time_ms) { in NextPacket() function in webrtc::rtpplayer::PcapFileReaderImpl
Drtp_player.cc352 virtual int NextPacket(int64_t time_now) { in NextPacket() function in webrtc::rtpplayer::RtpPlayerImpl
/external/chromium_org/third_party/webrtc/base/
Dtestclient.cc54 TestClient::Packet* TestClient::NextPacket() { in NextPacket() function in rtc::TestClient
/external/chromium_org/third_party/libjingle/source/talk/base/
Dtestclient.cc71 TestClient::Packet* TestClient::NextPacket() { in NextPacket() function in talk_base::TestClient
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Dpacket_buffer_unittest.cc47 Packet* PacketGenerator::NextPacket(int payload_size_bytes) { in NextPacket() function in webrtc::PacketGenerator