MCPcopy Create free account
hub / github.com/ROCm/rocm-systems / error_string

Function error_string

projects/rocdecode/samples/rocdecDecode/rocdecdecode.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49__attribute__((visibility("hidden"))) inline const char* error_string(rocDecStatus status)
50{
51 return rocDecGetErrorName(status);
52}
53
54struct Rect {
55 int left;

Callers 1

report_errorFunction · 0.85

Calls 1

rocDecGetErrorNameFunction · 0.50

Tested by

no test coverage detected