OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:term_destination
(Results
1 - 23
of
23
) sorted by null
/external/libjpeg-turbo/
jdatadst.c
171
term_destination
(j_compress_ptr cinfo)
function
225
dest->pub.
term_destination
=
term_destination
;
263
dest->pub.
term_destination
= term_mem_destination;
jcapimin.c
192
(*cinfo->dest->
term_destination
) (cinfo);
281
(*cinfo->dest->
term_destination
) (cinfo);
jdatadst-tj.c
174
dest->pub.
term_destination
= term_mem_destination;
jpeglib.h
795
void (*
term_destination
) (j_compress_ptr cinfo);
member in struct:jpeg_destination_mgr
[
all
...]
libjpeg.txt
501
responsibility; neither of these routines will call
term_destination
().
[
all
...]
/external/opencv3/3rdparty/libjpeg/
jdatadst.c
163
term_destination
(j_compress_ptr cinfo)
function
215
dest->pub.
term_destination
=
term_destination
;
255
dest->pub.
term_destination
= term_mem_destination;
jcapimin.c
186
(*cinfo->dest->
term_destination
) (cinfo);
275
(*cinfo->dest->
term_destination
) (cinfo);
jpeglib.h
771
JMETHOD(void,
term_destination
, (j_compress_ptr cinfo));
[
all
...]
/external/skia/src/images/
SkJpegUtility.cpp
154
this->
term_destination
= sk_term_destination;
/external/pdfium/third_party/libjpeg/
fpdfapi_jcapimin.c
178
(*cinfo->dest->
term_destination
) (cinfo);
267
(*cinfo->dest->
term_destination
) (cinfo);
jpeglib.h
[
all
...]
/device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp
157
jpegDestMgr.
term_destination
= jpegTermDestination;
/frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.cpp
97
jpegDestMgr.
term_destination
= jpegTermDestination;
/packages/apps/Gallery2/jni_jpegstream/src/
jpeg_hook.cpp
66
d->mgr.
term_destination
= Mgr_term_destination_fcn;
/external/opencv3/modules/imgcodecs/src/
grfmt_jpeg.cpp
495
term_destination
(j_compress_ptr cinfo)
function in namespace:cv
525
destination->pub.
term_destination
=
term_destination
;
/packages/apps/Camera2/jni/
jpegutil.cpp
233
dest.
term_destination
= [](j_compress_ptr cinfo) {
/external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp
170
dest.
term_destination
= _dest_do_nothing;
/hardware/ti/omap4-aah/camera/
Encoder_libjpeg.cpp
94
this->
term_destination
= libjpeg_term_destination;
/hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp
94
this->
term_destination
= libjpeg_term_destination;
/external/libvncserver/common/
turbojpeg.c
478
this->jdst.
term_destination
=dst_noop;
/external/opencv3/3rdparty/libtiff/
tif_jpeg.c
443
sp->dest.
term_destination
= std_term_destination;
507
sp->dest.
term_destination
= tables_term_destination;
[
all
...]
/external/pdfium/third_party/libtiff/
tif_jpeg.c
457
sp->dest.
term_destination
= std_term_destination;
521
sp->dest.
term_destination
= tables_term_destination;
[
all
...]
/external/dng_sdk/source/
dng_image_writer.cpp
[
all
...]
Completed in 490 milliseconds