Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc245 std::string ResourceFilePath(std::string name, int sample_rate_hz) { in ResourceFilePath() function
500 std::string filename = ResourceFilePath("far", sample_rate_hz); in Init()
508 filename = ResourceFilePath("near", sample_rate_hz); in Init()
1319 std::string filename = ResourceFilePath("far", kSampleRateHz); in TEST_F()
2405 fopen(ResourceFilePath("far", reverse_input_rate).c_str(), "rb"); in ProcessFormat()
2406 FILE* near_file = fopen(ResourceFilePath("near", input_rate).c_str(), "rb"); in ProcessFormat()