OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_marker
(Results
1 - 5
of
5
) sorted by null
/external/libjpeg-turbo/
rdjpgcom.c
171
first_marker
(void)
function
339
if (
first_marker
() != M_SOI)
wrjpgcom.c
215
first_marker
(void)
function
287
if (
first_marker
() != M_SOI)
jdmarker.c
937
first_marker
(j_decompress_ptr cinfo)
973
/* NB:
first_marker
() enforces the requirement that SOI appear first. */
976
if (!
first_marker
(cinfo))
[
all
...]
/external/opencv3/3rdparty/libjpeg/
jdmarker.c
1052
first_marker
(j_decompress_ptr cinfo)
1093
/* NB:
first_marker
() enforces the requirement that SOI appear first. */
1096
if (!
first_marker
(cinfo))
[
all
...]
/external/pdfium/third_party/libjpeg/
fpdfapi_jdmarker.c
954
first_marker
(j_decompress_ptr cinfo)
990
/* NB:
first_marker
() enforces the requirement that SOI appear first. */
993
if (!
first_marker
(cinfo))
[
all
...]
Completed in 322 milliseconds