Lines Matching defs:output
34 /* clear output image to red */
36 struct vic_image *output)
61 err = vic_clear(vic, output, 1023, 0, 0, 1023);
67 err = vic->ops->execute(vic, pushbuf, &ptr, output, NULL, 0);
105 struct vic_image *output)
130 err = vic->ops->fill(vic, output, 0, output->height / 2, output->width - 1,
131 output->height - 1, 0, 0, 1023, 1023);
137 err = vic->ops->execute(vic, pushbuf, &ptr, output, NULL, 0);
175 struct vic_image *output, struct vic_image *input)
200 err = vic->ops->flip(vic, output, input);
206 err = vic->ops->execute(vic, pushbuf, &ptr, output, &input, 1);
249 struct vic_image *input, *output;
294 &output);
296 fprintf(stderr, "failed to create output image: %d\n", err);
312 err = flip(vic, channel, output, input);
321 printf("output: %ux%u\n", output->width, output->height);
322 vic_image_dump(output, stdout);
324 vic_image_free(output);