Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_impl.cpp67 IM_LOGE("The current RockchipRga singleton is destroyed. " in rga_get_context()
78 IM_LOGE("%s[%d] dst or merge table is NULL!\n", __FUNCTION__, __LINE__); in rga_support_info_merge_table()
239 IM_LOGE("Failed to get the version binding table of librga, " in rga_version_get_current_index_failed_user_header()
247 IM_LOGE("Failed to get the version binding table of header file, " in rga_version_get_minimum_index_failed_user_header()
255IM_LOGE("The current referenced header_version is %s, but the running librga's version(%s) is too … in rga_version_above_minimun_range_user_header()
266IM_LOGE("The current librga.so's verison is %s, but the referenced header_version(%s) is too old, " in rga_version_below_minimun_range_user_header()
277 IM_LOGE("Failed to get the version binding table of librga, " in rga_version_get_current_index_faile_user_driver()
285 IM_LOGE("Failed to get the version binding table of rga_driver, " in rga_version_get_minimum_index_failed_user_driver()
293 IM_LOGE("The librga must to be updated to version %s at least. " in rga_version_above_minimun_range_user_driver()
304 IM_LOGE("The driver may be compatible, " in rga_version_below_minimun_range_user_driver()
[all …]
H A Dim2d.cpp237 IM_LOGE("handle get Attributes fail ret = %d,hnd=%p", ret, &hnd); in importbuffer_GraphicBuffer_handle()
247 IM_LOGE("rga_im2d: get buffer fd fail: %s, hnd=%p", strerror(errno), (void*)(hnd)); in importbuffer_GraphicBuffer_handle()
252IM_LOGE("invaild GraphicBuffer, can not get fd and virtual address, hnd = %p", (void *)hnd); in importbuffer_GraphicBuffer_handle()
279 IM_LOGE("rga_im2d: get buffer fd fail: %s, hnd=%p", strerror(errno), (void*)(hnd)); in wrapbuffer_handle()
284IM_LOGE("invaild GraphicBuffer, can not get fd and virtual address, hnd = %p", (void *)hnd); in wrapbuffer_handle()
291 IM_LOGE("handle get Attributes fail, ret = %d,hnd = %p", ret, (void *)hnd); in wrapbuffer_handle()
302IM_LOGE("Graphicbuffer wstride needs align to 16, please align to 16 or use other buffer types, ws… in wrapbuffer_handle()
321 IM_LOGE("rga_im2d: get buffer fd fail: %s, hnd=%p", strerror(errno), (void*)(buf->handle)); in wrapbuffer_GraphicBuffer()
326IM_LOGE("invaild GraphicBuffer, can not get fd and virtual address, hnd = %p", (void *)(buf->handl… in wrapbuffer_GraphicBuffer()
333 IM_LOGE("handle get Attributes fail, ret = %d, hnd = %p", ret, (void *)(buf->handle)); in wrapbuffer_GraphicBuffer()
[all …]
H A Dim2d_log.h60 #define IM_LOGE(_str, ...) IM_LOG(ANDROID_LOG_ERROR, _str , ## __VA_ARGS__) macro
81 #define IM_LOGE(_str, ...) IM_LOG(IM_LOG_ERROR, _str , ## __VA_ARGS__) macro