Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_log.cpp42 __thread char g_rga_err_str[IM_ERR_MSG_LEN] = "The current error message is empty!";
52 ret = vsnprintf(g_rga_err_str, IM_ERR_MSG_LEN, format, ap); in rga_error_msg_set()
H A Dim2d_log.h21 #define IM_ERR_MSG_LEN 512 macro
H A Dim2d.cpp46 extern __thread char g_rga_err_str[IM_ERR_MSG_LEN];
60 static __thread char error_str[IM_ERR_MSG_LEN] = "The current error message is empty!"; in imStrError_t()
98 snprintf(error_str, IM_ERR_MSG_LEN, "%s: %s", ptr, g_rga_err_str); in imStrError_t()