Home
last modified time | relevance | path

Searched refs:ByteCount (Results 1 – 15 of 15) sorted by relevance

/external/jhead/
Dmakernote.c40 int ByteCount; in ProcessCanonMakerNoteDir() local
59 ByteCount = Components * BytesPerFormat[Format]; in ProcessCanonMakerNoteDir()
61 if (ByteCount > 4){ in ProcessCanonMakerNoteDir()
65 if (OffsetVal+ByteCount > ExifLength){ in ProcessCanonMakerNoteDir()
73 … printf("Map: %05d-%05d: Data for makernote tag %04x\n",OffsetVal, OffsetVal+ByteCount, Tag); in ProcessCanonMakerNoteDir()
95 for (a=0;a<ByteCount;a++){ in ProcessCanonMakerNoteDir()
115 PrintFormatNumber(ValuePtr, Format, ByteCount); in ProcessCanonMakerNoteDir()
156 void ShowMakerNoteGeneric(unsigned char * ValuePtr, int ByteCount) in ShowMakerNoteGeneric() argument
159 for (a=0;a<ByteCount;a++){ in ShowMakerNoteGeneric()
166 printf(" (%d bytes)", ByteCount); in ShowMakerNoteGeneric()
[all …]
Dgpsinfo.c143 unsigned ByteCount; in ProcessGpsInfo() local
163 ByteCount = Components * ComponentSize; in ProcessGpsInfo()
167 ByteCount); in ProcessGpsInfo()
170 if (ByteCount > 4){ in ProcessGpsInfo()
174 if (OffsetVal+ByteCount > ExifLength){ in ProcessGpsInfo()
270 for (a=0;a<ByteCount;a++){ in ProcessGpsInfo()
291 PrintFormatNumber(ValuePtr+a*ComponentSize, Format, ByteCount); in ProcessGpsInfo()
Dexif.c383 void PrintFormatNumber(void * ValuePtr, int Format, int ByteCount) in PrintFormatNumber() argument
407 ByteCount -= s; in PrintFormatNumber()
408 if (ByteCount <= 0) break; in PrintFormatNumber()
511 int ByteCount; in ProcessExifDir() local
530 ByteCount = Components * BytesPerFormat[Format]; in ProcessExifDir()
532 if (ByteCount > 4){ in ProcessExifDir()
536 if (OffsetVal+ByteCount > ExifLength){ in ProcessExifDir()
548 printf("Map: %05d-%05d: Data for tag %04x\n",OffsetVal, OffsetVal+ByteCount, Tag); in ProcessExifDir()
559 ProcessMakerNote(ValuePtr, ByteCount, OffsetBase, ExifLength); in ProcessExifDir()
581 if(ByteCount>1){ in ProcessExifDir()
[all …]
Djhead.h160 void PrintFormatNumber(void * ValuePtr, int Format, int ByteCount);
189 extern void ProcessMakerNote(unsigned char * DirStart, int ByteCount,
193 void ProcessGpsInfo(unsigned char * ValuePtr, int ByteCount,
/external/skia/src/images/
DSkMovie_gif.cpp72 int size = image->ExtensionBlocks[j].ByteCount; in savedimage_duration()
155 eb->ByteCount == 4) { in onGetBitmap()
DSkImageDecoder_libgif.cpp134 if (eb->Function == 0xF9 && eb->ByteCount == 4) { in find_transpIndex()
/external/giflib/
Dgifalloc.c269 ep->ByteCount=Len; in AddExtensionBlock()
270 ep->Bytes = (char *)malloc(ep->ByteCount); in AddExtensionBlock()
Dgif_lib.h281 int ByteCount; member
/external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
Dfontprops.cpp113 ByteCount atsuSizes[sizeof(atsuTags) / sizeof(ATSUAttributeTag)] = in GetTextExtent()
/external/webkit/WebCore/platform/graphics/mac/
DFontMacATSUI.mm98 ByteCount propTableSize;
143ByteCount styleSizes[4] = { sizeof(Fixed), sizeof(ATSUFontID), sizeof(CGAffineTransform), sizeof(F…
181 ByteCount offset = layoutRecords[0].originalOffset;
368ByteCount sizes[] = { sizeof(CGContextRef), sizeof(ATSLineLayoutOptions), sizeof(Boolean), sizeof(…
DSimpleFontDataMac.mm76 ByteCount size = sizeof(ATSUFontID);
423 ByteCount tableSize;
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
DAudioFilePlayer.c243 ByteCount actual; in AudioFilePlayer_OpenFile()
DCDPlayer.c140 ByteCount actualRead; in ReadTOCData()
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginEventHandlerCocoa.mm276 ByteCount size;
DWebNetscapePluginEventHandlerCarbon.mm307 ByteCount numBytes;