OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dstinfo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjpeg_turbo/
jpegtran.c
369
struct jpeg_compress_struct
dstinfo
;
local
395
dstinfo
.err = jpeg_std_error(&jdsterr);
396
jpeg_create_compress(&
dstinfo
);
413
file_index = parse_switches(&
dstinfo
, argc, argv, 0, FALSE);
415
srcinfo.mem->max_memory_to_use =
dstinfo
.mem->max_memory_to_use;
453
start_progress_monitor((j_common_ptr) &
dstinfo
, &progress);
481
jpeg_copy_critical_parameters(&srcinfo, &
dstinfo
);
487
dst_coef_arrays = jtransform_adjust_parameters(&srcinfo, &
dstinfo
,
516
file_index = parse_switches(&
dstinfo
, argc, argv, 0, TRUE);
519
jpeg_stdio_dest(&
dstinfo
, fp)
[
all
...]
/external/jpeg/
jpegtran.c
337
struct jpeg_compress_struct
dstinfo
;
local
361
dstinfo
.err = jpeg_std_error(&jdsterr);
362
jpeg_create_compress(&
dstinfo
);
379
file_index = parse_switches(&
dstinfo
, argc, argv, 0, FALSE);
381
srcinfo.mem->max_memory_to_use =
dstinfo
.mem->max_memory_to_use;
430
start_progress_monitor((j_common_ptr) &
dstinfo
, &progress);
453
jpeg_copy_critical_parameters(&srcinfo, &
dstinfo
);
459
dst_coef_arrays = jtransform_adjust_parameters(&srcinfo, &
dstinfo
,
467
file_index = parse_switches(&
dstinfo
, argc, argv, 0, TRUE);
470
jpeg_stdio_dest(&
dstinfo
, output_file)
[
all
...]
Completed in 664 milliseconds