OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_marker
(Results
1 - 5
of
5
) sorted by null
/external/jpeg/
rdjpgcom.c
138
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
();
wrjpgcom.c
187
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
();
jdmarker.c
874
next_marker
(j_decompress_ptr cinfo)
922
/* Like
next_marker
, but used to obtain the initial SOI marker. */
963
if (!
next_marker
(cinfo))
1125
/* Note that
next_marker
will complain if it skips any data. */
1127
if (!
next_marker
(cinfo))
[
all
...]
jdphuff.c
233
/* include any full bytes in
next_marker
's count of discarded bytes */
jdhuff.c
475
/* include any full bytes in
next_marker
's count of discarded bytes */
Completed in 86 milliseconds