HomeSort by relevance Sort by last modified time
    Searched full:send_ts_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 64 send_ts_fid_(fopen(FLAGS_send_ts.c_str(), "rt")),
84 ASSERT_TRUE(send_ts_fid_ != NULL);
202 fclose(send_ts_fid_);
215 if (feof(seq_num_fid_) || feof(send_ts_fid_) || feof(receive_ts_fid_))
231 EXPECT_EQ(1, fscanf(send_ts_fid_, "%u\n", &t));
257 FILE* send_ts_fid_; // Input (text), one send timestamp per line. member in class:webrtc::InsertPacketWithTiming

Completed in 735 milliseconds