Home
last modified time | relevance | path

Searched refs:SUBTITLE_ASS (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dassdec.c56 sub->rects[0]->type = SUBTITLE_ASS; in ass_decode_frame()
Dassenc.c58 if (sub->rects[i]->type != SUBTITLE_ASS) { in ass_encode_frame()
Dass.c132 rects[sub->num_rects]->type = SUBTITLE_ASS; in ff_ass_add_rect()
Dwebvttenc.c169 if (sub->rects[i]->type != SUBTITLE_ASS) { in webvtt_encode_frame()
Dsrtenc.c242 if (sub->rects[i]->type != SUBTITLE_ASS) { in encode_frame()
Dlibzvbi-teletextdec.c218 sub_rect->type = SUBTITLE_ASS; in gen_sub_text()
396 sub_rect->type = SUBTITLE_ASS; in gen_sub_ass()
Dmovtextenc.c694 if (sub->rects[i]->type != SUBTITLE_ASS) { in mov_text_encode_frame()
Davcodec.h2654 SUBTITLE_ASS, enumerator
Ddecode.c934 if (rect->type != SUBTITLE_ASS || !strncmp(rect->ass, "Dialogue: ", 10)) in convert_sub_to_old_ass_form()