Searched refs:next_marker (Results 1 - 3 of 3) sorted by relevance

/external/jpeg/
H A Drdjpgcom.c138 next_marker (void) function
167 * 0xFF M_SOI. To be more general, we could use next_marker, but if the
168 * input file weren't actually JPEG at all, next_marker might read the whole
334 marker = next_marker();
H A Dwrjpgcom.c187 next_marker (void) function
216 * 0xFF M_SOI. To be more general, we could use next_marker, but if the
217 * input file weren't actually JPEG at all, next_marker might read the whole
300 marker = next_marker();
H A Djdmarker.c874 next_marker (j_decompress_ptr cinfo)
922 /* Like next_marker, but used to obtain the initial SOI marker. */
963 if (! next_marker(cinfo))
1116 /* Note that next_marker will complain if it skips any data. */
1118 if (! next_marker(cinfo))
1224 if (! next_marker(cinfo))

Completed in 27 milliseconds