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

  /frameworks/ex/framesequence/jni/
FrameSequence_gif.h 45 return mGif ? mGif->ImageCount : 0;
FrameSequence_gif.cpp 64 mPreservedFrames = new bool[mGif->ImageCount];
65 mRestoringFrames = new int[mGif->ImageCount];
68 for (int i = 0; i < mGif->ImageCount; i++) {
106 mGif->SWidth, mGif->SHeight, mGif->ImageCount, durationMs);
107 for (int i = 0; i < mGif->ImageCount; i++) {
329 const int maxFrame = gif->ImageCount;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsImages.c 198 UINT32 ImageCount;
201 ImageCount = 0;
217 ImageCount++;
  /external/giflib/
gifalloc.c 295 GifFile->ImageCount--;
296 sp = &GifFile->SavedImages[GifFile->ImageCount];
329 (GifFile->ImageCount + 1), sizeof(SavedImage));
334 SavedImage *sp = &GifFile->SavedImages[GifFile->ImageCount++];
397 sp < GifFile->SavedImages + GifFile->ImageCount; sp++) {
dgif_lib.c 400 (GifFile->ImageCount + 1), sizeof(SavedImage));
414 sp = &GifFile->SavedImages[GifFile->ImageCount];
429 GifFile->ImageCount++;
605 if (ImageIndex < 0 || ImageIndex > GifFile->ImageCount - 1)
    [all...]
gif_lib.h 77 int ImageCount; /* Number of current image (both APIs) */
egif_lib.c 205 for (i = 0; i < GifFile->ImageCount; i++) {
676 if (ImageIndex < 0 || ImageIndex > GifFile->ImageCount - 1)
    [all...]
  /frameworks/base/core/jni/android/graphics/
GIFMovie.cpp 91 for (int i = 0; i < fGIF->ImageCount; i++)
107 for (int i = 0; i < fGIF->ImageCount; i++)
116 fCurrIndex = fGIF->ImageCount - 1;
350 if (gif->ImageCount < 1) {
388 } else if (lastIndex > fGIF->ImageCount - 1) {
390 lastIndex = fGIF->ImageCount - 1;
  /external/tensorflow/tensorflow/core/lib/gif/
gif_io.cc 80 if (gif_file->ImageCount <= 0) {
85 const int num_frames = gif_file->ImageCount;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmMisc.c 446 UINTN ImageCount;
465 ImageCount = 0;
488 ImageCount++;
523 if (ImageCount == 0) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
EfiRom.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
EfiRom.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
MemoryProfile.h 42 UINT32 ImageCount;
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 363 ASSERT(imageIndex < gifIn->ImageCount,
364 "Image index %d is out of bounds (count=%d)", imageIndex, gifIn->ImageCount);
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c 515 Print (L" ImageCount - 0x%08x\n", Context->ImageCount);
519 for (DriverIndex = 0; DriverIndex < Context->ImageCount; DriverIndex++) {
869 for (DriverIndex = 0; DriverIndex < Context->ImageCount; DriverIndex++) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
MemoryProfileRecord.c 486 ContextData->Context.ImageCount ++;
910 ContextData->Context.ImageCount --;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
SmramProfileRecord.c 487 ContextData->Context.ImageCount ++;
    [all...]

Completed in 2087 milliseconds