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

/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);\

Completed in 201 milliseconds