Home
last modified time | relevance | path

Searched refs:LoadTiming (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_processing/test/conversational_speech/
Dtiming.h40 std::vector<Turn> LoadTiming(const std::string& timing_filepath);
Dgenerator.cc59 conversational_speech::LoadTiming(config.timing_filepath()); in main()
Dtiming.cc28 std::vector<Turn> LoadTiming(const std::string& timing_filepath) { in LoadTiming() function
Dgenerator_unittest.cc63 using conversational_speech::LoadTiming;
191 std::vector<Turn> actual_timing = LoadTiming(temporary_filepath); in TEST()