|
spandsp 3.0.0
|
#include <inttypes.h>#include <stdio.h>#include <stdlib.h>#include <stddef.h>#include <string.h>#include "spandsp.h"Macros | |
| #define | SPANDSP_EXPOSE_INTERNAL_STRUCTURES |
| #define | TESTBUF_SIZE 400000 |
| #define | TEST_IMAGE_SIZE (1951*1960/8) |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| uint8_t | testbuf [400000] |
| uint8_t | test_image [(1951 *1960/8)] |
| size_t | testbuf_len |
| int | read_row = 0 |
| int | write_row = 0 |
| int | clip_to_row = 0 |