Home
last modified time | relevance | path

Searched refs:packet_source_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dacm_receive_test_oldapi.cc107 packet_source_(packet_source), in AcmReceiveTestOldApi()
154 for (rtc::scoped_ptr<Packet> packet(packet_source_->NextPacket()); packet; in Run()
155 packet.reset(packet_source_->NextPacket())) { in Run()
Dacm_receive_test_oldapi.h65 PacketSource* packet_source_; variable
Daudio_coding_module_unittest_oldapi.cc1688 packet_source_(kPayloadLenSamples, in AcmSwitchingOutputFrequencyOldApi()
1737 return packet_source_.NextPacket(); in NextPacket()
1762 test::ConstantPcmPacketSource packet_source_; member in webrtc::AcmSwitchingOutputFrequencyOldApi
/external/webrtc/webrtc/modules/video_coding/test/
Drtp_player.cc343 packet_source_.swap(*packet_source); in RtpPlayerImpl()
368 if (!packet_source_->NextPacket(&next_packet_)) in NextPacket()
389 if (!packet_source_->NextPacket(&next_packet_)) { in NextPacket()
451 rtc::scoped_ptr<test::RtpFileReader> packet_source_; member in webrtc::rtpplayer::RtpPlayerImpl