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

  /packages/apps/Messaging/jni/
GifTranscoder.h 55 static bool readImage(GifFileType* gifIn, GifByteType* rasterBits);
59 GifByteType* rasterBits,
78 static GifByteType computeNewColorIndex(GifFileType* gifIn,
88 static GifByteType findBestColor(ColorMapObject* colorMap, int transparentColorIndex,
99 GifByteType colorIndex);
GifTranscoder.cpp 144 std::vector<GifByteType> srcBuffer(gifIn->SWidth * gifIn->SHeight);
150 std::unique_ptr<GifByteType> dstRowBuffer(new GifByteType[gifOut->SWidth]);
223 const GifByteType dstColorIndex = computeNewColorIndex(
258 GifByteType* ext;
325 bool GifTranscoder::readImage(GifFileType* gifIn, GifByteType* rasterBits) {
351 GifByteType* rasterBits,
381 GifByteType colorIndex = *getPixel(rasterBits, gifIn->Image.Width, x, y);
419 GifByteType GifTranscoder::computeNewColorIndex(GifFileType* gifIn,
449 GifByteType GifTranscoder::findBestColor(ColorMapObject* colorMap, int transparentColorIndex
    [all...]
  /external/giflib/
gif_lib.h 31 typedef unsigned char GifByteType;
36 GifByteType Red, Green, Blue;
54 GifByteType *Bytes; /* on malloc(3) heap */
65 GifByteType *RasterBits; /* on malloc(3) heap */
74 GifByteType AspectByte; /* Used to compute pixel aspect ratio */
97 typedef int (*InputFunc) (GifFileType *, GifByteType *, int);
102 typedef int (*OutputFunc) (GifFileType *, const GifByteType *, int);
168 const GifByteType *GifCodeBlock);
170 const GifByteType *GifCodeBlock);
205 GifByteType **GifExtension)
    [all...]
gif_lib_private.h 49 GifByteType Buf[256]; /* Compressed input is buffered here. */
50 GifByteType Stack[LZ_MAX_CODE]; /* Decoded pixels are stacked here. */
51 GifByteType Suffix[LZ_MAX_CODE + 1]; /* So we can trace the codes. */
dgif_lib.c 41 static int DGifBufferedInput(GifFileType *GifFile, GifByteType *Buf,
42 GifByteType *NextByte);
233 GifByteType Buf[3];
293 GifByteType Buf;
334 GifByteType Buf[3];
434 GifByteType *Dummy;
474 GifByteType *Dummy;
513 DGifGetExtension(GifFileType *GifFile, int *ExtCode, GifByteType **Extension)
515 GifByteType Buf;
539 DGifGetExtensionNext(GifFileType *GifFile, GifByteType ** Extension
    [all...]
quantize.c 28 GifByteType RGB[3];
29 GifByteType NewColorIndex;
35 GifByteType RGBMin[3], RGBWidth[3];
62 GifByteType * RedInput,
63 GifByteType * GreenInput,
64 GifByteType * BlueInput,
65 GifByteType * OutputBuffer,
egif_lib.c 40 static int EGifBufferedOutput(GifFileType * GifFile, GifByteType * Buf,
268 GifByteType Buf[3];
362 GifByteType Buf[3];
542 GifByteType Buf[3];
566 GifByteType Buf;
588 GifByteType Buf;
616 GifByteType Buf[3];
626 InternalWrite(GifFile, (GifByteType *)&ExtLen, 1);
645 GifByteType *GifExtension)
666 GifByteType buf[sizeof(GraphicsControlBlock)]; /* a bit dodgy... *
    [all...]
gifalloc.c 239 ep->Bytes = (GifByteType *)malloc(ep->ByteCount);
  /external/skia/src/codec/
SkCodec_libgif.cpp 52 static int32_t read_bytes_callback(GifFileType* fileType, GifByteType* out,
274 GifByteType* extData;
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 101 static int DecodeCallBackProc(GifFileType* fileType, GifByteType* out,
262 GifByteType *extData;
SkMovie_gif.cpp 40 static int Decode(GifFileType* fileType, GifByteType* out, int size) {
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 31 static int streamReader(GifFileType* fileType, GifByteType* out, int size) {

Completed in 113 milliseconds