Searched refs:H264_PRINT (Results 1 – 2 of 2) sorted by relevance
/hardware/google/aemu/host-common/ |
D | H264NaluParser.cpp | 31 #define H264_PRINT(color,fmt,...) fprintf(stderr, color "H264NaluParser: %s:%d " fmt "\n" RESET, __… macro 33 #define H264_PRINT(fmt,...) macro 36 #define H264_INFO(fmt,...) H264_PRINT(RESET, fmt, ##__VA_ARGS__); 37 #define H264_WARN(fmt,...) H264_PRINT(YEL, fmt, ##__VA_ARGS__); 38 #define H264_ERROR(fmt,...) H264_PRINT(RED, fmt, ##__VA_ARGS__);
|
D | H264PingInfoParser.cpp | 28 #define H264_PRINT(color, fmt, ...) \ macro 32 #define H264_PRINT(fmt, ...) macro 35 #define H264_INFO(fmt, ...) H264_PRINT(RESET, fmt, ##__VA_ARGS__); 36 #define H264_WARN(fmt, ...) H264_PRINT(YEL, fmt, ##__VA_ARGS__); 37 #define H264_ERROR(fmt, ...) H264_PRINT(RED, fmt, ##__VA_ARGS__);
|