Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
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/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_trace.h32 #define VTRACE(format, ...) VBP_TRACE_UTIL("VERBOSE: ", format, ##__VA_ARGS__) macro
39 #define VTRACE(format, ...) macro
/hardware/intel/img/hwcomposer/merrifield/common/utils/
DHwcTrace.h29 #define VTRACE(fmt,...) ALOGV("%s: " fmt, __func__, ##__VA_ARGS__) macro