/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | vbp_trace.h | 25 #define VBP_TRACE_UTIL(cat, format, ...) \ argument 29 #define ETRACE(format, ...) VBP_TRACE_UTIL("ERROR: ", format, ##__VA_ARGS__) argument 30 #define WTRACE(format, ...) VBP_TRACE_UTIL("WARNING: ", format, ##__VA_ARGS__) argument 31 #define ITRACE(format, ...) VBP_TRACE_UTIL("INFO: ", format, ##__VA_ARGS__) argument 32 #define VTRACE(format, ...) VBP_TRACE_UTIL("VERBOSE: ", format, ##__VA_ARGS__) argument 36 #define ETRACE(format, ...) argument 37 #define WTRACE(format, ...) argument 38 #define ITRACE(format, ...) argument 39 #define VTRACE(format, ...) argument
|
/hardware/intel/common/libmix/mix_video/src/ |
D | mixvideolog.h | 14 #define LOG_V(format, ...) mix_log(MIX_VIDEO_COMP, MIX_LOG_LEVEL_VERBOSE, format, ##__VA_ARGS__) argument 15 #define LOG_I(format, ...) mix_log(MIX_VIDEO_COMP, MIX_LOG_LEVEL_INFO, format, ##__VA_ARGS__) argument 16 #define LOG_W(format, ...) mix_log(MIX_VIDEO_COMP, MIX_LOG_LEVEL_WARNING, format, ##__VA_ARGS__) argument 17 #define LOG_E(format, ...) mix_log(MIX_VIDEO_COMP, MIX_LOG_LEVEL_ERROR, format, ##__VA_ARGS__) argument 19 #define LOG_V(format, ...) argument 20 #define LOG_I(format, ...) argument 21 #define LOG_W(format, ...) argument 22 #define LOG_E(format, ...) argument
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
D | OMX_TI_Debug.h | 290 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \ argument 297 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \ argument 312 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \ argument 335 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) argument 341 #define OMX_DBG_BAIL_IF_ERROR(_eError, dbg, cmd, format, list...) \ argument 349 #define OMX_DBG_SET_ERROR_BAIL(_eError, _eErrorValue, dbg, cmd, format, list...) \ argument 370 #define OMXDBG_PRINT(file, domain, level, mask, format, list...) \ argument 375 #define OMX_ERROR0(dbg, format, list...) OMXDBG_PRINT((dbg).err, ERROR, 0, (dbg).mask, format, ##li… argument 376 #define OMX_ERROR1(dbg, format, list...) OMXDBG_PRINT((dbg).err, ERROR, 1, (dbg).mask, format, ##li… argument 377 #define OMX_ERROR2(dbg, format, list...) OMXDBG_PRINT((dbg).err, ERROR, 2, (dbg).mask, format, ##li… argument [all …]
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/include/ |
D | viddec_debug.h | 13 …#define DEB_FNAME(format, args...) OS_PRINT("%s: %s[%d]:: " format, __FILE__, __FUNCTION__ , __LI… argument 14 #define CDEB(a, format, args...) if(a != 0) {DEB(format, ##args);} argument 16 #define DEB(format, args...) argument 18 #define CDEB(a, format, args...) argument 19 #define DEB_FNAME(format, args...) argument 24 #define DEB(format, args...) argument 26 #define CDEB(a, format, args...) argument 27 #define DEB_FNAME(format, args...) argument
|
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderTrace.h | 34 #define VIDEO_DECODER_TRACE(cat, format, ...) \ argument 37 #define ETRACE(format, ...) VIDEO_DECODER_TRACE("ERROR: ", format, ##__VA_ARGS__) argument 38 #define WTRACE(format, ...) VIDEO_DECODER_TRACE("WARNING: ", format, ##__VA_ARGS__) argument 39 #define ITRACE(format, ...) VIDEO_DECODER_TRACE("INFO: ", format, ##__VA_ARGS__) argument 40 #define VTRACE(format, ...) VIDEO_DECODER_TRACE("VERBOSE: ", format, ##__VA_ARGS__) argument 60 #define ETRACE(format, ...) argument 61 #define WTRACE(format, ...) argument 62 #define ITRACE(format, ...) argument 63 #define VTRACE(format, ...) argument
|
/hardware/qcom/gps/msm8960/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/gps/msm8084/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/gps/msm8994/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/gps/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | debug.h | 38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \ argument 41 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__) argument 42 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__) argument 43 #define DLOGI_IF(tag, format, ...) DLOG(tag, Info, format, ##__VA_ARGS__) argument 44 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__) argument 45 #define DLOGV_IF(tag, format, ...) DLOG(tag, Verbose, format, ##__VA_ARGS__) argument 47 #define DLOGE(format, ...) DLOGE_IF(kTagNone, format, ##__VA_ARGS__) argument 48 #define DLOGW(format, ...) DLOGW_IF(kTagNone, format, ##__VA_ARGS__) argument 49 #define DLOGI(format, ...) DLOGI_IF(kTagNone, format, ##__VA_ARGS__) argument 50 #define DLOGV(format, ...) DLOGV_IF(kTagNone, format, ##__VA_ARGS__) argument
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
D | delegation_client.c | 148 static MD_INLINE void LogError(const char* format, ...) in LogError() 165 static MD_INLINE void LogWarning(const char* format, ...) in LogWarning() 181 static MD_INLINE void LogInfo(const char* format, ...) in LogInfo() 197 static MD_INLINE void TRACE_ERROR(const char* format, ...) in TRACE_ERROR() 218 static MD_INLINE void TRACE_WARNING(const char* format, ...) in TRACE_WARNING() 239 static MD_INLINE void TRACE_INFO(const char* format, ...) in TRACE_INFO() 263 static MD_INLINE void LogError(const char* format, ...) in LogError() 267 static MD_INLINE void LogWarning(const char* format, ...) in LogWarning() 271 static MD_INLINE void LogInfo(const char* format, ...) in LogInfo() 276 static MD_INLINE void TRACE_ERROR(const char* format, ...) in TRACE_ERROR() [all …]
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | alloc_controller.cpp | 139 bool isUncompressedRgbFormat(int format) in isUncompressedRgbFormat() 164 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight() 265 void AdrenoMemInfo::getGpuAlignedWidthHeight(int width, int height, int format, in getGpuAlignedWidthHeight() 319 int AdrenoMemInfo::isUBWCSupportedByGPU(int format) in isUBWCSupportedByGPU() 448 bool isMacroTileEnabled(int format, int usage) in isMacroTileEnabled() 481 unsigned int getSize(int format, int width, int height, int usage, in getSize() 595 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions() 613 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions() 631 void getBufferAttributes(int width, int height, int format, int usage, in getBufferAttributes() 714 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage) in alloc_buffer() [all …]
|
/hardware/ti/omap3/dspbridge/inc/ |
D | gt.h | 193 GT_0trace(struct GT_Mask mask, SmBits class, String format) in GT_0trace() 199 GT_1trace(struct GT_Mask mask, SmBits class, String format, ...) in GT_1trace() 205 GT_2trace(struct GT_Mask mask, SmBits class, String format, ...) in GT_2trace() 211 GT_3trace(struct GT_Mask mask, SmBits class, String format, ...) in GT_3trace() 217 GT_4trace(struct GT_Mask mask, SmBits class, String format, ...) in GT_4trace() 223 GT_5trace(struct GT_Mask mask, SmBits class, String format, ...) in GT_5trace() 229 GT_6trace(struct GT_Mask mask, SmBits class, String format, ...) in GT_6trace() 278 #define GT_0trace( mask, class, format ) argument 279 #define GT_1trace( mask, class, format, arg1 ) argument 280 #define GT_2trace( mask, class, format, arg1, arg2 ) argument [all …]
|
/hardware/ti/omap4-aah/security/tf_daemon/ |
D | delegation_client.c | 167 static MD_INLINE void LogError(const char* format, ...) in LogError() 188 static MD_INLINE void LogWarning(const char* format, ...) in LogWarning() 208 static MD_INLINE void LogInfo(const char* format, ...) in LogInfo() 228 static MD_INLINE void TRACE_ERROR(const char* format, ...) in TRACE_ERROR() 253 static MD_INLINE void TRACE_WARNING(const char* format, ...) in TRACE_WARNING() 278 static MD_INLINE void TRACE_INFO(const char* format, ...) in TRACE_INFO() 306 static MD_INLINE void LogError(const char* format, ...) in LogError() 310 static MD_INLINE void LogWarning(const char* format, ...) in LogWarning() 314 static MD_INLINE void LogInfo(const char* format, ...) in LogInfo() 319 static MD_INLINE void TRACE_ERROR(const char* format, ...) in TRACE_ERROR() [all …]
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | alloc_controller.cpp | 175 bool isUncompressedRgbFormat(int format) in isUncompressedRgbFormat() 209 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight() 316 void AdrenoMemInfo::getGpuAlignedWidthHeight(int width, int height, int format, in getGpuAlignedWidthHeight() 371 int AdrenoMemInfo::isUBWCSupportedByGPU(int format) in isUBWCSupportedByGPU() 509 bool isMacroTileEnabled(int format, int usage) in isMacroTileEnabled() 546 unsigned int getSize(int format, int width, int height, int usage, in getSize() 673 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions() 691 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions() 709 void getBufferAttributes(int width, int height, int format, int usage, in getBufferAttributes() 776 int format = hnd->format; in getYUVPlaneInfo() local [all …]
|
/hardware/akm/AK8975_FS/akmdfs/ |
D | AKFS_Common.h | 105 #define AKMDEBUG(level, format, ...) \ argument 110 #define AKMDEBUG(level, format, ...) argument 115 #define AKMDATA(flag, format, ...) \ argument 120 #define AKMDATA(flag, format, ...) argument 125 #define AKM_LOG(format, ...) ALOGD((format), ##__VA_ARGS__) argument 127 #define AKM_LOG(format, ...) argument
|
/hardware/libhardware/include/hardware/ |
D | audio_alsaops.h | 37 static inline enum pcm_format pcm_format_from_audio_format(audio_format_t format) in pcm_format_from_audio_format() 72 static inline audio_format_t audio_format_from_pcm_format(enum pcm_format format) in audio_format_from_pcm_format()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | alloc_controller.cpp | 131 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight() 361 bool isMacroTileEnabled(int format, int usage) in isMacroTileEnabled() 394 size_t getSize(int format, int width, int height, const int alignedw, in getSize() 503 size_t getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions() 521 size_t getBufferSizeAndDimensions(int width, int height, int format, int usage, in getBufferSizeAndDimensions() 540 void getBufferAttributes(int width, int height, int format, int usage, in getBufferAttributes() 623 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage) in alloc_buffer()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | alloc_controller.cpp | 129 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight() 364 bool isMacroTileEnabled(int format, int usage) in isMacroTileEnabled() 397 unsigned int getSize(int format, int width, int height, const int alignedw, in getSize() 502 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions() 520 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions() 539 void getBufferAttributes(int width, int height, int format, int usage, in getBufferAttributes() 621 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage) in alloc_buffer()
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | alloc_controller.cpp | 137 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight() 377 bool isMacroTileEnabled(int format, int usage) in isMacroTileEnabled() 410 unsigned int getSize(int format, int width, int height, const int alignedw, in getSize() 515 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions() 533 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions() 552 void getBufferAttributes(int width, int height, int format, int usage, in getBufferAttributes() 633 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage) in alloc_buffer()
|
/hardware/qcom/display/msm8996/sdm/libs/utils/ |
D | formats.cpp | 36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat() 51 bool Is10BitFormat(LayerBufferFormat format) { in Is10BitFormat()
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
D | TngDisplayQuery.cpp | 28 bool DisplayQuery::isVideoFormat(uint32_t format) in isVideoFormat() 42 int DisplayQuery::getOverlayLumaStrideAlignment(uint32_t format) in getOverlayLumaStrideAlignment()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_debugger.cpp | 111 void HWCDebugHandler::Error(DebugTag /*tag*/, const char *format, ...) { in Error() 117 void HWCDebugHandler::Warning(DebugTag /*tag*/, const char *format, ...) { in Warning() 123 void HWCDebugHandler::Info(DebugTag tag, const char *format, ...) { in Info() 131 void HWCDebugHandler::Debug(DebugTag tag, const char *format, ...) { in Debug() 139 void HWCDebugHandler::Verbose(DebugTag tag, const char *format, ...) { in Verbose()
|