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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_trace.h32 #define VTRACE(format, ...) VBP_TRACE_UTIL("VERBOSE: ", format, ##__VA_ARGS__) macro
39 #define VTRACE(format, ...) macro
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderTrace.h40 #define VTRACE(format, ...) VIDEO_DECODER_TRACE("VERBOSE: ", format, ##__VA_ARGS__) macro
53 #define VTRACE(...) LOGV(__VA_ARGS__) macro
63 #define VTRACE(format, ...) macro
/hardware/intel/img/hwcomposer/merrifield/common/utils/
H A DHwcTrace.h29 #define VTRACE(fmt,...) ALOGV("%s: " fmt, __func__, ##__VA_ARGS__) macro

Completed in 146 milliseconds