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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
rtp_file_source.h 48 static const int kFirstLineLength = 40;
rtp_file_source.cc 130 char firstline[kFirstLineLength];
132 if (fgets(firstline, kFirstLineLength, in_file_) == NULL) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
NETEQTEST_RTPpacket.cc 71 const int kFirstLineLength = 40;
72 char firstline[kFirstLineLength];
73 if (fgets(firstline, kFirstLineLength, fp) == NULL) {
  /external/chromium_org/third_party/webrtc/test/
rtp_file_reader.cc 25 static const size_t kFirstLineLength = 40;
68 char firstline[kFirstLineLength + 1] = {0};
69 if (fgets(firstline, kFirstLineLength, file_) == NULL) {

Completed in 112 milliseconds