AVCodecParserContext 3217 libavcodec/avcodec.h     int (*parser_init)(AVCodecParserContext *s);
AVCodecParserContext 3218 libavcodec/avcodec.h     int (*parser_parse)(AVCodecParserContext *s,
AVCodecParserContext 3222 libavcodec/avcodec.h     void (*parser_close)(AVCodecParserContext *s);
AVCodecParserContext 3230 libavcodec/avcodec.h AVCodecParserContext *av_parser_init(int codec_id);
AVCodecParserContext 3246 libavcodec/avcodec.h     AVCodecParserContext *parser;
AVCodecParserContext   38 libavcodec/parser.c AVCodecParserContext *av_parser_init(int codec_id)
AVCodecParserContext   40 libavcodec/parser.c     AVCodecParserContext *s;
AVCodecParserContext   57 libavcodec/parser.c     s = av_mallocz(sizeof(AVCodecParserContext));
AVCodecParserContext   28 libavcodec/remove_extradata_bsf.c     AVCodecParserContext *s;
AVCodecParserContext  484 libavformat/avformat.h     struct AVCodecParserContext *parser;