Home
last modified time | relevance | path

Searched refs:ULOGW (Results 1 – 25 of 114) sorted by relevance

12345

/utopia/UTPA2-700.0.x/mxlib/include/
H A DULog.h110 #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 DULog.h110 #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 DapiXC_DWIN.h177 #define XC_WARN(x, args...) ULOGW("DIP API", x, ##args)
/utopia/UTPA2-700.0.x/modules/sar/drv/sar/
H A DdrvSAR.c199 … {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 DhalMVOP.c1472 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 DhalMVOP.c1472 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 DdrvSEM.c124 … {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 DdrvIR.c176 … {MS_DEBUG_MSG(ULOGW(TAG_IR, "[%s]: ", __FUNCTION__); ULOGW(TAG_IR, x, ##args);)}
/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DapiGFX_private.h132 #define GFX_WARN(x, args...) ULOGW("GE API", x, ##args)
/utopia/UTPA2-700.0.x/modules/mfe/hal/kano/mfe_ex/
H A Dms_dprintf.h187 ULOGW("MFE_EX", fmt, ##arg); \
/utopia/UTPA2-700.0.x/modules/mfe/hal/curry/mfe_ex/
H A Dms_dprintf.h187 ULOGW("MFE_EX", fmt, ##arg); \
/utopia/UTPA2-700.0.x/modules/mfe/hal/k6/mfe_ex/
H A Dms_dprintf.h187 ULOGW("MFE_EX", fmt, ##arg); \
/utopia/UTPA2-700.0.x/modules/mfe/hal/maserati/mfe_ex/
H A Dms_dprintf.h187 ULOGW("MFE_EX", fmt, ##arg); \
/utopia/UTPA2-700.0.x/modules/mfe/hal/M7621/mfe_ex/
H A Dms_dprintf.h187 ULOGW("MFE_EX", fmt, ##arg); \
/utopia/UTPA2-700.0.x/modules/mfe/hal/maxim/mfe_ex/
H A Dms_dprintf.h187 ULOGW("MFE_EX", fmt, ##arg); \
/utopia/UTPA2-700.0.x/modules/mfe/hal/M7821/mfe_ex/
H A Dms_dprintf.h187 ULOGW("MFE_EX", fmt, ##arg); \
/utopia/UTPA2-700.0.x/modules/mfe/hal/mainz/mfe_ex/
H A Dms_dprintf.h174 ULOGW("MFE_EX", fmt, ##arg); \
/utopia/UTPA2-700.0.x/modules/mfe/hal/messi/mfe_ex/
H A Dms_dprintf.h174 ULOGW("MFE_EX", fmt, ##arg); \
/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE_private.h262 #define GE_D_WARN(x, args...) ULOGW("GE DRV", x, ##args)
/utopia/UTPA2-700.0.x/modules/mbx/hal/messi/mbx/
H A DhalMBXINT.c105 …#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 DhalMBXINT.c105 …#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 DhalHDCP.c127 #define HalHDCPLogWarning(format, args...) ULOGW("HDCP", format, ##args)
/utopia/UTPA2-700.0.x/modules/hdmi/hal/mooney/hdcp/
H A DhalHDCP.c127 #define HalHDCPLogWarning(format, args...) ULOGW("HDCP", format, ##args)
/utopia/UTPA2-700.0.x/modules/hdmi/hal/messi/cec/
H A Dmhal_cec.c127 #define MHAL_CEC_MSG_WARNING(format, args...) ULOGW("CEC", format, ##args)
/utopia/UTPA2-700.0.x/modules/hdmi/hal/mainz/hdcp/
H A DhalHDCP.c127 #define HalHDCPLogWarning(format, args...) ULOGW("HDCP", format, ##args)

12345