Home
last modified time | relevance | path

Searched refs:avcodec_decode_subtitle2 (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
H A Dneontest.c32 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 Dneontest.c32 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 Dw64xmmtest.c32 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 Davcodec.h2545 int avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub,
H A Ddecode.c816 int avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub, in avcodec_decode_subtitle2() function
/third_party/ffmpeg/libavfilter/
H A Dvf_subtitles.c466 ret = avcodec_decode_subtitle2(dec_ctx, &sub, &got_subtitle, &pkt); in init_subtitles()
/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c88 int ret = avcodec_decode_subtitle2(avctx, &sub, got_sub_ptr, avpkt); in subtitle_handler()
/third_party/ffmpeg/libavformat/
H A Ddemux.c2081 ret = avcodec_decode_subtitle2(avctx, &subtitle, in try_decode_frame()
/third_party/ffmpeg/
H A Dconfigure7065 -Wl,--wrap,avcodec_decode_subtitle2 \
7076 -Wl,--wrap,avcodec_decode_subtitle2 \
/third_party/ffmpeg/fftools/
H A Dffprobe.c2741 ret = avcodec_decode_subtitle2(dec_ctx, &sub, &got_frame, pkt); in process_frame()
H A Dffplay.c645 ret = avcodec_decode_subtitle2(d->avctx, sub, &got_frame, d->pkt); in decoder_decode_frame()
H A Dffmpeg.c2278 int i, ret = avcodec_decode_subtitle2(ist->dec_ctx, in transcode_subtitles()

Completed in 38 milliseconds