Home | History | Annotate | Download | only in jhead

Lines Matching defs:ByteCount

146         unsigned ByteCount;
166 ByteCount = Components * ComponentSize;
169 printf("GPS tag %x format %s #components %d componentsize %d bytecount %d", Tag, formatStr(Format), Components, ComponentSize,
170 ByteCount);
173 if (ByteCount > 4){
177 if (OffsetVal+ByteCount > ExifLength){
178 // Bogus pointer offset and / or bytecount value
272 if (ByteCount > EXIF_ASCII_PREFIX_LEN &&
275 ByteCount < GPS_PROCESSING_METHOD_LEN + EXIF_ASCII_PREFIX_LEN ?
276 ByteCount - EXIF_ASCII_PREFIX_LEN : GPS_PROCESSING_METHOD_LEN;
303 for (a=0;a<ByteCount;a++){
324 PrintFormatNumber(ValuePtr+a*ComponentSize, Format, ByteCount);