/external/libexif/libexif/ |
exif-log.h | 90 void exif_log (ExifLog *log, ExifLogCode, const char *domain, 98 #define exif_log(...) do { } while (0) macro 100 #define exif_log(x...) do { } while (0) macro 102 #define exif_log (void) macro 110 #define EXIF_LOG_NO_MEMORY(l,d,s) exif_log ((l), EXIF_LOG_CODE_NO_MEMORY, (d), "Could not allocate %lu byte(s).", (unsigned long)(s))
|
exif-data.c | 173 exif_log (data->priv->log, EXIF_LOG_CODE_DEBUG, "ExifData", 195 exif_log (data->priv->log, EXIF_LOG_CODE_DEBUG, "ExifData", 212 exif_log (data->priv->log, EXIF_LOG_CODE_DEBUG, "ExifData", 215 exif_log (data->priv->log, 312 exif_log (data->priv->log, EXIF_LOG_CODE_DEBUG, "ExifData", 332 exif_log (data->priv->log, EXIF_LOG_CODE_DEBUG, \ 339 exif_log (data->priv->log, EXIF_LOG_CODE_DEBUG, \ 376 exif_log (data->priv->log, EXIF_LOG_CODE_CORRUPT_DATA, "ExifData", 383 exif_log (data->priv->log, EXIF_LOG_CODE_CORRUPT_DATA, "ExifData", 388 exif_log (data->priv->log, EXIF_LOG_CODE_DEBUG, "ExifData" [all...] |
exif-log.c | 131 /* exif_log forms part of the API and can't be commented away */ 132 #undef exif_log macro 135 exif_log (ExifLog *log, ExifLogCode code, const char *domain, function
|
exif-loader.c | 118 exif_log (l->log, EXIF_LOG_CODE_NONE, "ExifLoader", 189 exif_log (eld->log, EXIF_LOG_CODE_DEBUG, "ExifLoader", 298 exif_log (eld->log, 414 exif_log (loader->log, EXIF_LOG_CODE_DEBUG, "ExifLoader",
|
exif-content.c | 140 exif_log (c->priv->log, EXIF_LOG_CODE_DEBUG, "ExifContent", 269 exif_log (c->priv->log, EXIF_LOG_CODE_DEBUG, "exif-content", 318 exif_log (c->priv->log, EXIF_LOG_CODE_DEBUG, "exif-content",
|
/external/libexif/libexif/olympus/ |
exif-mnote-data-olympus.c | 81 exif_log (d->log, EXIF_LOG_CODE_DEBUG, "ExifMnoteDataOlympus", 245 exif_log (en->log, EXIF_LOG_CODE_CORRUPT_DATA, 251 exif_log (en->log, EXIF_LOG_CODE_CORRUPT_DATA, 282 exif_log (en->log, EXIF_LOG_CODE_DEBUG, "ExifMnoteDataOlympus", 306 exif_log (en->log, EXIF_LOG_CODE_DEBUG, "ExifMnoteDataOlympus", 322 exif_log (en->log, EXIF_LOG_CODE_DEBUG, "ExifMnoteDataOlympus", 350 exif_log (en->log, EXIF_LOG_CODE_DEBUG, "ExifMnoteDataOlympus", 376 exif_log (en->log, EXIF_LOG_CODE_DEBUG, 393 exif_log (en->log, EXIF_LOG_CODE_DEBUG, "ExifMnoteDataOlympus", 403 exif_log (en->log, EXIF_LOG_CODE_DEBUG, "ExifMnoteDataOlympus" [all...] |