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

  /frameworks/ex/framesequence/jni/
FrameSequence_gif.h 37 return mGif ? mGif->SHeight : 0;
FrameSequence_gif.cpp 106 mGif->SWidth, mGif->SHeight, mGif->ImageCount, durationMs);
  /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);
128 gifIn->SHeight / 2,
144 std::vector<GifByteType> srcBuffer(gifIn->SWidth * gifIn->SHeight);
147 std::unique_ptr<ColorARGB[]> renderBuffer(new ColorARGB[gifIn->SWidth * gifIn->SHeight]);
180 gifIn->Image.Top + gifIn->Image.Height > gifIn->SHeight) {
190 gifOut->SHeight,
221 for (int y = 0; y < gifOut->SHeight; y++) {
375 fillRect(renderBuffer, gifIn->SWidth, gifIn->SHeight,
376 0, 0, gifIn->SWidth, gifIn->SHeight, bgColor)
    [all...]
  /external/tensorflow/tensorflow/core/lib/gif/
gif_io.cc 87 const int height = gif_file->SHeight;
  /frameworks/base/core/jni/android/graphics/
GIFMovie.cpp 96 info->fHeight = fGIF->SHeight;
355 const int height = gif->SHeight;
  /external/giflib/
gif_lib.h 72 GifWord SWidth, SHeight; /* Size of virtual canvas */
egif_lib.c 297 GifFile->SHeight = Height;
    [all...]
dgif_lib.c 251 DGifGetWord(GifFile, &GifFile->SHeight) == GIF_ERROR)
    [all...]

Completed in 54 milliseconds