Searched refs:packet_source_ (Results 1 – 4 of 4) sorted by relevance
107 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()
65 PacketSource* packet_source_; variable
1688 packet_source_(kPayloadLenSamples, in AcmSwitchingOutputFrequencyOldApi()1737 return packet_source_.NextPacket(); in NextPacket()1762 test::ConstantPcmPacketSource packet_source_; member in webrtc::AcmSwitchingOutputFrequencyOldApi
343 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