Searched refs:imgbuf (Results 1 - 5 of 5) sorted by relevance
/third_party/rust/crates/unicode-ident/diagram/src/ |
H A D | main.rs | 14 let mut imgbuf = ImageBuffer::new(width, height); in main() variables 15 for (col, row, pixel) in imgbuf.enumerate_pixels_mut() { in main() 22 if let Err(err) = imgbuf.save(name) { in main()
|
/third_party/backends/backend/pixma/ |
H A D | pixma_mp730.c | 120 uint8_t *buf, *imgbuf, *lbuf; member 140 while (pixma_read (s->io, mp->imgbuf, IMAGE_BLOCK_SIZE) >= 0); in drain_bulk_in() 637 mp->imgbuf = buf + n * s->param->line_size; in mp730_scan() 675 error = read_image_block (s, header, mp->imgbuf + mp->imgbuf_len); in mp730_fill_buffer() 718 pack_rgb (mp->imgbuf, n, mp->raw_width, mp->lbuf); in mp730_fill_buffer() 722 memcpy (mp->lbuf, mp->imgbuf, n * s->param->line_size); in mp730_fill_buffer() 726 memcpy (mp->imgbuf, mp->imgbuf + block_size, mp->imgbuf_len); in mp730_fill_buffer() 780 mp->buf = mp->lbuf = mp->imgbuf = NULL; in mp730_finish_scan()
|
H A D | pixma_mp150.c | 397 uint8_t *imgbuf; member 564 while (pixma_read (s->io, mp->imgbuf, IMAGE_BLOCK_SIZE) >= 0); in drain_bulk_in() 1141 * Each complete line in mp->imgbuf is processed for reordering pixels above 1153 ib->rptr = mp->imgbuf; in post_process_image_data() 1177 sptr = dptr = gptr = cptr = mp->imgbuf; in post_process_image_data() 1181 lines = (mp->data_left_ofs - mp->imgbuf) / line_size; in post_process_image_data() 1240 ib->rptr = mp->imgbuf; in post_process_image_data() 1271 mp->imgbuf = buf + CMDBUF_SIZE; in mp150_open() 1577 mp->imgbuf = mp->data_left_ofs = mp->linebuf + line_size; in mp150_fill_buffer() 1595 memmove (mp->imgbuf, m in mp150_fill_buffer() [all...] |
H A D | pixma_mp800.c | 193 uint8_t *imgbuf; member 364 while (pixma_read (s->io, mp->imgbuf, IMAGE_BLOCK_SIZE) >= 0) in drain_bulk_in() 1604 * Each complete line in mp->imgbuf is processed for shifting CCD sensor 1656 sptr = dptr = gptr = cptr = mp->imgbuf; in post_process_image_data() 1661 lines = (mp->data_left_ofs - mp->imgbuf) / line_size; in post_process_image_data() 1819 ib->rptr = mp->imgbuf; in post_process_image_data() 1851 mp->imgbuf = buf + CMDBUF_SIZE; in mp810_open() 2269 mp->imgbuf = mp->data_left_ofs = mp->linebuf + line_size; in mp810_fill_buffer() 2284 memmove (mp->imgbuf, mp->data_left_ofs, mp->data_left_len); in mp810_fill_buffer() 2285 error = read_image_block (s, header, mp->imgbuf in mp810_fill_buffer() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mss4.c | 86 uint8_t imgbuf[3][16 * 16]; member 255 ff_mss34_dct_put(c->imgbuf[i], 8, c->block); in mss4_decode_dct_block() 261 AV_WN16A(out + k * 2, c->imgbuf[i][k + (j & ~1) * 4] * 0x101); in mss4_decode_dct_block() 335 dst[i] = ctx->imgbuf[i]; in mss4_decode_image_block() 424 ctx->imgbuf[i] + j * 16, 16); in mss4_decode_image_block()
|
Completed in 8 milliseconds