Searched refs:ReceiverWithPacketLoss (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
H A DPacketLossTest.cc19 ReceiverWithPacketLoss::ReceiverWithPacketLoss() function in class:webrtc::ReceiverWithPacketLoss
27 void ReceiverWithPacketLoss::Setup(AudioCodingModule *acm,
41 bool ReceiverWithPacketLoss::IncomingPacket() {
70 bool ReceiverWithPacketLoss::PacketLost() {
119 receiver_(new ReceiverWithPacketLoss),
H A DPacketLossTest.h20 class ReceiverWithPacketLoss : public Receiver { class in namespace:webrtc
22 ReceiverWithPacketLoss();
59 rtc::scoped_ptr<ReceiverWithPacketLoss> receiver_;

Completed in 160 milliseconds