Home | History | Annotate | Download | only in test

Lines Matching refs:rtpFile

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();