Lines Matching refs:Format
77 int format = GpsTags[i].Format; in GpsTagToTagTableEntry()
95 int format = GpsTags[i].Format; in GpsTagToFormatType()
143 unsigned Tag, Format, Components; in ProcessGpsInfo() local
156 Format = Get16u(DirEntry+2); in ProcessGpsInfo()
159 if ((Format-1) >= NUM_FORMATS) { in ProcessGpsInfo()
161 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag); in ProcessGpsInfo()
165 ComponentSize = BytesPerFormat[Format]; in ProcessGpsInfo()
169 … format %s #components %d componentsize %d bytecount %d", Tag, formatStr(Format), Components, Comp… in ProcessGpsInfo()
207 if (Format != FMT_URATIONAL){ in ProcessGpsInfo()
208 ErrNonfatal("Inappropriate format (%d) for GPS coordinates!", Format, 0); in ProcessGpsInfo()
224 Values[a] = ConvertAnyFormat(ValuePtr+a*ComponentSize, Format); in ProcessGpsInfo()
253 ConvertAnyFormat(ValuePtr, Format)); in ProcessGpsInfo()
261 (int) ConvertAnyFormat(ValuePtr, Format), in ProcessGpsInfo()
262 (int) ConvertAnyFormat(ValuePtr + 8, Format), in ProcessGpsInfo()
263 (int) ConvertAnyFormat(ValuePtr + 16, Format) in ProcessGpsInfo()
295 switch(Format){ in ProcessGpsInfo()
324 PrintFormatNumber(ValuePtr+a*ComponentSize, Format, ByteCount); in ProcessGpsInfo()