#include <math.h>
#include <stdint.h>
#include <string.h>
#include "libavutil/internal.h"
#include "libavutil/common.h"
#include "libavutil/mem_internal.h"
#include "libavcodec/fmtconvert.h"
#include "checkasm.h"
Go to the source code of this file.
◆ BUF_SIZE
◆ randomize_input
#define randomize_input |
( |
|
len | ) |
|
Value: do { \
int k; \
for (k = 0; k <
len; k++) { \
in[k] =
rnd() - INT32_MAX; \
} \
in[k] = INT32_MAX; \
} \
} while (0)
Definition at line 35 of file fmtconvert.c.
◆ checkasm_check_fmtconvert()
void checkasm_check_fmtconvert |
( |
void |
| ) |
|