Lines Matching refs:imageIndex
138 int imageIndex = 0; in resizeBoxFilter() local
172 LOGE("Could not read image descriptor (%d)", imageIndex); in resizeBoxFilter()
193 LOGE("Could not write image descriptor (%d)", imageIndex); in resizeBoxFilter()
202 LOGE("Could not read image data (%d)", imageIndex); in resizeBoxFilter()
205 LOGD("Read image data (%d)", imageIndex); in resizeBoxFilter()
209 imageIndex, in resizeBoxFilter()
215 LOGE("Could not render %d", imageIndex); in resizeBoxFilter()
218 LOGD("Rendered image (%d)", imageIndex); in resizeBoxFilter()
228 LOGE("Could not write raster data (%d)", imageIndex); in resizeBoxFilter()
232 LOGD("Wrote raster data (%d)", imageIndex); in resizeBoxFilter()
254 imageIndex++; in resizeBoxFilter()
275 if (imageIndex == 0 && gifIn->SColorMap) { in resizeBoxFilter()
357 int imageIndex, in renderImage() argument
363 ASSERT(imageIndex < gifIn->ImageCount, in renderImage()
364 "Image index %d is out of bounds (count=%d)", imageIndex, gifIn->ImageCount); in renderImage()
374 if (imageIndex == 0) { in renderImage()
398 if (imageIndex > 0 && prevImageDisposalMode == DISPOSE_DO_NOT && in renderImage()