Searched refs:ErrorToString (Results 1 – 2 of 2) sorted by relevance
25 std::string opus::ErrorToString(int error) { in ErrorToString() function in opus64 LOG(INFO) << "Could not construct encoder. Error: " << ErrorToString(error);126 LOG(ERROR) << "Encode error: " << opus::ErrorToString(num_bytes); in EncodeFrame()159 LOG(ERROR) << "Decode error: " << opus::ErrorToString(num_samples); in Decode()172 LOG(ERROR) << "Decode error: " << opus::ErrorToString(num_samples); in DecodeDummy()
28 std::string ErrorToString(int error);