Go to the source code of this file.
Data Structures | |
struct | DCAParseContext |
Macros | |
#define | IS_MARKER(state, i, buf, buf_size) |
Typedefs | |
typedef struct DCAParseContext | DCAParseContext |
Functions | |
static int | dca_find_frame_end (DCAParseContext *pc1, const uint8_t *buf, int buf_size) |
Find the end of the current frame in the bitstream. | |
static av_cold int | dca_parse_init (AVCodecParserContext *s) |
static int | dca_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
AVCodecParser | ff_dca_parser |
#define IS_MARKER | ( | state, | |
i, | |||
buf, | |||
buf_size | |||
) |
Definition at line 36 of file dca_parser.c.
Referenced by dca_find_frame_end(), decode_slice(), vaapi_vc1_decode_slice(), vc1_decode_frame(), vc1_find_frame_end(), and vc1_split().
typedef struct DCAParseContext DCAParseContext |
|
static |
Find the end of the current frame in the bitstream.
Definition at line 45 of file dca_parser.c.
Referenced by dca_parse().
|
static |
Definition at line 103 of file dca_parser.c.
|
static |
Definition at line 95 of file dca_parser.c.
AVCodecParser ff_dca_parser |
Definition at line 128 of file dca_parser.c.