Searched refs:SUBTITLE_ASS (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | assenc.c | 53 if (sub->rects[i]->type != SUBTITLE_ASS) { in ass_encode_frame() 54 av_log(avctx, AV_LOG_ERROR, "Only SUBTITLE_ASS type supported.\n"); in ass_encode_frame()
|
H A D | assdec.c | 56 sub->rects[0]->type = SUBTITLE_ASS; in ass_decode_frame()
|
H A D | ass.c | 149 rect->type = SUBTITLE_ASS; in ff_ass_add_rect2()
|
H A D | webvttenc.c | 170 if (sub->rects[i]->type != SUBTITLE_ASS) { in webvtt_encode_frame() 171 av_log(avctx, AV_LOG_ERROR, "Only SUBTITLE_ASS type supported.\n"); in webvtt_encode_frame()
|
H A D | srtenc.c | 245 if (sub->rects[i]->type != SUBTITLE_ASS) { in encode_frame() 246 av_log(avctx, AV_LOG_ERROR, "Only SUBTITLE_ASS type supported.\n"); in encode_frame()
|
H A D | ttmlenc.c | 93 if (sub->rects[i]->type != SUBTITLE_ASS) { in ttml_encode_frame() 94 av_log(avctx, AV_LOG_ERROR, "Only SUBTITLE_ASS type supported.\n"); in ttml_encode_frame()
|
H A D | libzvbi-teletextdec.c | 219 sub_rect->type = SUBTITLE_ASS; in gen_sub_text() 397 sub_rect->type = SUBTITLE_ASS; in gen_sub_ass()
|
H A D | avcodec.h | 1699 * For SUBTITLE_ASS subtitle type, it should contain the whole ASS 2272 SUBTITLE_ASS, enumerator
|
H A D | movtextenc.c | 650 if (sub->rects[i]->type != SUBTITLE_ASS) { in mov_text_encode_frame() 651 av_log(avctx, AV_LOG_ERROR, "Only SUBTITLE_ASS type supported.\n"); in mov_text_encode_frame()
|
Completed in 9 milliseconds