Home
last modified time | relevance | path

Searched refs:rga_error_msg_set (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_log.h38 int rga_error_msg_set(const char* format, ...);
51 rga_error_msg_set(__VA_ARGS__); \
70 rga_error_msg_set(_str, ## __VA_ARGS__); \
H A Dim2d_log.cpp47 int rga_error_msg_set(const char* format, ...) { in rga_error_msg_set() function
H A Dim2d.cpp99 rga_error_msg_set("No error message, it has been cleared."); in imStrError_t()