OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imageindex
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Messaging/jni/
GifTranscoder.cpp
138
int
imageIndex
= 0;
172
LOGE("Could not read image descriptor (%d)",
imageIndex
);
193
LOGE("Could not write image descriptor (%d)",
imageIndex
);
202
LOGE("Could not read image data (%d)",
imageIndex
);
205
LOGD("Read image data (%d)",
imageIndex
);
209
imageIndex
,
215
LOGE("Could not render %d",
imageIndex
);
218
LOGD("Rendered image (%d)",
imageIndex
);
228
LOGE("Could not write raster data (%d)",
imageIndex
);
232
LOGD("Wrote raster data (%d)",
imageIndex
);
[
all
...]
GifTranscoder.h
60
int
imageIndex
,
/external/giflib/
gif_lib.h
273
int
ImageIndex
,
277
int
ImageIndex
);
egif_lib.c
666
GifFileType *GifFile, int
ImageIndex
)
672
if (
ImageIndex
< 0 ||
ImageIndex
> GifFile->ImageCount - 1)
675
for (i = 0; i < GifFile->SavedImages[
ImageIndex
].ExtensionBlockCount; i++) {
676
ExtensionBlock *ep = &GifFile->SavedImages[
ImageIndex
].ExtensionBlocks[i];
684
if (GifAddExtensionBlock(&GifFile->SavedImages[
ImageIndex
].ExtensionBlockCount,
685
&GifFile->SavedImages[
ImageIndex
].ExtensionBlocks,
[
all
...]
dgif_lib.c
597
int
ImageIndex
, GraphicsControlBlock *GCB)
601
if (
ImageIndex
< 0 ||
ImageIndex
> GifFile->ImageCount - 1)
609
for (i = 0; i < GifFile->SavedImages[
ImageIndex
].ExtensionBlockCount; i++) {
610
ExtensionBlock *ep = &GifFile->SavedImages[
ImageIndex
].ExtensionBlocks[i];
[
all
...]
/external/ImageMagick/MagickCore/
accelerate-kernels-private.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h
[
all
...]
/frameworks/native/vulkan/api/
vulkan.api
[
all
...]
Completed in 598 milliseconds