Searched defs:ETRACE (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_trace.h29 #define ETRACE(format, ...) VBP_TRACE_UTIL("ERROR: ", format, ##__VA_ARGS__) macro
36 #define ETRACE(format, ...) macro
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderTrace.h37 #define ETRACE(format, ...) VIDEO_DECODER_TRACE("ERROR: ", format, ##__VA_ARGS__) macro
50 #define ETRACE(...) LOGE(__VA_ARGS__) macro
60 #define ETRACE(format, ...) macro
74 ETRACE(FUNC" failed. status = %d", status);\
81 ETRACE(FUNC" failed. vaStatus = 0x%x", vaStatus);\
87 ETRACE(FUNC" failed. vbpStatus = %d", (int)vbpStatus);\
/hardware/intel/img/hwcomposer/merrifield/common/utils/
H A DHwcTrace.h33 #define ETRACE(fmt,...) ALOGE("%s: " fmt, __func__, ##__VA_ARGS__) macro
85 ETRACE(__VA_ARGS__); \

Completed in 57 milliseconds