Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
struct Rect {
55
int left;
Callers
1
report_error
Function · 0.85
Calls
1
rocDecGetErrorName
Function · 0.50
Tested by
no test coverage detected