Home
last modified time | relevance | path

Searched refs:packet_source (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Drtp_player.cc326 scoped_ptr<RtpPacketSourceInterface>* packet_source, in RtpPlayerImpl() argument
344 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() local
483 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()
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Dneteq.gypi194 'tools/packet_source.h',