Searched refs:kFirstLineLength (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_file_source.h51 static const int kFirstLineLength = 40; member in class:webrtc::test::RtpFileSource
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
H A DNETEQTEST_RTPpacket.cc71 const int kFirstLineLength = 40; local
72 char firstline[kFirstLineLength];
73 if (fgets(firstline, kFirstLineLength, fp) == NULL) {
/external/webrtc/webrtc/test/
H A Drtp_file_reader.cc27 static const size_t kFirstLineLength = 40; member in namespace:webrtc::test
140 char firstline[kFirstLineLength + 1] = {0};
141 if (fgets(firstline, kFirstLineLength, file_) == NULL) {

Completed in 336 milliseconds