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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 136 FILE* output_fp_; member in class:webrtc::RefFiles
142 output_fp_(NULL) {
148 output_fp_ = fopen(output_file.c_str(), "wb");
149 EXPECT_TRUE(output_fp_ != NULL);
158 if (output_fp_) fclose(output_fp_);
175 if (output_fp_) {
176 ASSERT_EQ(length, fwrite(&test_results, sizeof(T), length, output_fp_));
195 if (!output_fp_)
202 WriteMessage(output_fp_, stats_string)
    [all...]

Completed in 343 milliseconds