Searched refs:TraceVideoDecoder (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderTrace.h | 33 extern void TraceVideoDecoder(const char* cat, const char* fun, int line, const char* format, ...); 35 TraceVideoDecoder(cat, __FUNCTION__, __LINE__, format, ##__VA_ARGS__)
|
D | VideoDecoderTrace.cpp | 23 void TraceVideoDecoder(const char* cat, const char* fun, int line, const char* format, ...) in TraceVideoDecoder() function
|