OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:term_destination
(Results
1 - 8
of
8
) sorted by null
/external/jpeg/
jdatadst.c
106
term_destination
(j_compress_ptr cinfo)
function
149
dest->pub.
term_destination
=
term_destination
;
jcapimin.c
178
(*cinfo->dest->
term_destination
) (cinfo);
267
(*cinfo->dest->
term_destination
) (cinfo);
jpeglib.h
780
JMETHOD(void,
term_destination
, (j_compress_ptr cinfo));
[
all
...]
libjpeg.doc
500
responsibility; neither of these routines will call
term_destination
().
[
all
...]
/external/webkit/Source/WebCore/platform/image-encoders/
JPEGImageEncoder.cpp
99
dest.
term_destination
= jpegTerminateDestination;
/external/skia/src/images/
SkJpegUtility.cpp
202
this->
term_destination
= sk_term_destination;
/external/webkit/Source/WebCore/platform/image-encoders/skia/
JPEGImageEncoder.cpp
127
cinfo.dest->
term_destination
= finishOutput;
/hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp
93
this->
term_destination
= libjpeg_term_destination;
Completed in 216 milliseconds