Home
last modified time | relevance | path

Searched refs:iobuffer (Results 1 – 17 of 17) sorted by relevance

/third_party/libjpeg-turbo/
Dwrppm.c72 char *iobuffer; /* fwrite's I/O buffer */ member
95 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
116 bufferptr = dest->iobuffer; in copy_pixel_rows()
124 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in copy_pixel_rows()
145 bufferptr = dest->iobuffer; in put_rgb()
152 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_rgb()
170 bufferptr = dest->iobuffer; in put_cmyk()
178 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_cmyk()
201 bufferptr = dest->iobuffer; in put_demapped_rgb()
208 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_rgb()
[all …]
Dwrtarga.c40 char *iobuffer; /* physical I/O buffer */ member
103 outptr = dest->iobuffer; in put_pixel_rows()
110 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
124 outptr = dest->iobuffer; in put_gray_rows()
128 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_gray_rows()
148 outptr = dest->iobuffer; in put_demapped_gray()
152 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray()
249 dest->iobuffer = (char *) in jinit_write_targa()
Drdppm.c74 U_CHAR *iobuffer; /* fread's I/O buffer */ member
325 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_gray_row()
328 bufferptr = source->iobuffer; in get_scaled_gray_row()
353 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_gray_rgb_row()
356 bufferptr = source->iobuffer; in get_gray_rgb_row()
384 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_gray_cmyk_row()
387 bufferptr = source->iobuffer; in get_gray_cmyk_row()
421 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_rgb_row()
424 bufferptr = source->iobuffer; in get_rgb_row()
452 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_rgb_cmyk_row()
[all …]
Drdbmp.c85 U_CHAR *iobuffer; /* I/O buffer (used to buffer a single row from member
173 if (!ReadOK(source->pub.input_file, source->iobuffer, source->row_width)) in get_8bit_row()
175 inptr = source->iobuffer; in get_8bit_row()
248 if (!ReadOK(source->pub.input_file, source->iobuffer, source->row_width)) in get_24bit_row()
250 inptr = source->iobuffer; in get_24bit_row()
312 if (!ReadOK(source->pub.input_file, source->iobuffer, source->row_width)) in get_32bit_row()
314 inptr = source->iobuffer; in get_32bit_row()
620 source->iobuffer = (U_CHAR *) in start_input_bmp()
Dwrbmp.c70 JSAMPLE *iobuffer; /* I/O buffer (used to buffer a single row to member
115 outptr = dest->iobuffer; in put_pixel_rows()
170 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->row_width); in put_pixel_rows()
191 outptr = dest->iobuffer; in put_gray_rows()
205 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->row_width); in put_gray_rows()
545 dest->iobuffer = (JSAMPLE *)(*cinfo->mem->alloc_small) in jinit_write_bmp()
/third_party/skia/third_party/externals/libjpeg-turbo/
Dwrppm.c72 char *iobuffer; /* fwrite's I/O buffer */ member
95 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
116 bufferptr = dest->iobuffer; in copy_pixel_rows()
124 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in copy_pixel_rows()
145 bufferptr = dest->iobuffer; in put_rgb()
152 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_rgb()
170 bufferptr = dest->iobuffer; in put_cmyk()
178 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_cmyk()
201 bufferptr = dest->iobuffer; in put_demapped_rgb()
208 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_rgb()
[all …]
Dwrtarga.c40 char *iobuffer; /* physical I/O buffer */ member
103 outptr = dest->iobuffer; in put_pixel_rows()
110 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
123 outptr = dest->iobuffer; in put_gray_rows()
125 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_gray_rows()
145 outptr = dest->iobuffer; in put_demapped_gray()
149 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray()
246 dest->iobuffer = (char *) in jinit_write_targa()
Drdppm.c64 U_CHAR *iobuffer; /* fread's I/O buffer */ member
314 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_gray_row()
317 bufferptr = source->iobuffer; in get_scaled_gray_row()
342 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_gray_rgb_row()
345 bufferptr = source->iobuffer; in get_gray_rgb_row()
373 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_gray_cmyk_row()
376 bufferptr = source->iobuffer; in get_gray_cmyk_row()
410 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_rgb_row()
413 bufferptr = source->iobuffer; in get_rgb_row()
441 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_rgb_cmyk_row()
[all …]
Drdbmp.c75 U_CHAR *iobuffer; /* I/O buffer (used to buffer a single row from member
163 if (!ReadOK(source->pub.input_file, source->iobuffer, source->row_width)) in get_8bit_row()
165 inptr = source->iobuffer; in get_8bit_row()
238 if (!ReadOK(source->pub.input_file, source->iobuffer, source->row_width)) in get_24bit_row()
240 inptr = source->iobuffer; in get_24bit_row()
301 if (!ReadOK(source->pub.input_file, source->iobuffer, source->row_width)) in get_32bit_row()
303 inptr = source->iobuffer; in get_32bit_row()
617 source->iobuffer = (U_CHAR *) in start_input_bmp()
Dwrbmp.c70 JSAMPLE *iobuffer; /* I/O buffer (used to buffer a single row to member
115 outptr = dest->iobuffer; in put_pixel_rows()
168 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->row_width); in put_pixel_rows()
189 outptr = dest->iobuffer; in put_gray_rows()
203 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->row_width); in put_gray_rows()
539 dest->iobuffer = (JSAMPLE *)(*cinfo->mem->alloc_small) in jinit_write_bmp()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dwrppm.c72 char *iobuffer; /* fwrite's I/O buffer */ member
95 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
116 bufferptr = dest->iobuffer; in copy_pixel_rows()
124 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in copy_pixel_rows()
145 bufferptr = dest->iobuffer; in put_rgb()
152 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_rgb()
170 bufferptr = dest->iobuffer; in put_cmyk()
178 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_cmyk()
201 bufferptr = dest->iobuffer; in put_demapped_rgb()
208 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_rgb()
[all …]
Dwrtarga.c40 char *iobuffer; /* physical I/O buffer */ member
103 outptr = dest->iobuffer; in put_pixel_rows()
110 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
124 outptr = dest->iobuffer; in put_gray_rows()
128 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_gray_rows()
148 outptr = dest->iobuffer; in put_demapped_gray()
152 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray()
249 dest->iobuffer = (char *) in jinit_write_targa()
Drdppm.c74 U_CHAR *iobuffer; /* fread's I/O buffer */ member
325 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_gray_row()
328 bufferptr = source->iobuffer; in get_scaled_gray_row()
353 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_gray_rgb_row()
356 bufferptr = source->iobuffer; in get_gray_rgb_row()
384 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_gray_cmyk_row()
387 bufferptr = source->iobuffer; in get_gray_cmyk_row()
421 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_rgb_row()
424 bufferptr = source->iobuffer; in get_rgb_row()
452 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_rgb_cmyk_row()
[all …]
Drdbmp.c85 U_CHAR *iobuffer; /* I/O buffer (used to buffer a single row from member
173 if (!ReadOK(source->pub.input_file, source->iobuffer, source->row_width)) in get_8bit_row()
175 inptr = source->iobuffer; in get_8bit_row()
248 if (!ReadOK(source->pub.input_file, source->iobuffer, source->row_width)) in get_24bit_row()
250 inptr = source->iobuffer; in get_24bit_row()
312 if (!ReadOK(source->pub.input_file, source->iobuffer, source->row_width)) in get_32bit_row()
314 inptr = source->iobuffer; in get_32bit_row()
620 source->iobuffer = (U_CHAR *) in start_input_bmp()
Dwrbmp.c70 JSAMPLE *iobuffer; /* I/O buffer (used to buffer a single row to member
115 outptr = dest->iobuffer; in put_pixel_rows()
170 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->row_width); in put_pixel_rows()
191 outptr = dest->iobuffer; in put_gray_rows()
205 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->row_width); in put_gray_rows()
548 dest->iobuffer = (JSAMPLE *)(*cinfo->mem->alloc_small) in jinit_write_bmp()
/third_party/NuttX/fs/vfs/
Dfs_sendfile.c89 uint8_t *iobuffer; in sendfile() local
119 iobuffer = (void *)malloc(CONFIG_LIB_SENDFILE_BUFSIZE); in sendfile()
120 if (!iobuffer) in sendfile()
136 nbytesread = read(infd, iobuffer, CONFIG_LIB_SENDFILE_BUFSIZE); in sendfile()
183 wrbuffer = iobuffer; in sendfile()
241 free(iobuffer); in sendfile()
/third_party/NuttX/
DReleaseNotes24673 - IEEE 802.15.4 MAC: Move the global iobuffer into the macnet struct