OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:write_JFIF_header
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libjpeg_turbo/
jcparam.c
455
cinfo->
write_JFIF_header
= FALSE; /* No marker for non-JFIF colorspaces */
460
cinfo->
write_JFIF_header
= TRUE; /* Write a JFIF marker */
473
cinfo->
write_JFIF_header
= TRUE; /* Write a JFIF marker */
jcmarker.c
482
if (cinfo->
write_JFIF_header
) /* next an optional JFIF APP0 */
jpeglib.h
391
boolean
write_JFIF_header
; /* should a JFIF marker be written? */
[
all
...]
transupp.c
[
all
...]
/external/jpeg/
jcparam.c
415
cinfo->
write_JFIF_header
= FALSE; /* No marker for non-JFIF colorspaces */
420
cinfo->
write_JFIF_header
= TRUE; /* Write a JFIF marker */
433
cinfo->
write_JFIF_header
= TRUE; /* Write a JFIF marker */
jcmarker.c
478
if (cinfo->
write_JFIF_header
) /* next an optional JFIF APP0 */
jpeglib.h
341
boolean
write_JFIF_header
; /* should a JFIF marker be written? */
[
all
...]
transupp.c
897
if (dstinfo->
write_JFIF_header
&&
Completed in 71 milliseconds