Lines Matching refs:LOGD
45 #define LOGD(...) ((void)__android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__)) macro
47 #define LOGD(...) ((void)0) macro
90 LOGD("Opened input GIF: %s", pathIn); in transcode()
99 LOGD("Opened output GIF: %s", pathOut); in transcode()
107 LOGD("Resized GIF in %.2f ms", now() - t0); in transcode()
135 LOGD("Wrote screen descriptor"); in resizeBoxFilter()
168 LOGD("Read record type: %d", recordType); in resizeBoxFilter()
205 LOGD("Read image data (%d)", imageIndex); in resizeBoxFilter()
218 LOGD("Rendered image (%d)", imageIndex); in resizeBoxFilter()
232 LOGD("Wrote raster data (%d)", imageIndex); in resizeBoxFilter()
263 LOGD("Read extension block, code: %d", extCode); in resizeBoxFilter()
285 LOGD("Set background color based on first GCB"); in resizeBoxFilter()
302 LOGD("Wrote extension block"); in resizeBoxFilter()
309 LOGD("Read extension continuation"); in resizeBoxFilter()
314 LOGD("Wrote extension continuation"); in resizeBoxFilter()
325 LOGD("No more records"); in resizeBoxFilter()