Lines Matching refs:fmt
45 #define CAMERA_LOGE(fmt, ...) \
50 printf("%s %4u %4u E " fmt "\n", now, (uint32_t)pid, (uint32_t)tid, ##__VA_ARGS__); \
54 #define CAMERA_LOGW(fmt, ...) \
59 printf("%s %4u %4u W " fmt "\n", now, (uint32_t)pid, (uint32_t)tid, ##__VA_ARGS__); \
63 #define CAMERA_LOGI(fmt, ...) \
68 printf("%s %4u %4u I " fmt "\n", now, (uint32_t)pid, (uint32_t)tid, ##__VA_ARGS__); \
72 #define CAMERA_LOGV(fmt, ...) \
77 printf("%s %4u %4u V " fmt "\n", now, (uint32_t)pid, (uint32_t)tid, ##__VA_ARGS__); \
81 #define CAMERA_LOGD(fmt, ...) \
86 printf("%s %4u %4u D " fmt "\n", now, (uint32_t)pid, (uint32_t)tid, ##__VA_ARGS__); \