FFmpeg
|
Go to the source code of this file.
Macros | |
#define | WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr,...) |
#define | WRITE_1D_FUNC(type, fmtstr, linebrk) WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, data[i]) |
#define | WRITE_2D_FUNC(type) |
#define | FMT "zu" |
#define | WRITE_ARRAY_ALIGNED(prefix, align, type, name) |
#define | WRITE_ARRAY(prefix, type, name) |
#define | WRITE_2D_ARRAY(prefix, type, name) |
Functions | |
static void | write_fileheader (void) |
Predefined functions for printing tables | |
void | write_int8_t_array (const int8_t *, int) |
void | write_uint8_t_array (const uint8_t *, int) |
void | write_uint16_t_array (const uint16_t *, int) |
void | write_uint32_t_array (const uint32_t *, int) |
void | write_int32_t_array (const int32_t *, int) |
void | write_float_array (const float *, int) |
void | write_int8_t_2d_array (const void *, int, int) |
void | write_uint8_t_2d_array (const void *, int, int) |
void | write_uint32_t_2d_array (const void *, int, int) |
void | write_float_2d_array (const void *, int, int) |
#define WRITE_1D_FUNC_ARGV | ( | type, | |
linebrk, | |||
fmtstr, | |||
... | |||
) |
Definition at line 31 of file tableprint.h.
#define WRITE_1D_FUNC | ( | type, | |
fmtstr, | |||
linebrk | |||
) | WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, data[i]) |
Definition at line 43 of file tableprint.h.
#define WRITE_2D_FUNC | ( | type | ) |
Definition at line 46 of file tableprint.h.
#define FMT "zu" |
Definition at line 82 of file tableprint.h.
Definition at line 85 of file tableprint.h.
Definition at line 95 of file tableprint.h.
Referenced by main().
Definition at line 104 of file tableprint.h.
Referenced by main().
void write_int8_t_array | ( | const int8_t * | , |
int | |||
) |
void write_uint16_t_array | ( | const uint16_t * | , |
int | |||
) |
void write_uint32_t_array | ( | const uint32_t * | , |
int | |||
) |
void write_float_array | ( | const float * | , |
int | |||
) |
Definition at line 128 of file tableprint.h.
Referenced by main(), and WRITE_1D_FUNC_ARGV().