Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Daudio_processing_unittest.cc223 std::string ResourceFilePath(absl::string_view name, int sample_rate_hz) { in ResourceFilePath() function
537 std::string filename = ResourceFilePath("far", sample_rate_hz); in Init()
544 filename = ResourceFilePath("near", sample_rate_hz); in Init()
2011 fopen(ResourceFilePath("far", reverse_input_rate).c_str(), "rb"); in ProcessFormat()
2012 FILE* near_file = fopen(ResourceFilePath("near", input_rate).c_str(), "rb"); in ProcessFormat()