| /third_party/ffmpeg/libavcodec/ |
| D | parser.c | 34 AVCodecParserContext *av_parser_init(int codec_id) in av_parser_init() 36 AVCodecParserContext *s = NULL; in av_parser_init() 55 s = av_mallocz(sizeof(AVCodecParserContext)); in av_parser_init() 89 void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove, int fuzzy) in ff_fetch_timestamp() 120 int av_parser_parse2(AVCodecParserContext *s, AVCodecContext *avctx, in av_parser_parse2() 193 int av_parser_change(AVCodecParserContext *s, AVCodecContext *avctx, in av_parser_change() 228 void av_parser_close(AVCodecParserContext *s) in av_parser_close() 323 void ff_parse_close(AVCodecParserContext *s) in ff_parse_close()
|
| D | parser.h | 50 void ff_parse_close(AVCodecParserContext *s); 58 void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove, int fuzzy);
|
| D | avcodec.h | 3377 typedef struct AVCodecParserContext { struct 3542 } AVCodecParserContext; argument 3547 int (*parser_init)(AVCodecParserContext *s); 3550 int (*parser_parse)(AVCodecParserContext *s, 3554 void (*parser_close)(AVCodecParserContext *s); 3580 AVCodecParserContext *av_parser_init(int codec_id); 3613 int av_parser_parse2(AVCodecParserContext *s, 3627 int av_parser_change(AVCodecParserContext *s, 3632 void av_parser_close(AVCodecParserContext *s); 4020 AVCodecParserContext *parser;
|
| D | mpeg4video_parser.c | 78 static int mpeg4_decode_header(AVCodecParserContext *s1, AVCodecContext *avctx, in mpeg4_decode_header() 117 static av_cold int mpeg4video_parse_init(AVCodecParserContext *s) in mpeg4video_parse_init() 130 static int mpeg4video_parse(AVCodecParserContext *s, in mpeg4video_parse()
|
| D | hevc_parser.c | 54 static int hevc_parse_slice_header(AVCodecParserContext *s, H2645NAL *nal, in hevc_parse_slice_header() 184 static int parse_nal_units(AVCodecParserContext *s, const uint8_t *buf, in parse_nal_units() 261 static int hevc_find_frame_end(AVCodecParserContext *s, const uint8_t *buf, in hevc_find_frame_end() 301 static int hevc_parse(AVCodecParserContext *s, AVCodecContext *avctx, in hevc_parse() 372 static void hevc_parser_close(AVCodecParserContext *s) in hevc_parser_close()
|
| D | dvdsub_parser.c | 35 static int dvdsub_parse(AVCodecParserContext *s, in dvdsub_parse() 81 static av_cold void dvdsub_parse_close(AVCodecParserContext *s) in dvdsub_parse_close()
|
| D | xbm_parser.c | 44 static int xbm_init(AVCodecParserContext *s) in xbm_init() 53 static int xbm_parse(AVCodecParserContext *s, AVCodecContext *avctx, in xbm_parse()
|
| D | latm_parser.c | 42 static int latm_find_frame_end(AVCodecParserContext *s1, const uint8_t *buf, in latm_find_frame_end() 83 static int latm_parse(AVCodecParserContext *s1, AVCodecContext *avctx, in latm_parse()
|
| D | dvd_nav_parser.c | 35 static av_cold int dvd_nav_parse_init(AVCodecParserContext *s) in dvd_nav_parse_init() 44 static int dvd_nav_parse(AVCodecParserContext *s, in dvd_nav_parse()
|
| D | mpegvideo_parser.c | 35 static void mpegvideo_extract_headers(AVCodecParserContext *s, in mpegvideo_extract_headers() 183 static int mpegvideo_parse(AVCodecParserContext *s, in mpegvideo_parse() 233 static int mpegvideo_parse_init(AVCodecParserContext *s) in mpegvideo_parse_init()
|
| D | av1_parser.c | 52 static int av1_parser_parse(AVCodecParserContext *ctx, in av1_parser_parse() 185 static av_cold int av1_parser_init(AVCodecParserContext *ctx) in av1_parser_init() 200 static void av1_parser_close(AVCodecParserContext *ctx) in av1_parser_close()
|
| D | sbc_parser.c | 33 static int sbc_parse_header(AVCodecParserContext *s, AVCodecContext *avctx, in sbc_parse_header() 74 static int sbc_parse(AVCodecParserContext *s, AVCodecContext *avctx, in sbc_parse()
|
| D | dirac_parser.c | 137 static int dirac_combine_frame(AVCodecParserContext *s, AVCodecContext *avctx, in dirac_combine_frame() 238 static int dirac_parse(AVCodecParserContext *s, AVCodecContext *avctx, in dirac_parse() 268 static void dirac_parse_close(AVCodecParserContext *s) in dirac_parse_close()
|
| D | vc1_parser.c | 61 static void vc1_extract_header(AVCodecParserContext *s, AVCodecContext *avctx, in vc1_extract_header() 128 static int vc1_parse(AVCodecParserContext *s, in vc1_parse() 277 static av_cold int vc1_parse_init(AVCodecParserContext *s) in vc1_parse_init()
|
| D | avs3_parser.c | 64 static void parse_avs3_nal_units(AVCodecParserContext *s, const uint8_t *buf, in parse_avs3_nal_units() 147 static int avs3_parse(AVCodecParserContext *s, AVCodecContext *avctx, in avs3_parse()
|
| D | opus_parser.c | 83 static int opus_find_frame_end(AVCodecParserContext *ctx, AVCodecContext *avctx, in opus_find_frame_end() 165 static int opus_parse(AVCodecParserContext *ctx, AVCodecContext *avctx, in opus_parse()
|
| D | h264_parser.c | 158 static int scan_mmco_reset(AVCodecParserContext *s, GetBitContext *gb, in scan_mmco_reset() 244 static inline int parse_nal_units(AVCodecParserContext *s, in parse_nal_units() 569 static int h264_parse(AVCodecParserContext *s, in h264_parse() 684 static void h264_close(AVCodecParserContext *s) in h264_close() 695 static av_cold int init(AVCodecParserContext *s) in init()
|
| D | mlp_parser.c | 46 static av_cold int mlp_init(AVCodecParserContext *s) in mlp_init() 52 static int mlp_parse(AVCodecParserContext *s, in mlp_parse()
|
| D | dvaudio_parser.c | 29 static int dvaudio_parse(AVCodecParserContext *s1, AVCodecContext *avctx, in dvaudio_parse()
|
| D | vp3_parser.c | 23 static int parse(AVCodecParserContext *s, in parse()
|
| D | aac_ac3_parser.h | 62 int ff_aac_ac3_parse(AVCodecParserContext *s1,
|
| D | cook_parser.c | 37 static int cook_parse(AVCodecParserContext *s1, AVCodecContext *avctx, in cook_parse()
|
| D | xma_parser.c | 30 static int xma_parse(AVCodecParserContext *s1, AVCodecContext *avctx, in xma_parse()
|
| D | g723_1_parser.c | 31 static int g723_1_parse(AVCodecParserContext *s1, AVCodecContext *avctx, in g723_1_parse()
|
| D | vorbis_parser.c | 305 static int vorbis_parse(AVCodecParserContext *s1, AVCodecContext *avctx, in vorbis_parse() 329 static void vorbis_parser_close(AVCodecParserContext *ctx) in vorbis_parser_close()
|