Lines Matching refs:ttml_ctx
125 TTMLMuxContext *ttml_ctx = ctx->priv_data;
126 ttml_ctx->document_written = 0;
142 ttml_ctx->input_type = ff_is_ttml_stream_paragraph_based(st->codecpar) ?
148 if (ttml_ctx->input_type == PACKET_TYPE_PARAGRAPH) {
171 TTMLMuxContext *ttml_ctx = ctx->priv_data;
174 switch (ttml_ctx->input_type) {
187 if (ttml_ctx->document_written) {
195 ttml_ctx->document_written = 1;
200 ttml_ctx->input_type);
209 TTMLMuxContext *ttml_ctx = ctx->priv_data;
212 if (ttml_ctx->input_type == PACKET_TYPE_PARAGRAPH)