Searched defs:VTRACE (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderTrace.h | 40 #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/ |
D | vbp_trace.h | 32 #define VTRACE(format, ...) VBP_TRACE_UTIL("VERBOSE: ", format, ##__VA_ARGS__) macro 39 #define VTRACE(format, ...) macro
|
/hardware/intel/img/hwcomposer/merrifield/common/utils/ |
D | HwcTrace.h | 29 #define VTRACE(fmt,...) ALOGV("%s: " fmt, __func__, ##__VA_ARGS__) macro
|