|
@@ -237,7 +237,7 @@ __extern int pipi_get_image_histogram(pipi_image_t *, pipi_histogram_t *, int); |
|
|
__extern int pipi_free_histogram(pipi_histogram_t*); |
|
|
__extern int pipi_free_histogram(pipi_histogram_t*); |
|
|
__extern int pipi_render_histogram(pipi_image_t *, pipi_histogram_t*, int); |
|
|
__extern int pipi_render_histogram(pipi_image_t *, pipi_histogram_t*, int); |
|
|
|
|
|
|
|
|
__extern pipi_sequence_t *pipi_open_sequence(char *, int, int, int); |
|
|
|
|
|
|
|
|
__extern pipi_sequence_t *pipi_open_sequence(char const *, int, int, int); |
|
|
__extern int pipi_feed_sequence(pipi_sequence_t *, uint8_t *, int, int); |
|
|
__extern int pipi_feed_sequence(pipi_sequence_t *, uint8_t *, int, int); |
|
|
__extern int pipi_close_sequence(pipi_sequence_t *); |
|
|
__extern int pipi_close_sequence(pipi_sequence_t *); |
|
|
|
|
|
|
|
|