Lines Matching refs:LOGE
51 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__)) macro
92 LOGE("Could not open input GIF: %s, error = %d", pathIn, error); in transcode()
101 LOGE("Could not open output GIF: %s, error = %d", pathOut, error); in transcode()
109 LOGE("Could not resize GIF"); in transcode()
121 LOGE("Input GIF has invalid size: %d x %d", gifIn->SWidth, gifIn->SHeight); in resizeBoxFilter()
132 LOGE("Could not write screen descriptor"); in resizeBoxFilter()
165 LOGE("Could not get record type"); in resizeBoxFilter()
172 LOGE("Could not read image descriptor (%d)", imageIndex); in resizeBoxFilter()
181 LOGE("GIF image extends beyond logical screen"); in resizeBoxFilter()
193 LOGE("Could not write image descriptor (%d)", imageIndex); in resizeBoxFilter()
202 LOGE("Could not read image data (%d)", imageIndex); in resizeBoxFilter()
215 LOGE("Could not render %d", imageIndex); in resizeBoxFilter()
228 LOGE("Could not write raster data (%d)", imageIndex); in resizeBoxFilter()
260 LOGE("Could not read extension block"); in resizeBoxFilter()
267 LOGE("Could not interpret GCB extension"); in resizeBoxFilter()
279 LOGE("SBackGroundColor overflow"); in resizeBoxFilter()
295 LOGE("Could not write extension leader"); in resizeBoxFilter()
299 LOGE("Could not write extension block"); in resizeBoxFilter()
305 LOGE("Could not read extension continuation"); in resizeBoxFilter()
311 LOGE("Could not write extension continuation"); in resizeBoxFilter()
318 LOGE("Could not write extension trailer"); in resizeBoxFilter()
341 LOGE("Could not read interlaced raster data"); in readImage()
348 LOGE("Could not read raster data"); in readImage()
368 LOGE("No GIF color map found"); in renderImage()
388 LOGE("Color Index %d is out of bounds (count=%d)", colorIndex, in renderImage()