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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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 83 milliseconds