Searched refs:av_parser_parse2 (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/doc/examples/ |
H A D | decode_video.c | 164 ret = av_parser_parse2(parser, c, &pkt->data, &pkt->size, in main()
|
H A D | decode_audio.c | 179 ret = av_parser_parse2(parser, c, &pkt->data, &pkt->size, in main()
|
/third_party/ffmpeg/libavformat/ |
H A D | oggparseflac.c | 108 av_parser_parse2(parser, avctx, in old_flac_header()
|
H A D | flacdec.c | 290 av_parser_parse2(parser, ffstream(st)->avctx, in flac_read_timestamp()
|
H A D | dashenc.c | 2157 av_parser_parse2(os->parser, os->parser_avctx, in dash_write_packet()
|
H A D | demux.c | 1152 len = av_parser_parse2(sti->parser, sti->avctx, in parse_packet()
|
/third_party/ffmpeg/libavcodec/ |
H A D | parser.c | 115 int av_parser_parse2(AVCodecParserContext *s, AVCodecContext *avctx, in av_parser_parse2() function
|
H A D | avcodec.h | 2995 * len = av_parser_parse2(myparser, AVCodecContext, &data, &size, 3006 int av_parser_parse2(AVCodecParserContext *s,
|
/third_party/ffmpeg/tools/ |
H A D | target_dec_fuzzer.c | 469 int ret = av_parser_parse2(parser, parser_avctx, &avpkt->data, &avpkt->size, in LLVMFuzzerTestOneInput()
|
Completed in 16 milliseconds