HomeSort by relevance Sort by last modified time
    Searched defs:out_file_ (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
output_audio_file.h 29 out_file_ = fopen(file_name.c_str(), "wb");
33 if (out_file_)
34 fclose(out_file_);
38 assert(out_file_); variable
39 return fwrite(audio, sizeof(*audio), num_samples, out_file_) == num_samples;
43 FILE* out_file_; member in class:webrtc::test::OutputAudioFile
  /external/webrtc/webrtc/modules/audio_coding/test/
opus_test.h 46 PCMFile out_file_; member in class:webrtc::OpusTest
TestStereo.h 92 PCMFile out_file_; member in class:webrtc::TestStereo
  /external/webrtc/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_test.h 76 FILE* out_file_; member in class:webrtc::AudioCodecSpeedTest
  /external/webrtc/webrtc/modules/video_coding/test/
test_util.h 64 FILE* out_file_; member in class:FileOutputFrameReceiver
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 404 FILE* out_file_; member in class:webrtc::__anon27882::ApmTest
427 out_file_(NULL) {
467 if (out_file_) {
468 ASSERT_EQ(0, fclose(out_file_));
470 out_file_ = NULL;
514 if (out_file_) {
515 ASSERT_EQ(0, fclose(out_file_));
521 out_file_ = fopen(filename.c_str(), "wb");
522 ASSERT_TRUE(out_file_ != NULL) << "Could not open file " <<
    [all...]

Completed in 2244 milliseconds