Home
last modified time | relevance | path

Searched refs:jpegtables_length (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libtiff/
Dtif_jpeg.c172 uint32 jpegtables_length; /* number of bytes in same */ member
457 sp->dest.free_in_buffer = (size_t) sp->jpegtables_length; in tables_init_destination()
468 (tmsize_t) (sp->jpegtables_length + 1000)); in tables_empty_output_buffer()
471 sp->dest.next_output_byte = (JOCTET*) newbuf + sp->jpegtables_length; in tables_empty_output_buffer()
474 sp->jpegtables_length += 1000; in tables_empty_output_buffer()
484 sp->jpegtables_length -= (uint32) sp->dest.free_in_buffer; in tables_term_destination()
497 sp->jpegtables_length = 1000; in TIFFjpeg_tables_dest()
498 sp->jpegtables = (void*) _TIFFmalloc((tmsize_t) sp->jpegtables_length); in TIFFjpeg_tables_dest()
500 sp->jpegtables_length = 0; in TIFFjpeg_tables_dest()
610 sp->src.bytes_in_buffer = (size_t) sp->jpegtables_length; in tables_init_source()
[all …]
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c180 uint32 jpegtables_length; /* number of bytes in same */ member
471 sp->dest.free_in_buffer = (size_t) sp->jpegtables_length; in tables_init_destination()
482 (tmsize_t) (sp->jpegtables_length + 1000)); in tables_empty_output_buffer()
485 sp->dest.next_output_byte = (JOCTET*) newbuf + sp->jpegtables_length; in tables_empty_output_buffer()
488 sp->jpegtables_length += 1000; in tables_empty_output_buffer()
498 sp->jpegtables_length -= (uint32) sp->dest.free_in_buffer; in tables_term_destination()
511 sp->jpegtables_length = 1000; in TIFFjpeg_tables_dest()
512 sp->jpegtables = (void*) _TIFFmalloc((tmsize_t) sp->jpegtables_length); in TIFFjpeg_tables_dest()
514 sp->jpegtables_length = 0; in TIFFjpeg_tables_dest()
624 sp->src.bytes_in_buffer = (size_t) sp->jpegtables_length; in tables_init_source()
[all …]