Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_impl.cpp381 IM_LOGW("%s, Error yuv not align to 2, rect[x,y,w,h] = [%d, %d, %d, %d], " in rga_yuv_legality_check()
721IM_LOGW("Illegal %s, the parameter cannot be negative or 0, width = %d, height = %d, format = 0x%x… in rga_check_info()
727 IM_LOGW("Hardware limitation %s, unsupported operation of images smaller than 2 pixels, " in rga_check_info()
734 IM_LOGW("Invaild %s, Virtual width or height is less than actual width and height, " in rga_check_info()
742IM_LOGW("Illegal %s rect, the parameter cannot be negative, rect[x,y,w,h] = [%d, %d, %d, %d]", in rga_check_info()
749IM_LOGW("Hardware limitation %s rect, unsupported operation of images smaller than 2 pixels, " in rga_check_info()
756IM_LOGW("Invaild %s rect, the sum of width and height of rect needs to be less than wstride or hst… in rga_check_info()
765 IM_LOGW("Unsupported %s to input resolution more than %d, width = %d, height = %d", in rga_check_info()
770IM_LOGW("Unsupported %s rect to output resolution more than %d, rect[x,y,w,h] = [%d, %d, %d, %d]", in rga_check_info()
794IM_LOGW("Unsupported to scaling less than 1/%d ~ %d times, src[w,h] = [%d, %d], dst[w,h] = [%d, %d… in rga_check_limit()
[all …]
H A Dim2d_log.h59 #define IM_LOGW(_str, ...) IM_LOG(ANDROID_LOG_WARN, _str , ## __VA_ARGS__) macro
80 #define IM_LOGW(_str, ...) IM_LOG(IM_LOG_WARN, _str , ## __VA_ARGS__) macro
H A Dim2d.cpp822 IM_LOGW("imcopy cannot support scale, src[w,h] = [%d, %d], dst[w,h] = [%d, %d]", in imcopy()
959IM_LOGW("The width and height of src and dst need to be equal, src[w,h] = [%d, %d], dst[w,h] = [%d… in imtranslate()
1233IM_LOGW("The width and height of src and dst need to be equal, src[w,h] = [%d, %d], dst[w,h] = [%d… in impalette()
1375 IM_LOGW("The width/height of dst must be equal to the width/height after making the border!" in immakeBorder()
1459 IM_LOGW("unknown border type 0x%x\n", border_type); in immakeBorder()
1542 IM_LOGW("imcopy cannot support scale, src[w,h] = [%d, %d], dst[w,h] = [%d, %d]", in imcopyTask()
1636IM_LOGW("The width and height of src and dst need to be equal, src[w,h] = [%d, %d], dst[w,h] = [%d… in imtranslateTask()
1874IM_LOGW("The width and height of src and dst need to be equal, src[w,h] = [%d, %d], dst[w,h] = [%d… in impaletteTask()