Home
last modified time | relevance | path

Searched refs:av_parser_parse2 (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/doc/examples/
H A Ddecode_video.c164 ret = av_parser_parse2(parser, c, &pkt->data, &pkt->size, in main()
H A Ddecode_audio.c179 ret = av_parser_parse2(parser, c, &pkt->data, &pkt->size, in main()
/third_party/ffmpeg/libavformat/
H A Doggparseflac.c108 av_parser_parse2(parser, avctx, in old_flac_header()
H A Dflacdec.c290 av_parser_parse2(parser, ffstream(st)->avctx, in flac_read_timestamp()
H A Ddashenc.c2157 av_parser_parse2(os->parser, os->parser_avctx, in dash_write_packet()
H A Ddemux.c1152 len = av_parser_parse2(sti->parser, sti->avctx, in parse_packet()
/third_party/ffmpeg/libavcodec/
H A Dparser.c115 int av_parser_parse2(AVCodecParserContext *s, AVCodecContext *avctx, in av_parser_parse2() function
H A Davcodec.h2995 * len = av_parser_parse2(myparser, AVCodecContext, &data, &size,
3006 int av_parser_parse2(AVCodecParserContext *s,
/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c469 int ret = av_parser_parse2(parser, parser_avctx, &avpkt->data, &avpkt->size, in LLVMFuzzerTestOneInput()

Completed in 16 milliseconds