Home | History | Annotate | Download | only in jpeg

Lines Matching refs:next_marker

882 next_marker (j_decompress_ptr cinfo)
930 /* Like next_marker, but used to obtain the initial SOI marker. */
971 if (! next_marker(cinfo))
1133 /* Note that next_marker will complain if it skips any data. */
1135 if (! next_marker(cinfo))
1241 if (! next_marker(cinfo))
1269 while(next_marker(cinfo) &&