Searched refs:packet_source (Results 1 – 2 of 2) sorted by relevance
326 scoped_ptr<RtpPacketSourceInterface>* packet_source, in RtpPlayerImpl() argument344 assert(packet_source); in RtpPlayerImpl()345 assert(packet_source->get()); in RtpPlayerImpl()346 packet_source_.swap(*packet_source); in RtpPlayerImpl()481 scoped_ptr<RtpPacketSourceInterface> packet_source( in Create() local483 if (packet_source.get() == NULL) { in Create()484 packet_source.reset(CreatePcapFileReader(input_filename)); in Create()485 if (packet_source.get() == NULL) { in Create()491 payload_types, clock, &packet_source, loss_rate, rtt_ms, reordering)); in Create()
194 'tools/packet_source.h',