Home
last modified time | relevance | path

Searched defs:MSG_LOG (Results 1 – 1 of 1) sorted by relevance

/external/libxcam/modules/isp/
Dlibtbd.c31 #define MSG_LOG(...) LOGD(__VA_ARGS__) macro
35 #define MSG_LOG(...) fprintf(stdout, __VA_ARGS__); fprintf(stdout, "\n"); macro