Searched refs:avcodec_decode_subtitle2 (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
H A D | neontest.c | 32 wrap(avcodec_decode_subtitle2(AVCodecContext *avctx, in avcodec_decode_subtitle2() function 37 testneonclobbers(avcodec_decode_subtitle2, avctx, sub, in avcodec_decode_subtitle2()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | neontest.c | 32 wrap(avcodec_decode_subtitle2(AVCodecContext *avctx, in avcodec_decode_subtitle2() function 37 testneonclobbers(avcodec_decode_subtitle2, avctx, sub, in avcodec_decode_subtitle2()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | w64xmmtest.c | 32 wrap(avcodec_decode_subtitle2(AVCodecContext *avctx, in avcodec_decode_subtitle2() function 37 testxmmclobbers(avcodec_decode_subtitle2, avctx, sub, in avcodec_decode_subtitle2()
|
/third_party/ffmpeg/libavcodec/ |
H A D | avcodec.h | 2545 int avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub,
|
H A D | decode.c | 816 int avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub, in avcodec_decode_subtitle2() function
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_subtitles.c | 466 ret = avcodec_decode_subtitle2(dec_ctx, &sub, &got_subtitle, &pkt); in init_subtitles()
|
/third_party/ffmpeg/tools/ |
H A D | target_dec_fuzzer.c | 88 int ret = avcodec_decode_subtitle2(avctx, &sub, got_sub_ptr, avpkt); in subtitle_handler()
|
/third_party/ffmpeg/libavformat/ |
H A D | demux.c | 2081 ret = avcodec_decode_subtitle2(avctx, &subtitle, in try_decode_frame()
|
/third_party/ffmpeg/ |
H A D | configure | 7065 -Wl,--wrap,avcodec_decode_subtitle2 \ 7076 -Wl,--wrap,avcodec_decode_subtitle2 \
|
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 2741 ret = avcodec_decode_subtitle2(dec_ctx, &sub, &got_frame, pkt); in process_frame()
|
H A D | ffplay.c | 645 ret = avcodec_decode_subtitle2(d->avctx, sub, &got_frame, d->pkt); in decoder_decode_frame()
|
H A D | ffmpeg.c | 2278 int i, ret = avcodec_decode_subtitle2(ist->dec_ctx, in transcode_subtitles()
|
Completed in 38 milliseconds