HomeSort by relevance Sort by last modified time
    Searched refs:GIF_ERROR (Results 1 - 6 of 6) sorted by null

  /external/giflib/
dgif_lib.c 140 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) {
215 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) {
246 return GIF_ERROR;
250 if (DGifGetWord(GifFile, &GifFile->SWidth) == GIF_ERROR ||
251 DGifGetWord(GifFile, &GifFile->SHeight) == GIF_ERROR)
252 return GIF_ERROR;
258 return GIF_ERROR;
271 return GIF_ERROR;
282 return GIF_ERROR;
307 return GIF_ERROR;
    [all...]
egif_lib.c 279 return GIF_ERROR;
284 return GIF_ERROR;
293 return GIF_ERROR;
305 return GIF_ERROR;
342 return GIF_ERROR;
373 return GIF_ERROR;
378 return GIF_ERROR;
394 return GIF_ERROR;
422 return GIF_ERROR;
428 return GIF_ERROR;
    [all...]
gifalloc.c 239 return (GIF_ERROR);
244 return (GIF_ERROR);
252 return (GIF_ERROR);
quantize.c 56 This function returns GIF_OK if successful, GIF_ERROR otherwise.
78 return GIF_ERROR;
130 return GIF_ERROR;
194 Returns GIF_ERROR if failed, otherwise GIF_OK.
231 return GIF_ERROR;
gif_lib.h 18 #define GIF_ERROR 0
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 93 return GIF_ERROR;
102 return GIF_ERROR;
110 return GIF_ERROR;
131 gifIn->SColorMap) == GIF_ERROR) {
164 if (DGifGetRecordType(gifIn, &recordType) == GIF_ERROR) {
171 if (DGifGetImageDesc(gifIn) == GIF_ERROR) {
192 gifIn->Image.ColorMap) == GIF_ERROR) {
227 if (EGifPutLine(gifOut, dstRowBuffer.get(), gifOut->SWidth) == GIF_ERROR) {
259 if (DGifGetExtension(gifIn, &extCode, &ext) == GIF_ERROR) {
266 if (DGifExtensionToGCB(ext[0], ext + 1, &gcb) == GIF_ERROR) {
    [all...]

Completed in 960 milliseconds