Searched refs:buffer_width (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | wrtarga.c | 48 JDIMENSION buffer_width; /* width of one row */ member 117 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows() 135 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_gray_rows() 159 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray() 241 dest->buffer_width = cinfo->output_width * cinfo->output_components; in jinit_write_targa() 244 (size_t) (dest->buffer_width * SIZEOF(char))); in jinit_write_targa() 248 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width, (JDIMENSION) 1); in jinit_write_targa()
|
A D | wrppm.c | 75 size_t buffer_width; /* width of I/O buffer */ member 96 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows() 119 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in copy_pixel_rows() 149 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_rgb() 168 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray() 236 dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE * SIZEOF(char)); in jinit_write_ppm() 238 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width); in jinit_write_ppm()
|
A D | rdppm.c | 77 size_t buffer_width; /* width of I/O buffer */ member 189 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_gray_row() 210 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_rgb_row() 232 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_raw_row() 248 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_gray_row() 272 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_rgb_row() 388 source->buffer_width = (size_t) w * cinfo->input_components * in start_input_ppm() 392 source->buffer_width); in start_input_ppm()
|
Completed in 7 milliseconds