Home
last modified time | relevance | path

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

12345678910>>...16

/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/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/display/msm8998/libdrmutils/
Ddrm_logger.h52 #define DRM_LOG(method, format, ...) \ argument
57 #define DRM_LOG_CONTEXT(method, format, ...) \ argument
60 #define DRM_LOGE(format, ...) DRM_LOG_CONTEXT(Error, format, ##__VA_ARGS__) argument
61 #define DRM_LOGW(format, ...) DRM_LOG_CONTEXT(Warning, format, ##__VA_ARGS__) argument
62 #define DRM_LOGI(format, ...) DRM_LOG_CONTEXT(Info, format, ##__VA_ARGS__) argument
63 #define DRM_LOGD_IF(pred, format, ...) \ 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/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/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/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/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/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/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/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()
118 BufferLayout GetBufferLayout(LayerBufferFormat format) { in GetBufferLayout()
/hardware/qcom/display/msm8994/libgralloc/
Dalloc_controller.cpp139 bool isUncompressedRgbFormat(int format) in isUncompressedRgbFormat()
166 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight()
267 void AdrenoMemInfo::getGpuAlignedWidthHeight(int width, int height, int format, in getGpuAlignedWidthHeight()
324 int AdrenoMemInfo::isUBWCSupportedByGPU(int format) in isUBWCSupportedByGPU()
453 bool isMacroTileEnabled(int format, int usage) in isMacroTileEnabled()
486 unsigned int getSize(int format, int width, int height, int usage, in getSize()
604 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
622 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
640 void getBufferAttributes(int width, int height, int format, int usage, in getBufferAttributes()
723 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage) in alloc_buffer()
[all …]
/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()
217 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight()
324 void AdrenoMemInfo::getGpuAlignedWidthHeight(int width, int height, int format, in getGpuAlignedWidthHeight()
382 int AdrenoMemInfo::isUBWCSupportedByGPU(int format) in isUBWCSupportedByGPU()
520 bool isMacroTileEnabled(int format, int usage) in isMacroTileEnabled()
553 unsigned int getSize(int format, int width, int height, int usage, in getSize()
683 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
701 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
719 void getBufferAttributes(int width, int height, int format, int usage, in getBufferAttributes()
782 int format = hnd->format; in getYUVPlaneInfo() local
[all …]
/hardware/qcom/display/msm8998/libgralloc/
Dalloc_controller.cpp183 bool isUncompressedRgbFormat(int format) in isUncompressedRgbFormat()
218 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight()
327 void AdrenoMemInfo::getGpuAlignedWidthHeight(int width, int height, int format, in getGpuAlignedWidthHeight()
382 int AdrenoMemInfo::isUBWCSupportedByGPU(int format) in isUBWCSupportedByGPU()
524 unsigned int getSize(int format, int width, int height, int usage, in getSize()
655 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
673 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
739 int format = hnd->format; in getYUVPlaneInfo() local
840 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage) in alloc_buffer()
890 static bool isUBwcFormat(int format) in isUBwcFormat()
[all …]
/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
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_utils.cpp34 bool IsUncompressedRGBFormat(int format) { in IsUncompressedRGBFormat()
64 bool IsCompressedRGBFormat(int format) { in IsCompressedRGBFormat()
102 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/qcom/display/msm8909/libgralloc/
Dalloc_controller.cpp137 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/msm8084/libgralloc/
Dalloc_controller.cpp129 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight()
365 bool isMacroTileEnabled(int format, int usage) in isMacroTileEnabled()
398 size_t getSize(int format, int width, int height, const int alignedw, in getSize()
507 size_t getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
525 size_t getBufferSizeAndDimensions(int width, int height, int format, int usage, in getBufferSizeAndDimensions()
544 void getBufferAttributes(int width, int height, int format, int usage, in getBufferAttributes()
627 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage) in alloc_buffer()
/hardware/qcom/display/msm8226/libgralloc/
Dalloc_controller.cpp129 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()

12345678910>>...16