Home
last modified time | relevance | path

Searched refs:_u8JPEG_ApiV2DbgLevel (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_v2.c23 MS_U8 _u8JPEG_ApiV2DbgLevel = E_JPEG_DEBUG_NONE; variable
33 #define JPEG_DEBUG_API_MSG(format, args...) do{if(_u8JPEG_ApiV2DbgLevel & E_JPEG_DEBUG_API) ULOGI(…
34 #define JPEG_DEBUG_API_ERR(format, args...) do{if(_u8JPEG_ApiV2DbgLevel & E_JPEG_DEBUG_ERR) ULOGE(…
35 #define UTOPIA_20_DBG(format, args...) do{if(_u8JPEG_ApiV2DbgLevel & E_JPEG_DEBUG_API) ULOGI("…
40 #define UTOPIA_20_DBG(format, args...) do{if(_u8JPEG_ApiV2DbgLevel & E_JPEG_DEBUG_API) print…
46 #define UTOPIA_20_DBG(format, args...) do{if(_u8JPEG_ApiV2DbgLevel & E_JPEG_DEBUG_API) ALOGE(forma…
49 #define UTOPIA_20_DBG(format, args...) do{if(_u8JPEG_ApiV2DbgLevel & E_JPEG_DEBUG_API) LOGE(format…
709 _u8JPEG_ApiV2DbgLevel = u8DbgLevel; in JPEG_SetDbgLevel_V2()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG_v2.c14 MS_U8 _u8JPEG_ApiV2DbgLevel = E_JPEG_DEBUG_NONE; variable
24 #define UTOPIA_20_DBG(format, args...) do{if(_u8JPEG_ApiV2DbgLevel & E_JPEG_DEBUG_API) print…
30 #define UTOPIA_20_DBG(format, args...) do{if(_u8JPEG_ApiV2DbgLevel & E_JPEG_DEBUG_API) ALOGE(forma…
33 #define UTOPIA_20_DBG(format, args...) do{if(_u8JPEG_ApiV2DbgLevel & E_JPEG_DEBUG_API) LOGE(format…
552 _u8JPEG_ApiV2DbgLevel = u8DbgLevel; in JPEG_SetDbgLevel_V2()