Home
last modified time | relevance | path

Searched refs:ComponentSize (Results 1 – 1 of 1) sorted by relevance

/external/jhead/
Dgpsinfo.c145 int ComponentSize; in ProcessGpsInfo() local
165 ComponentSize = BytesPerFormat[Format]; in ProcessGpsInfo()
166 ByteCount = Components * ComponentSize; in ProcessGpsInfo()
169 …s #components %d componentsize %d bytecount %d", Tag, formatStr(Format), Components, ComponentSize, in ProcessGpsInfo()
214 den = Get32s(ValuePtr+4+a*ComponentSize); in ProcessGpsInfo()
224 Values[a] = ConvertAnyFormat(ValuePtr+a*ComponentSize, Format); in ProcessGpsInfo()
324 PrintFormatNumber(ValuePtr+a*ComponentSize, Format, ByteCount); in ProcessGpsInfo()