OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:finish_output
(Results
1 - 11
of
11
) sorted by null
/external/libjpeg-turbo/
wrrle.c
44
* RLE file during
finish_output
.
76
* In this module it's easier to wait till
finish_output
to write anything.
288
dest->pub.
finish_output
= finish_output_rle;
cdjpeg.h
56
void (*
finish_output
) (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo);
member in struct:djpeg_dest_struct
wrbmp.c
43
* BMP file during
finish_output
. The virtual array contains one JSAMPLE per
171
* In this module we may as well postpone everything until
finish_output
.
439
dest->pub.
finish_output
= finish_output_bmp;
wrppm.c
241
dest->pub.
finish_output
= finish_output_ppm;
wrtarga.c
241
dest->pub.
finish_output
= finish_output_tga;
bmp.c
330
(*dst->
finish_output
)(&dinfo, dst);
djpeg.c
752
/* Hack: count final pass as done in case
finish_output
does an extra pass.
762
(*dest_mgr->
finish_output
) (&cinfo, dest_mgr);
wrgif.c
384
dest->pub.
finish_output
= finish_output_gif;
/system/keymaster/contexts/
soft_keymaster_device.cpp
1505
keymaster_blob_t
finish_output
= {};
local
[
all
...]
/hardware/interfaces/keymaster/4.0/vts/functional/
KeymasterHidlTest.cpp
319
string
finish_output
;
local
/hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_hidl_hal_test.cpp
680
string
finish_output
;
local
[
all
...]
Completed in 291 milliseconds