OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:read_markers
(Results
1 - 10
of
10
) sorted by null
/external/libjpeg-turbo/
jpegint.h
209
int (*
read_markers
) (j_decompress_ptr cinfo);
member in struct:jpeg_marker_reader
jdmarker.c
968
read_markers
(j_decompress_ptr cinfo)
function
[
all
...]
jdinput.c
320
val = (*cinfo->marker->
read_markers
) (cinfo);
turbojpeg.c
[
all
...]
/external/opencv3/3rdparty/libjpeg/
jpegint.h
198
JMETHOD(int,
read_markers
, (j_decompress_ptr cinfo));
jdinput.c
555
*
read_markers
is processed and then skipped for other markers.
568
val = (*cinfo->marker->
read_markers
) (cinfo);
jdmarker.c
1088
read_markers
(j_decompress_ptr cinfo)
function
[
all
...]
/external/pdfium/third_party/libjpeg/
jpegint.h
195
JMETHOD(int,
read_markers
, (j_decompress_ptr cinfo));
fpdfapi_jdmarker.c
985
read_markers
(j_decompress_ptr cinfo)
function
[
all
...]
fpdfapi_jdinput.c
296
val = (*cinfo->marker->
read_markers
) (cinfo);
Completed in 819 milliseconds