Searched defs:ByteCount (Results 1 - 4 of 4) sorted by relevance

/external/jhead/
H A Dmakernote.c40 int ByteCount; local
59 ByteCount = Components * BytesPerFormat[Format];
61 if (ByteCount > 4){
65 if (OffsetVal+ByteCount > ExifLength){
73 printf("Map: %05d-%05d: Data for makernote tag %04x\n",OffsetVal, OffsetVal+ByteCount, Tag);
95 for (a=0;a<ByteCount;a++){
115 PrintFormatNumber(ValuePtr, Format, ByteCount);
156 void ShowMakerNoteGeneric(unsigned char * ValuePtr, int ByteCount) argument
159 for (a=0;a<ByteCount;a++){
166 printf(" (%d bytes)", ByteCount);
174 ProcessMakerNote(unsigned char * ValuePtr, int ByteCount, unsigned char * OffsetBase, unsigned ExifLength) argument
[all...]
H A Dgpsinfo.c148 unsigned ByteCount; local
168 ByteCount = Components * ComponentSize;
172 ByteCount);
175 if (ByteCount > 4){
179 if (OffsetVal+ByteCount > ExifLength){
271 if (ByteCount > EXIF_ASCII_PREFIX_LEN &&
274 ByteCount < GPS_PROCESSING_METHOD_LEN + EXIF_ASCII_PREFIX_LEN ?
275 ByteCount - EXIF_ASCII_PREFIX_LEN : GPS_PROCESSING_METHOD_LEN;
302 for (a=0;a<ByteCount;a++){
323 PrintFormatNumber(ValuePtr+a*ComponentSize, Format, ByteCount);
[all...]
H A Dexif.c383 void PrintFormatNumber(void * ValuePtr, int Format, int ByteCount) argument
407 ByteCount -= s;
408 if (ByteCount <= 0) break;
511 int ByteCount; local
530 ByteCount = Components * BytesPerFormat[Format];
532 if (ByteCount > 4){
536 if (OffsetVal+ByteCount > ExifLength){
548 printf("Map: %05d-%05d: Data for tag %04x\n",OffsetVal, OffsetVal+ByteCount, Tag);
559 ProcessMakerNote(ValuePtr, ByteCount, OffsetBase, ExifLength);
581 if(ByteCount>
[all...]
/external/giflib/
H A Dgif_lib.h281 int ByteCount; member in struct:__anon1114

Completed in 126 milliseconds