Home
last modified time | relevance | path

Searched refs:extCode (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/jni/
DGifTranscoder.cpp257 int extCode; in resizeBoxFilter() local
259 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()