avcodec_decode_subtitle2 2459 fftools/ffmpeg.c     int i, ret = avcodec_decode_subtitle2(ist->dec_ctx,
avcodec_decode_subtitle2  661 fftools/ffplay.c                 ret = avcodec_decode_subtitle2(d->avctx, sub, &got_frame, &pkt);
avcodec_decode_subtitle2 2311 fftools/ffprobe.c                 ret = avcodec_decode_subtitle2(dec_ctx, &sub, &got_frame, pkt);
avcodec_decode_subtitle2   50 libavcodec/aarch64/neontest.c wrap(avcodec_decode_subtitle2(AVCodecContext *avctx,
avcodec_decode_subtitle2   55 libavcodec/aarch64/neontest.c     testneonclobbers(avcodec_decode_subtitle2, avctx, sub,
avcodec_decode_subtitle2   50 libavcodec/arm/neontest.c wrap(avcodec_decode_subtitle2(AVCodecContext *avctx,
avcodec_decode_subtitle2   55 libavcodec/arm/neontest.c     testneonclobbers(avcodec_decode_subtitle2, avctx, sub,
avcodec_decode_subtitle2 3104 libavcodec/avcodec.h int avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub,
avcodec_decode_subtitle2   50 libavcodec/x86/w64xmmtest.c wrap(avcodec_decode_subtitle2(AVCodecContext *avctx,
avcodec_decode_subtitle2   55 libavcodec/x86/w64xmmtest.c     testxmmclobbers(avcodec_decode_subtitle2, avctx, sub,
avcodec_decode_subtitle2  456 libavfilter/vf_subtitles.c             ret = avcodec_decode_subtitle2(dec_ctx, &sub, &got_subtitle, &pkt);
avcodec_decode_subtitle2 3122 libavformat/utils.c             ret = avcodec_decode_subtitle2(avctx, &subtitle,
avcodec_decode_subtitle2   85 tools/target_dec_fuzzer.c     int ret = avcodec_decode_subtitle2(avctx, &sub, got_sub_ptr, avpkt);