Searched refs:IM_LOGW (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/linux-rga/im2d_api/src/ |
| H A D | im2d_impl.cpp | 381 IM_LOGW("%s, Error yuv not align to 2, rect[x,y,w,h] = [%d, %d, %d, %d], " in rga_yuv_legality_check() 721 …IM_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() 742 … IM_LOGW("Illegal %s rect, the parameter cannot be negative, rect[x,y,w,h] = [%d, %d, %d, %d]", in rga_check_info() 749 … IM_LOGW("Hardware limitation %s rect, unsupported operation of images smaller than 2 pixels, " in rga_check_info() 756 …IM_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() 770 … IM_LOGW("Unsupported %s rect to output resolution more than %d, rect[x,y,w,h] = [%d, %d, %d, %d]", in rga_check_info() 794 …IM_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 D | im2d_log.h | 59 #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 D | im2d.cpp | 822 IM_LOGW("imcopy cannot support scale, src[w,h] = [%d, %d], dst[w,h] = [%d, %d]", in imcopy() 959 …IM_LOGW("The width and height of src and dst need to be equal, src[w,h] = [%d, %d], dst[w,h] = [%d… in imtranslate() 1233 …IM_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() 1636 …IM_LOGW("The width and height of src and dst need to be equal, src[w,h] = [%d, %d], dst[w,h] = [%d… in imtranslateTask() 1874 …IM_LOGW("The width and height of src and dst need to be equal, src[w,h] = [%d, %d], dst[w,h] = [%d… in impaletteTask()
|