Home
last modified time | relevance | path

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

/external/jhead/
Djpgfile.c20 static int SectionsRead; variable
113 if (SectionsRead > SectionsAllocated){ in CheckSectionsAllocated()
116 if (SectionsRead >= SectionsAllocated){ in CheckSectionsAllocated()
158 Sections[SectionsRead].Type = marker; in ReadJpegSections()
172 Sections[SectionsRead].Size = itemlen; in ReadJpegSections()
180 Sections[SectionsRead].Data = Data; in ReadJpegSections()
192 SectionsRead += 1; in ReadJpegSections()
223 Sections[SectionsRead].Data = Data; in ReadJpegSections()
224 Sections[SectionsRead].Size = size; in ReadJpegSections()
225 Sections[SectionsRead].Type = PSEUDO_IMAGE_MARKER; in ReadJpegSections()
[all …]