HomeSort by relevance Sort by last modified time
    Searched refs:rtpFile (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/test/
PacketLossTest.cc 133 RTPFile rtpFile;
138 rtpFile.Open(fileName.c_str(), "wb+");
139 rtpFile.WriteHeader();
144 sender_->Setup(acm.get(), &rtpFile, in_file_name_, sample_rate_hz_, channels_,
150 rtpFile.Close();
153 rtpFile.Open(fileName.c_str(), "rb");
154 rtpFile.ReadHeader();
159 receiver_->Setup(acm.get(), &rtpFile, "packetLoss_out", channels_,
163 rtpFile.Close()
    [all...]
EncodeDecodeTest.cc 311 RTPFile rtpFile;
312 rtpFile.Open(fileName.c_str(), "rb");
316 rtpFile.ReadHeader();
317 _receiver.Setup(acm.get(), &rtpFile, "encodeDecode_out", 1);
320 rtpFile.Close();
335 RTPFile rtpFile;
338 rtpFile.Open(fileName.c_str(), "wb+");
339 rtpFile.WriteHeader()
    [all...]

Completed in 3259 milliseconds