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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_trace.h31 #define ITRACE(format, ...) VBP_TRACE_UTIL("INFO: ", format, ##__VA_ARGS__) macro
38 #define ITRACE(format, ...) macro
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderTrace.h39 #define ITRACE(format, ...) VIDEO_DECODER_TRACE("INFO: ", format, ##__VA_ARGS__) macro
52 #define ITRACE(...) LOGI(__VA_ARGS__) macro
62 #define ITRACE(format, ...) macro
/hardware/intel/img/hwcomposer/merrifield/common/utils/
H A DHwcTrace.h31 #define ITRACE(fmt,...) ALOGI("%s: " fmt, __func__, ##__VA_ARGS__) macro

Completed in 791 milliseconds