Searched refs:out_file_name (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/lite/models/ |
D | speech_test.cc | 62 string out_file_name = data_path(out_name); in ConvertCsvData() local 63 std::ifstream out_file(out_file_name); in ConvertCsvData() 65 std::cerr << "Failed to open " << out_file_name << std::endl; in ConvertCsvData() 87 std::cerr << "Not enough lines in " << out_file_name << std::endl; in ConvertCsvData()
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | PacketLossTest.cc | 29 std::string out_file_name, in Setup() argument 37 ss << out_file_name << "_" << loss_rate_ << "_" << burst_length_ << "_"; in Setup()
|
D | EncodeDecodeTest.cc | 126 std::string out_file_name, size_t channels) { in Setup() argument 146 file_stream << webrtc::test::OutputPath() << out_file_name in Setup() 163 file_name = webrtc::test::OutputPath() + out_file_name + ".pcm"; in Setup()
|
D | PacketLossTest.h | 24 std::string out_file_name, int channels, int loss_rate,
|
D | EncodeDecodeTest.h | 74 std::string out_file_name, size_t channels);
|
/external/autotest/client/bin/ |
D | fio_util.py | 217 out_file_name = '%s_%s_percentile.html' % (test_name, test_type) 219 out_file_name = '%s_%s.html' % (test_name, test_type) 221 with open(out_file_name, 'w') as f:
|
/external/webrtc/webrtc/modules/audio_processing/transient/ |
D | transient_suppression_test.cc | 164 std::string out_file_name = test::OutputPath() + "suppressed_keystrokes.pcm"; in void_main() local 165 FILE* out_file = fopen(out_file_name.c_str(), "wb"); in void_main()
|