Searched refs:ByteCount (Results 1 – 15 of 15) sorted by relevance
/external/jhead/ |
D | makernote.c | 40 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 …]
|
D | gpsinfo.c | 143 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()
|
D | exif.c | 383 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 …]
|
D | jhead.h | 160 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/ |
D | SkMovie_gif.cpp | 72 int size = image->ExtensionBlocks[j].ByteCount; in savedimage_duration() 155 eb->ByteCount == 4) { in onGetBitmap()
|
D | SkImageDecoder_libgif.cpp | 134 if (eb->Function == 0xF9 && eb->ByteCount == 4) { in find_transpIndex()
|
/external/giflib/ |
D | gifalloc.c | 269 ep->ByteCount=Len; in AddExtensionBlock() 270 ep->Bytes = (char *)malloc(ep->ByteCount); in AddExtensionBlock()
|
D | gif_lib.h | 281 int ByteCount; member
|
/external/webkit/WebCore/platform/wx/wxcode/mac/carbon/ |
D | fontprops.cpp | 113 ByteCount atsuSizes[sizeof(atsuTags) / sizeof(ATSUAttributeTag)] = in GetTextExtent()
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | FontMacATSUI.mm | 98 ByteCount propTableSize; 143 …ByteCount styleSizes[4] = { sizeof(Fixed), sizeof(ATSUFontID), sizeof(CGAffineTransform), sizeof(F… 181 ByteCount offset = layoutRecords[0].originalOffset; 368 …ByteCount sizes[] = { sizeof(CGContextRef), sizeof(ATSLineLayoutOptions), sizeof(Boolean), sizeof(…
|
D | SimpleFontDataMac.mm | 76 ByteCount size = sizeof(ATSUFontID); 423 ByteCount tableSize;
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/ |
D | AudioFilePlayer.c | 243 ByteCount actual; in AudioFilePlayer_OpenFile()
|
D | CDPlayer.c | 140 ByteCount actualRead; in ReadTOCData()
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebNetscapePluginEventHandlerCocoa.mm | 276 ByteCount size;
|
D | WebNetscapePluginEventHandlerCarbon.mm | 307 ByteCount numBytes;
|