Home
last modified time | relevance | path

Searched refs:ff_ass_style_get (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dass_split.h205 ASSStyle *ff_ass_style_get(ASSSplitContext *ctx, const char *style);
Dmovtextenc.c227 style = ff_ass_style_get(s->ass_ctx, "Default"); in encode_sample_description()
569 ASSStyle *style = ff_ass_style_get(s->ass_ctx, dialog->style); in mov_text_dialog()
583 style= ff_ass_style_get(s->ass_ctx, style_name); in mov_text_cancel_overrides_cb()
Dwebvttenc.c95 ASSStyle *st = ff_ass_style_get(s->ass_ctx, style); in webvtt_style_apply()
Dsrtenc.c96 ASSStyle *st = ff_ass_style_get(s->ass_ctx, style); in srt_style_apply()
Dass_split.c589 ASSStyle *ff_ass_style_get(ASSSplitContext *ctx, const char *style) in ff_ass_style_get() function