Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/frontend/stream_audio/opuscpp/
Dopus_wrapper.cc25 std::string opus::ErrorToString(int error) { in ErrorToString() function in opus
64 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()
Dopus_wrapper.h28 std::string ErrorToString(int error);