Searched refs:ResourceFilePath (Results 1 – 1 of 1) sorted by relevance
247 std::string ResourceFilePath(const std::string& name, int sample_rate_hz) { in ResourceFilePath() function487 std::string filename = ResourceFilePath("far", sample_rate_hz); in Init()494 filename = ResourceFilePath("near", sample_rate_hz); in Init()1955 fopen(ResourceFilePath("far", reverse_input_rate).c_str(), "rb"); in ProcessFormat()1956 FILE* near_file = fopen(ResourceFilePath("near", input_rate).c_str(), "rb"); in ProcessFormat()