Home
last modified time | relevance | path

Searched refs:sami (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsamidec.c44 SAMIContext *sami = avctx->priv_data; in sami_paragraph_to_ass() local
49 AVBPrint *dst_content = &sami->encoded_content; in sami_paragraph_to_ass()
50 AVBPrint *dst_source = &sami->encoded_source; in sami_paragraph_to_ass()
55 av_bprint_clear(&sami->encoded_content); in sami_paragraph_to_ass()
56 av_bprint_clear(&sami->content); in sami_paragraph_to_ass()
57 av_bprint_clear(&sami->encoded_source); in sami_paragraph_to_ass()
61 AVBPrint *dst = &sami->content; in sami_paragraph_to_ass()
80 dst = &sami->source; in sami_paragraph_to_ass()
118 av_bprint_clear(&sami->full); in sami_paragraph_to_ass()
119 if (sami in sami_paragraph_to_ass()
139 SAMIContext *sami = avctx->priv_data; sami_decode_frame() local
156 SAMIContext *sami = avctx->priv_data; sami_init() local
167 SAMIContext *sami = avctx->priv_data; sami_close() local
178 SAMIContext *sami = avctx->priv_data; sami_flush() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dsamidec.c49 SAMIContext *sami = s->priv_data; in sami_read_header() local
87 sub = ff_subtitles_queue_insert(&sami->q, buf.str, buf.len, !is_sync); in sami_read_header()
113 ff_subtitles_queue_finalize(s, &sami->q); in sami_read_header()
121 .name = "sami",
127 .extensions = "smi,sami",
/third_party/ffmpeg/tests/fate/
H A Dsubtitles.mak59 FATE_SUBTITLES_ASS-$(call DEMDEC, SAMI, SAMI) += fate-sub-sami
60 fate-sub-sami: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/SAMI_capability_tester.smi

Completed in 2 milliseconds