/third_party/ffmpeg/libavcodec/ |
D | subviewerdec.c | 50 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()
|
D | realtextdec.c | 59 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()
|
D | mpl2dec.c | 66 int *got_sub_ptr, AVPacket *avpkt) in mpl2_decode_frame() argument 80 *got_sub_ptr = sub->num_rects > 0; in mpl2_decode_frame()
|
D | assdec.c | 41 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()
|
D | webvttdec.c | 83 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()
|
D | srtdec.c | 56 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()
|
D | textdec.c | 46 int *got_sub_ptr, AVPacket *avpkt) in text_decode_frame() argument 62 *got_sub_ptr = sub->num_rects > 0; in text_decode_frame()
|
D | pgssubdec.c | 617 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()
|
D | samidec.c | 135 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()
|
D | jacosubdec.c | 165 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()
|
D | xsubdec.c | 50 static int decode_frame(AVCodecContext *avctx, void *data, int *got_sub_ptr, in decode_frame() argument 173 *got_sub_ptr = 1; in decode_frame()
|
D | microdvddec.c | 277 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()
|
D | libaribb24.c | 285 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()
|
D | decode.c | 1035 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()
|
D | libzvbi-teletextdec.c | 639 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()
|
D | dvbsubdec.c | 1617 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()
|
D | movtextdec.c | 461 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()
|
D | avcodec.h | 3129 int *got_sub_ptr,
|
/third_party/ffmpeg/libavcodec/arm/ |
D | neontest.c | 69 int *got_sub_ptr, in wrap() argument 73 got_sub_ptr, avpkt); in wrap()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | neontest.c | 69 int *got_sub_ptr, in wrap() argument 73 got_sub_ptr, avpkt); in wrap()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | w64xmmtest.c | 69 int *got_sub_ptr, in wrap() argument 73 got_sub_ptr, avpkt); in wrap()
|
/third_party/ffmpeg/tools/ |
D | target_dec_fuzzer.c | 82 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()
|