HomeSort by relevance Sort by last modified time
    Searched defs:VTRACE (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_trace.h 32 #define VTRACE(format, ...) VBP_TRACE_UTIL("VERBOSE: ", format, ##__VA_ARGS__)
39 #define VTRACE(format, ...)
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderTrace.h 40 #define VTRACE(format, ...) VIDEO_DECODER_TRACE("VERBOSE: ", format, ##__VA_ARGS__)
53 #define VTRACE(...) LOGV(__VA_ARGS__)
63 #define VTRACE(format, ...)
  /hardware/intel/img/hwcomposer/merrifield/common/utils/
HwcTrace.h 29 #define VTRACE(fmt,...) ALOGV("%s: " fmt, __func__, ##__VA_ARGS__)

Completed in 44 milliseconds