/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/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/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/include/ |
D | platform_lib_macros.h | 49 #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/msm8909w_3100/libdrmutils/ |
D | drm_logger.h | 52 #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/display/msm8909/libdrmutils/ |
D | drm_logger.h | 52 #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/display/msm8998/libdrmutils/ |
D | drm_logger.h | 52 #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/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/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/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/display/msm8909/sdm/libs/utils/ |
D | formats.cpp | 36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat() 52 bool Is10BitFormat(LayerBufferFormat format) { in Is10BitFormat() 73 const char *GetFormatString(const LayerBufferFormat &format) { in GetFormatString() 121 BufferLayout GetBufferLayout(LayerBufferFormat format) { in GetBufferLayout()
|
/hardware/qcom/display/msm8998/sdm/libs/utils/ |
D | formats.cpp | 36 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/msm8909w_3100/sdm/libs/utils/ |
D | formats.cpp | 36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat() 52 bool Is10BitFormat(LayerBufferFormat format) { in Is10BitFormat() 73 const char *GetFormatString(const LayerBufferFormat &format) { in GetFormatString() 121 BufferLayout GetBufferLayout(LayerBufferFormat format) { in GetBufferLayout()
|
/hardware/qcom/display/msm8909w_3100/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 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/ |
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 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/msm8909/sdm/include/utils/ |
D | debug.h | 39 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \ argument 42 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__) argument 43 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__) argument 44 #define DLOGI_IF(tag, format, ...) DLOG(tag, Info, format, ##__VA_ARGS__) argument 45 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__) argument 46 #define DLOGV_IF(tag, format, ...) DLOG(tag, Verbose, format, ##__VA_ARGS__) argument 48 #define DLOGE(format, ...) DLOGE_IF(kTagNone, format, ##__VA_ARGS__) argument 49 #define DLOGD(format, ...) DLOGD_IF(kTagNone, format, ##__VA_ARGS__) argument 50 #define DLOGW(format, ...) DLOGW_IF(kTagNone, format, ##__VA_ARGS__) argument 51 #define DLOGI(format, ...) DLOGI_IF(kTagNone, format, ##__VA_ARGS__) argument [all …]
|
/hardware/qcom/display/msm8998/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 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/libhardware/modules/camera/3_4/ |
D | stream_format.cpp | 38 StreamFormat::StreamFormat(int format, uint32_t width, uint32_t height) in StreamFormat() 47 StreamFormat::StreamFormat(const v4l2_format& format) in StreamFormat() 56 StreamFormat::StreamFormat(const arc::SupportedFormat& format) in StreamFormat() 156 for (const auto& format : supported_formats) { in FindBestFitFormat() local 174 for (const auto& format : qualified_formats) { in FindBestFitFormat() local 190 for (const auto& format : formats) { in FindFormatByResolution() local
|
/hardware/qcom/display/msm8996/sdm/libs/utils/ |
D | formats.cpp | 36 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/ |
D | alloc_controller.cpp | 182 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/google/av/media/sfplugin/ |
D | Codec2Buffer.cpp | 113 const sp<AMessage> &format, const std::shared_ptr<C2Buffer> &buffer) in DummyContainerBuffer() 137 const sp<AMessage> &format, const std::shared_ptr<C2LinearBlock> &block) { in Allocate() 158 const sp<AMessage> &format, in LinearBlockBuffer() 170 const sp<AMessage> &format, const std::shared_ptr<C2Buffer> &buffer) { in Allocate() 184 const sp<AMessage> &format, in ConstLinearBlockBuffer() 498 const sp<AMessage> &format, in Allocate() 535 const sp<AMessage> &format, in GraphicBlockBuffer() 561 const sp<AMessage> &format, in GraphicMetadataBuffer() 607 const sp<AMessage> &format, in Allocate() 652 const sp<AMessage> &format, in AllocateEmpty() [all …]
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_utils.cpp | 34 bool IsUncompressedRGBFormat(int format) { in IsUncompressedRGBFormat() 64 bool IsCompressedRGBFormat(int format) { in IsCompressedRGBFormat() 102 uint32_t GetBppForUncompressedRGB(int format) { in GetBppForUncompressedRGB()
|