Searched refs:imageIndex (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/jni/
H A DGifTranscoder.cpp138 int imageIndex = 0; local
172 LOGE("Could not read image descriptor (%d)", imageIndex);
193 LOGE("Could not write image descriptor (%d)", imageIndex);
202 LOGE("Could not read image data (%d)", imageIndex);
205 LOGD("Read image data (%d)", imageIndex);
209 imageIndex,
215 LOGE("Could not render %d", imageIndex);
218 LOGD("Rendered image (%d)", imageIndex);
228 LOGE("Could not write raster data (%d)", imageIndex);
232 LOGD("Wrote raster data (%d)", imageIndex);
350 renderImage(GifFileType* gifIn, GifByteType* rasterBits, int imageIndex, int transparentColorIndex, ColorARGB* renderBuffer, ColorARGB bgColor, GifImageDesc prevImageDimens, int prevImageDisposalMode) argument
[all...]
H A DGifTranscoder.h60 int imageIndex,

Completed in 27 milliseconds