HomeSort by relevance Sort by last modified time
    Searched full:seq_num_fid_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
insert_packet_with_timing.cc 63 seq_num_fid_(fopen(FLAGS_seq_num.c_str(), "rt")),
83 ASSERT_TRUE(seq_num_fid_ != NULL);
201 fclose(seq_num_fid_);
215 if (feof(seq_num_fid_) || feof(send_ts_fid_) || feof(receive_ts_fid_))
243 EXPECT_EQ(1, fscanf(seq_num_fid_, "%d\n", &n));
256 FILE* seq_num_fid_; // Input (text), one sequence number per line. member in class:webrtc::InsertPacketWithTiming

Completed in 522 milliseconds