| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | ULog.h | 110 #define ULOGW(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) macro 119 #define ULOGW(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) 125 #define ULOGW(tag,fmt,...) //(x) 134 #define ULOGW(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) 148 #define ULOGW(tag,fmt,...) MLOGW("Utopia", "[" tag "]" fmt, ##__VA_ARGS__) 162 #define ULOGW(tag,fmt,...) ALOG(LOG_WARN, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__) 174 #define ULOGW(tag,fmt,...) LOG(LOG_WARN, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__) 187 #define ULOGW(tag,fmt,...) {}
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | ULog.h | 110 #define ULOGW(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) macro 117 #define ULOGW(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) 131 #define ULOGW(tag,fmt,...) MLOGW("Utopia", "[" tag "]" fmt, ##__VA_ARGS__) 145 #define ULOGW(tag,fmt,...) ALOG(LOG_WARN, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__) 157 #define ULOGW(tag,fmt,...) LOG(LOG_WARN, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__) 170 #define ULOGW(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
|
| H A D | apiXC_DWIN.h | 177 #define XC_WARN(x, args...) ULOGW("DIP API", x, ##args)
|
| /utopia/UTPA2-700.0.x/modules/sar/drv/sar/ |
| H A D | drvSAR.c | 199 … {MS_DEBUG_MSG(ULOGW(TAG_SAR, "[%s]: ", __FUNCTION__); ULOGW(TAG_SAR, x, ##args);)} 1060 … {MS_DEBUG_MSG(ULOGW(TAG_SAR, "[%s]: ", __FUNCTION__); ULOGW(TAG_SAR, x, ##args);)} 1069 … {MS_DEBUG_MSG(ULOGW(TAG_SAR, "[%s]: ", __FUNCTION__); ULOGW(TAG_SAR, x, ##args);)} 1078 … {MS_DEBUG_MSG(ULOGW(TAG_SAR, "[%s]: ", __FUNCTION__); ULOGW(TAG_SAR, x, ##args);)}
|
| /utopia/UTPA2-700.0.x/modules/mvop/hal/mainz/mvop/ |
| H A D | halMVOP.c | 1472 ULOGW("Utopia", "[Warning] xc support u32HSize > 4096 after CL 712830\n"); in HAL_MVOP_SetSynClk() 2429 ULOGW("Utopia", "[Warning] crop x size or start out of boundary."); in HAL_MVOP_SetPicWidthMinus() 2463 ULOGW("Utopia", "[Warning] sub crop x size or start out of boundary."); in HAL_MVOP_SetPicWidthMinus() 2504 ULOGW("Utopia", "[Warning] crop y size or start out of boundary."); in HAL_MVOP_SetPicHeightMinus() 2537 ULOGW("Utopia", "[Warning] crop y size or start out of boundary."); in HAL_MVOP_SetPicHeightMinus() 3263 ULOGW("Utopia", "[Warning] MVOP_DevID not support!\n"); in HAL_MVOP_SetHandShakeMode() 3287 ULOGW("Utopia", "[Warning] crop x size or start out of boundary."); in HAL_MVOP_SetCropforXC() 3294 ULOGW("Utopia", "[Warning] crop y size or start out of boundary."); in HAL_MVOP_SetCropforXC() 3400 ULOGW("Utopia", "[Warning] crop x size or start out of boundary."); in HAL_MVOP_SetCropforXC() 3407 ULOGW("Utopia", "[Warning] crop y size or start out of boundary."); in HAL_MVOP_SetCropforXC() [all …]
|
| /utopia/UTPA2-700.0.x/modules/mvop/hal/messi/mvop/ |
| H A D | halMVOP.c | 1472 ULOGW("Utopia", "[Warning] xc support u32HSize > 4096 after CL 712830\n"); in HAL_MVOP_SetSynClk() 2429 ULOGW("Utopia", "[Warning] crop x size or start out of boundary."); in HAL_MVOP_SetPicWidthMinus() 2463 ULOGW("Utopia", "[Warning] sub crop x size or start out of boundary."); in HAL_MVOP_SetPicWidthMinus() 2504 ULOGW("Utopia", "[Warning] crop y size or start out of boundary."); in HAL_MVOP_SetPicHeightMinus() 2537 ULOGW("Utopia", "[Warning] crop y size or start out of boundary."); in HAL_MVOP_SetPicHeightMinus() 3263 ULOGW("Utopia", "[Warning] MVOP_DevID not support!\n"); in HAL_MVOP_SetHandShakeMode() 3287 ULOGW("Utopia", "[Warning] crop x size or start out of boundary."); in HAL_MVOP_SetCropforXC() 3294 ULOGW("Utopia", "[Warning] crop y size or start out of boundary."); in HAL_MVOP_SetCropforXC() 3400 ULOGW("Utopia", "[Warning] crop x size or start out of boundary."); in HAL_MVOP_SetCropforXC() 3407 ULOGW("Utopia", "[Warning] crop y size or start out of boundary."); in HAL_MVOP_SetCropforXC() [all …]
|
| /utopia/UTPA2-700.0.x/modules/sem/drv/sem/ |
| H A D | drvSEM.c | 124 … {MS_DEBUG_MSG(ULOGW(TAG_SEM, "[SEM USER WARN][%s]: ", __FUNCTION__); ULOGW(TAG_SEM, x, ##args);)}
|
| /utopia/UTPA2-700.0.x/modules/ir/drv/ir/ |
| H A D | drvIR.c | 176 … {MS_DEBUG_MSG(ULOGW(TAG_IR, "[%s]: ", __FUNCTION__); ULOGW(TAG_IR, x, ##args);)}
|
| /utopia/UTPA2-700.0.x/modules/graphic/api/gfx/ |
| H A D | apiGFX_private.h | 132 #define GFX_WARN(x, args...) ULOGW("GE API", x, ##args)
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/kano/mfe_ex/ |
| H A D | ms_dprintf.h | 187 ULOGW("MFE_EX", fmt, ##arg); \
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/curry/mfe_ex/ |
| H A D | ms_dprintf.h | 187 ULOGW("MFE_EX", fmt, ##arg); \
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/k6/mfe_ex/ |
| H A D | ms_dprintf.h | 187 ULOGW("MFE_EX", fmt, ##arg); \
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/maserati/mfe_ex/ |
| H A D | ms_dprintf.h | 187 ULOGW("MFE_EX", fmt, ##arg); \
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/M7621/mfe_ex/ |
| H A D | ms_dprintf.h | 187 ULOGW("MFE_EX", fmt, ##arg); \
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/maxim/mfe_ex/ |
| H A D | ms_dprintf.h | 187 ULOGW("MFE_EX", fmt, ##arg); \
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/M7821/mfe_ex/ |
| H A D | ms_dprintf.h | 187 ULOGW("MFE_EX", fmt, ##arg); \
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/mainz/mfe_ex/ |
| H A D | ms_dprintf.h | 174 ULOGW("MFE_EX", fmt, ##arg); \
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/messi/mfe_ex/ |
| H A D | ms_dprintf.h | 174 ULOGW("MFE_EX", fmt, ##arg); \
|
| /utopia/UTPA2-700.0.x/modules/graphic/drv/ge/ |
| H A D | drvGE_private.h | 262 #define GE_D_WARN(x, args...) ULOGW("GE DRV", x, ##args)
|
| /utopia/UTPA2-700.0.x/modules/mbx/hal/messi/mbx/ |
| H A D | halMBXINT.c | 105 …#define MBXINT_WARN(fmt, args...) ULOGW(TAG_MBX, "[MBX INT Driver WARN][%06d] " fmt,…
|
| /utopia/UTPA2-700.0.x/modules/mbx/hal/mainz/mbx/ |
| H A D | halMBXINT.c | 105 …#define MBXINT_WARN(fmt, args...) ULOGW(TAG_MBX, "[MBX INT Driver WARN][%06d] " fmt,…
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/macan/hdcp/ |
| H A D | halHDCP.c | 127 #define HalHDCPLogWarning(format, args...) ULOGW("HDCP", format, ##args)
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/mooney/hdcp/ |
| H A D | halHDCP.c | 127 #define HalHDCPLogWarning(format, args...) ULOGW("HDCP", format, ##args)
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/messi/cec/ |
| H A D | mhal_cec.c | 127 #define MHAL_CEC_MSG_WARNING(format, args...) ULOGW("CEC", format, ##args)
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/mainz/hdcp/ |
| H A D | halHDCP.c | 127 #define HalHDCPLogWarning(format, args...) ULOGW("HDCP", format, ##args)
|