Searched refs:extCode (Results 1 – 1 of 1) sorted by relevance
257 int extCode; in resizeBoxFilter() local259 if (DGifGetExtension(gifIn, &extCode, &ext) == GIF_ERROR) { in resizeBoxFilter()263 LOGD("Read extension block, code: %d", extCode); in resizeBoxFilter()264 if (extCode == GRAPHICS_EXT_FUNC_CODE) { in resizeBoxFilter()294 if (EGifPutExtensionLeader(gifOut, extCode) == GIF_ERROR) { in resizeBoxFilter()