Searched refs:buffer_width (Results 1 – 3 of 3) sorted by relevance
/external/jpeg/ |
D | wrtarga.c | 47 JDIMENSION buffer_width; /* width of one row */ member 116 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows() 134 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_gray_rows() 158 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray() 240 dest->buffer_width = cinfo->output_width * cinfo->output_components; in jinit_write_targa() 243 (size_t) (dest->buffer_width * SIZEOF(char))); in jinit_write_targa() 247 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width, (JDIMENSION) 1); in jinit_write_targa()
|
D | wrppm.c | 74 size_t buffer_width; /* width of I/O buffer */ member 95 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows() 118 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in copy_pixel_rows() 148 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_rgb() 167 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray() 235 dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE * SIZEOF(char)); in jinit_write_ppm() 237 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width); in jinit_write_ppm()
|
D | rdppm.c | 76 size_t buffer_width; /* width of I/O buffer */ member 188 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_gray_row() 209 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_rgb_row() 231 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_raw_row() 247 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_gray_row() 271 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_rgb_row() 387 source->buffer_width = (size_t) w * cinfo->input_components * in start_input_ppm() 391 source->buffer_width); in start_input_ppm()
|