Searched refs:image_buf (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vbndec.c | 62 uint8_t *image_buf = NULL; in vbn_decode_frame() local 139 image_len = decompress(avctx, gb, compression, &image_buf); in vbn_decode_frame() 158 av_image_copy_plane(flipped, -frame->linesize[0], image_buf ? image_buf : gb->buffer, linesize, linesize, frame->height); in vbn_decode_frame() 161 ctx->dec.tex_data.in = image_buf ? image_buf : gb->buffer; in vbn_decode_frame() 172 av_freep(&image_buf); in vbn_decode_frame()
|
H A D | lscrdec.c | 51 uint8_t *image_buf; member 64 ptr = s->image_buf + s->image_linesize * s->y; in handle_row() 185 s->image_buf = frame->data[0] + (avctx->height - y - 1) * frame->linesize[0] + x * 3; in decode_frame_lscr()
|
/third_party/backends/backend/ |
H A D | hp-scl.c | 129 unsigned char *image_buf; /* Buffer to store complete image (if req.) */ member 1203 ph->image_ptr = ph->image_buf = sanei_hp_alloc (tsz); in process_data_init() 1204 if ( !ph->image_buf ) in process_data_init() 1308 if ( ph->image_buf ) in process_scanline() 1313 <= ph->image_buf+ph->image_buf_size-1 ) in process_scanline() 1404 if ( ph->image_buf ) in process_data_flush() 1408 image_len = (size_t) (ph->image_ptr - ph->image_buf); in process_data_flush() 1416 image_data = ph->image_buf + (num_lines-1) * bytes_per_line; in process_data_flush() 1433 image_data = ph->image_buf; in process_data_flush() 1461 if (ph->image_buf ! in process_data_finish() 1517 char *image_buf = 0; sanei_hp_scsi_pipeout() local [all...] |
H A D | teco2.c | 930 unsigned char *image_buf; variable 1045 image_buf = malloc (s1); in teco_get_scan_size() 1046 assert (image_buf); in teco_get_scan_size() 1051 s2 = read (fd, image_buf, s1); in teco_get_scan_size() 2413 memcpy (dev->buffer, image_buf + image_buf_begin, size); in teco_fill_image()
|
Completed in 7 milliseconds