Home
last modified time | relevance | path

Searched refs:FormatAsString (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/test/
Daudioproc_float.cc133 std::cout << FLAGS_o << ": " << out_file->FormatAsString() << std::endl; in main()
136 std::cout << FLAGS_i << ": " << in_file->FormatAsString() << std::endl; in main()
/external/webrtc/webrtc/common_audio/
Dwav_file.h34 std::string FormatAsString() const;
Dwav_file.cc41 std::string WavFile::FormatAsString() const { in FormatAsString() function in webrtc::WavFile