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

  /packages/apps/Messaging/jni/
GifTranscoder.cpp 120 if (gifIn->SWidth < 0 || gifIn->SHeight < 0) {
121 LOGE("Input GIF has invalid size: %d x %d", gifIn->SWidth, gifIn->SHeight);
127 gifIn->SWidth / 2,
144 std::vector<GifByteType> srcBuffer(gifIn->SWidth * gifIn->SHeight);
147 std::unique_ptr<ColorARGB[]> renderBuffer(new ColorARGB[gifIn->SWidth * gifIn->SHeight]);
150 std::unique_ptr<GifByteType[]> dstRowBuffer(new GifByteType[gifOut->SWidth]);
179 gifIn->Image.Left + gifIn->Image.Width > gifIn->SWidth ||
189 gifOut->SWidth,
222 for (int x = 0; x < gifOut->SWidth; x++) {
227 if (EGifPutLine(gifOut, dstRowBuffer.get(), gifOut->SWidth) == GIF_ERROR)
    [all...]
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.h 33 return mGif ? mGif->SWidth : 0;
FrameSequence_gif.cpp 106 mGif->SWidth, mGif->SHeight, mGif->ImageCount, durationMs);
  /external/tensorflow/tensorflow/core/lib/gif/
gif_io.cc 86 const int width = gif_file->SWidth;
  /frameworks/base/core/jni/android/graphics/
GIFMovie.cpp 95 info->fWidth = fGIF->SWidth;
354 const int width = gif->SWidth;
  /external/giflib/
gif_lib.h 72 GifWord SWidth, SHeight; /* Size of virtual canvas */
egif_lib.c 296 GifFile->SWidth = Width;
    [all...]
dgif_lib.c 250 if (DGifGetWord(GifFile, &GifFile->SWidth) == GIF_ERROR ||
    [all...]

Completed in 139 milliseconds