OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dest_mgr
(Results
1 - 3
of
3
) sorted by null
/external/libjpeg-turbo/
djpeg.c
498
djpeg_dest_ptr
dest_mgr
= NULL;
local
629
dest_mgr
= jinit_write_bmp(&cinfo, FALSE);
632
dest_mgr
= jinit_write_bmp(&cinfo, TRUE);
637
dest_mgr
= jinit_write_gif(&cinfo);
642
dest_mgr
= jinit_write_ppm(&cinfo);
647
dest_mgr
= jinit_write_rle(&cinfo);
652
dest_mgr
= jinit_write_targa(&cinfo);
659
dest_mgr
->output_file = output_file;
683
(*
dest_mgr
->start_output) (&cinfo,
dest_mgr
);
[
all
...]
/hardware/ti/omap4-aah/camera/
Encoder_libjpeg.cpp
448
libjpeg_destination_mgr
dest_mgr
(input->dst, input->dst_size);
488
cinfo.dest = &
dest_mgr
;
529
// we will end up crashing in
dest_mgr
since data is incomplete
538
input->jpeg_size =
dest_mgr
.jpegsize;
539
return
dest_mgr
.jpegsize;
/hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp
380
libjpeg_destination_mgr
dest_mgr
(input->dst, input->dst_size);
418
cinfo.dest = &
dest_mgr
;
457
// we will end up crashing in
dest_mgr
since data is incomplete
466
input->jpeg_size =
dest_mgr
.jpegsize;
467
return
dest_mgr
.jpegsize;
Completed in 213 milliseconds