Home
last modified time | relevance | path

Searched refs:got_sub_ptr (Results 1 – 22 of 22) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsubviewerdec.c50 void *data, int *got_sub_ptr, AVPacket *avpkt) in subviewer_decode_frame() argument
64 *got_sub_ptr = sub->num_rects > 0; in subviewer_decode_frame()
Drealtextdec.c59 void *data, int *got_sub_ptr, AVPacket *avpkt) in realtext_decode_frame() argument
73 *got_sub_ptr = sub->num_rects > 0; in realtext_decode_frame()
Dmpl2dec.c66 int *got_sub_ptr, AVPacket *avpkt) in mpl2_decode_frame() argument
80 *got_sub_ptr = sub->num_rects > 0; in mpl2_decode_frame()
Dassdec.c41 static int ass_decode_frame(AVCodecContext *avctx, void *data, int *got_sub_ptr, in ass_decode_frame() argument
60 *got_sub_ptr = 1; in ass_decode_frame()
Dwebvttdec.c83 void *data, int *got_sub_ptr, AVPacket *avpkt) in webvtt_decode_frame() argument
97 *got_sub_ptr = sub->num_rects > 0; in webvtt_decode_frame()
Dsrtdec.c56 void *data, int *got_sub_ptr, AVPacket *avpkt) in srt_decode_frame() argument
85 *got_sub_ptr = sub->num_rects > 0; in srt_decode_frame()
Dtextdec.c46 int *got_sub_ptr, AVPacket *avpkt) in text_decode_frame() argument
62 *got_sub_ptr = sub->num_rects > 0; in text_decode_frame()
Dpgssubdec.c617 static int decode(AVCodecContext *avctx, void *data, int *got_sub_ptr, in decode() argument
639 *got_sub_ptr = 0; in decode()
679 if (*got_sub_ptr) { in decode()
686 *got_sub_ptr = ret; in decode()
696 *got_sub_ptr = 0; in decode()
Dsamidec.c135 void *data, int *got_sub_ptr, AVPacket *avpkt) in sami_decode_frame() argument
150 *got_sub_ptr = sub->num_rects > 0; in sami_decode_frame()
Djacosubdec.c165 void *data, int *got_sub_ptr, AVPacket *avpkt) in jacosub_decode_frame() argument
192 *got_sub_ptr = sub->num_rects > 0; in jacosub_decode_frame()
Dxsubdec.c50 static int decode_frame(AVCodecContext *avctx, void *data, int *got_sub_ptr, in decode_frame() argument
173 *got_sub_ptr = 1; in decode_frame()
Dmicrodvddec.c277 void *data, int *got_sub_ptr, AVPacket *avpkt) in microdvd_decode_frame() argument
318 *got_sub_ptr = sub->num_rects > 0; in microdvd_decode_frame()
Dlibaribb24.c285 static int libaribb24_decode(AVCodecContext *avctx, void *data, int *got_sub_ptr, AVPacket *pkt) in libaribb24_decode() argument
348 *got_sub_ptr = sub->num_rects > 0; in libaribb24_decode()
Ddecode.c1035 int *got_sub_ptr, in avcodec_decode_subtitle2() argument
1051 *got_sub_ptr = 0; in avcodec_decode_subtitle2()
1065 ret = avctx->codec->decode(avctx, sub, got_sub_ptr, pkt); in avcodec_decode_subtitle2()
1066 av_assert1((ret >= 0) >= !!*got_sub_ptr && in avcodec_decode_subtitle2()
1067 !!*got_sub_ptr >= !!sub->num_rects); in avcodec_decode_subtitle2()
1071 && *got_sub_ptr && sub->num_rects) { in avcodec_decode_subtitle2()
1104 if (*got_sub_ptr) in avcodec_decode_subtitle2()
Dlibzvbi-teletextdec.c639 static int teletext_decode_frame(AVCodecContext *avctx, void *data, int *got_sub_ptr, AVPacket *pkt) in teletext_decode_frame() argument
727 *got_sub_ptr = 1; in teletext_decode_frame()
729 *got_sub_ptr = 0; in teletext_decode_frame()
Ddvbsubdec.c1617 void *data, int *got_sub_ptr, in dvbsub_decode() argument
1675 ret = dvbsub_parse_page_segment(avctx, p, segment_length, sub, got_sub_ptr); in dvbsub_decode()
1697 ret = dvbsub_display_end_segment(avctx, p, segment_length, sub, got_sub_ptr); in dvbsub_decode()
1720 dvbsub_display_end_segment(avctx, p, 0, sub, got_sub_ptr); in dvbsub_decode()
1725 *got_sub_ptr = 0; in dvbsub_decode()
Dmovtextdec.c461 void *data, int *got_sub_ptr, AVPacket *avpkt) in mov_text_decode_frame() argument
551 *got_sub_ptr = sub->num_rects > 0; in mov_text_decode_frame()
Davcodec.h3129 int *got_sub_ptr,
/third_party/ffmpeg/libavcodec/arm/
Dneontest.c69 int *got_sub_ptr, in wrap() argument
73 got_sub_ptr, avpkt); in wrap()
/third_party/ffmpeg/libavcodec/aarch64/
Dneontest.c69 int *got_sub_ptr, in wrap() argument
73 got_sub_ptr, avpkt); in wrap()
/third_party/ffmpeg/libavcodec/x86/
Dw64xmmtest.c69 int *got_sub_ptr, in wrap() argument
73 got_sub_ptr, avpkt); in wrap()
/third_party/ffmpeg/tools/
Dtarget_dec_fuzzer.c82 int *got_sub_ptr, AVPacket *avpkt) in subtitle_handler() argument
85 int ret = avcodec_decode_subtitle2(avctx, &sub, got_sub_ptr, avpkt); in subtitle_handler()
86 if (ret >= 0 && *got_sub_ptr) in subtitle_handler()