Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_trace.h25 #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/
Dmixvideolog.h14 #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/
DOMX_TI_Debug.h290 #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/
Dviddec_debug.h13 …#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/
DVideoDecoderTrace.h34 #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/msm8998/utils/platform_lib_abstractions/loc_pla/include/
Dplatform_lib_macros.h49 #define TS_PRINTF(format, x...) \ argument
61 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
62 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
63 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
64 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
65 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
/hardware/qcom/gps/msm8084/platform_lib_abstractions/
Dplatform_lib_macros.h34 #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/
Dplatform_lib_macros.h34 #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/
Dplatform_lib_macros.h34 #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/msm8960/platform_lib_abstractions/
Dplatform_lib_macros.h34 #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/
Dplatform_lib_macros.h34 #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/
Dplatform_lib_macros.h34 #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/msm8998/sdm/include/utils/
Ddebug.h38 #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 DLOGD(format, ...) DLOGD_IF(kTagNone, format, ##__VA_ARGS__) argument
49 #define DLOGW(format, ...) DLOGW_IF(kTagNone, format, ##__VA_ARGS__) argument
50 #define DLOGI(format, ...) DLOGI_IF(kTagNone, format, ##__VA_ARGS__) argument
[all …]
/hardware/qcom/display/msm8996/sdm/include/utils/
Ddebug.h38 #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 DLOGD(format, ...) DLOGD_IF(kTagNone, format, ##__VA_ARGS__) argument
49 #define DLOGW(format, ...) DLOGW_IF(kTagNone, format, ##__VA_ARGS__) argument
50 #define DLOGI(format, ...) DLOGI_IF(kTagNone, format, ##__VA_ARGS__) argument
[all …]
/hardware/ti/omap4xxx/security/tf_daemon/
Ddelegation_client.c148 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/
Dalloc_controller.cpp139 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/
Dgt.h193 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/
Ddelegation_client.c167 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/msm8998/sdm/libs/utils/
Dformats.cpp36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat()
51 bool Is10BitFormat(LayerBufferFormat format) { in Is10BitFormat()
71 const char *GetFormatString(const LayerBufferFormat &format) { in GetFormatString()
/hardware/qcom/display/msm8996/sdm/libs/utils/
Dformats.cpp36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat()
51 bool Is10BitFormat(LayerBufferFormat format) { in Is10BitFormat()
71 const char *GetFormatString(const LayerBufferFormat &format) { in GetFormatString()
/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.cpp182 bool isUncompressedRgbFormat(int format) in isUncompressedRgbFormat()
216 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight()
323 void AdrenoMemInfo::getGpuAlignedWidthHeight(int width, int height, int format, in getGpuAlignedWidthHeight()
378 int AdrenoMemInfo::isUBWCSupportedByGPU(int format) in isUBWCSupportedByGPU()
516 bool isMacroTileEnabled(int format, int usage) in isMacroTileEnabled()
549 unsigned int getSize(int format, int width, int height, int usage, in getSize()
676 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
694 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
712 void getBufferAttributes(int width, int height, int format, int usage, in getBufferAttributes()
775 int format = hnd->format; in getYUVPlaneInfo() local
[all …]
/hardware/qcom/display/msm8998/libgralloc/
Dalloc_controller.cpp203 bool isUncompressedRgbFormat(int format) in isUncompressedRgbFormat()
237 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight()
344 void AdrenoMemInfo::getGpuAlignedWidthHeight(int width, int height, int format, in getGpuAlignedWidthHeight()
399 int AdrenoMemInfo::isUBWCSupportedByGPU(int format) in isUBWCSupportedByGPU()
540 bool isMacroTileEnabled(int format, int usage) in isMacroTileEnabled()
573 unsigned int getSize(int format, int width, int height, int usage, in getSize()
700 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
718 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
735 void getBufferAttributes(int width, int height, int format, int usage, in getBufferAttributes()
798 int format = hnd->format; in getYUVPlaneInfo() local
[all …]
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_utils.cpp34 bool IsUncompressedRGBFormat(int format) { in IsUncompressedRGBFormat()
63 bool IsCompressedRGBFormat(int format) { in IsCompressedRGBFormat()
101 uint32_t GetBppForUncompressedRGB(int format) { in GetBppForUncompressedRGB()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_utils.cpp34 bool IsUncompressedRGBFormat(int format) { in IsUncompressedRGBFormat()
63 bool IsCompressedRGBFormat(int format) { in IsCompressedRGBFormat()
101 uint32_t GetBppForUncompressedRGB(int format) { in GetBppForUncompressedRGB()
/hardware/akm/AK8975_FS/akmdfs/
DAKFS_Common.h105 #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

12345678910>>...18