FFmpeg
|
Chinese AVS video (AVS1-P2, JiZhun profile) parser. More...
Include dependency graph for cavs_parser.c:
Go to the source code of this file.
Functions | |
static int | cavs_find_frame_end (ParseContext *pc, const uint8_t *buf, int buf_size) |
Find the end of the current frame in the bitstream. More... | |
static int | cavsvideo_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
AVCodecParser | ff_cavsvideo_parser |
Detailed Description
Chinese AVS video (AVS1-P2, JiZhun profile) parser.
Definition in file cavs_parser.c.
Function Documentation
|
static |
Find the end of the current frame in the bitstream.
- Returns
- the position of the first byte of the next frame, or -1
Definition at line 36 of file cavs_parser.c.
Referenced by cavsvideo_parse().
|
static |
Definition at line 76 of file cavs_parser.c.
Variable Documentation
AVCodecParser ff_cavsvideo_parser |
Initial value:
= {
.codec_ids = { AV_CODEC_ID_CAVS },
.priv_data_size = sizeof(ParseContext),
.parser_parse = cavsvideo_parse,
.parser_close = ff_parse_close,
}
int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
Definition: parser.c:288
Note except for filters that can have queued request_frame does not push and as a the filter_frame method will be called and do the work Legacy the filter_frame method was split
Definition: filter_design.txt:263
Definition: libavcodec/avcodec.h:190
struct ParseContext ParseContext
static int cavsvideo_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition: cavs_parser.c:76
Definition at line 100 of file cavs_parser.c.
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11