Go to the source code of this file.
|
enum | ColumnFlag { COLUMN_FLAG_NAME = 0x1
, COLUMN_FLAG_DEFAULT = 0x2
, COLUMN_FLAG_ROW = 0x4
, COLUMN_FLAG_UNDEFINED = 0x8
} |
|
enum | ColumnType {
COLUMN_TYPE_UINT8 = 0x00
, COLUMN_TYPE_SINT8 = 0x01
, COLUMN_TYPE_UINT16 = 0x02
, COLUMN_TYPE_SINT16 = 0x03
,
COLUMN_TYPE_UINT32 = 0x04
, COLUMN_TYPE_SINT32 = 0x05
, COLUMN_TYPE_UINT64 = 0x06
, COLUMN_TYPE_SINT64 = 0x07
,
COLUMN_TYPE_FLOAT = 0x08
, COLUMN_TYPE_DOUBLE = 0x09
, COLUMN_TYPE_STRING = 0x0a
, COLUMN_TYPE_VLDATA = 0x0b
,
COLUMN_TYPE_UINT128 = 0x0c
, COLUMN_TYPE_UNDEFINED = -1
} |
|
◆ ColumnFlag
Enumerator |
---|
COLUMN_FLAG_NAME | |
COLUMN_FLAG_DEFAULT | |
COLUMN_FLAG_ROW | |
COLUMN_FLAG_UNDEFINED | |
Definition at line 74 of file aaxdec.c.
◆ ColumnType
Enumerator |
---|
COLUMN_TYPE_UINT8 | |
COLUMN_TYPE_SINT8 | |
COLUMN_TYPE_UINT16 | |
COLUMN_TYPE_SINT16 | |
COLUMN_TYPE_UINT32 | |
COLUMN_TYPE_SINT32 | |
COLUMN_TYPE_UINT64 | |
COLUMN_TYPE_SINT64 | |
COLUMN_TYPE_FLOAT | |
COLUMN_TYPE_DOUBLE | |
COLUMN_TYPE_STRING | |
COLUMN_TYPE_VLDATA | |
COLUMN_TYPE_UINT128 | |
COLUMN_TYPE_UNDEFINED | |
Definition at line 81 of file aaxdec.c.
◆ aax_probe()
◆ get_pts()
◆ aax_read_header()
◆ aax_read_packet()
◆ aax_read_close()
◆ ff_aax_demuxer
Initial value:= {
.name = "aax",
.extensions = "aax",
}
static int aax_read_packet(AVFormatContext *s, AVPacket *pkt)
static int aax_read_close(AVFormatContext *s)
static int aax_probe(const AVProbeData *p)
static int aax_read_header(AVFormatContext *s)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
#define flags(name, subs,...)
static int read_header(FFV1Context *f)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static av_cold int read_close(AVFormatContext *ctx)
Definition at line 414 of file aaxdec.c.