Home | History | Annotate | Download | only in jhead

Lines Matching defs:ByteCount

40         int ByteCount;
59 ByteCount = Components * BytesPerFormat[Format];
61 if (ByteCount > 4){
65 if (OffsetVal+ByteCount > ExifLength){
66 // Bogus pointer offset and / or bytecount value
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)
159 for (a=0;a<ByteCount;a++){
166 printf(" (%d bytes)", ByteCount);
174 void ProcessMakerNote(unsigned char * ValuePtr, int ByteCount,
181 ShowMakerNoteGeneric(ValuePtr, ByteCount);