Home
last modified time | relevance | path

Searched refs:style_start (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmovtextdec.c75 uint16_t style_start; member
285 style->style_start = bytestream_get_be16(&tsmb); in decode_styl()
287 if ( style->style_end < style->style_start in decode_styl()
288 || (i && style->style_start < m->s[i - 1].style_end)) { in decode_styl()
292 if (style->style_start == style->style_end) { in decode_styl()
363 if (entry < m->style_entries && text_pos == style->style_start) { in text_to_ass()
Dmovtextenc.c55 uint16_t style_start; member
120 bytestream_put_be16(&p, style->style_start); in encode_styl()
251 bytestream_put_be16(&p, s->d.style_start); in encode_sample_description()
348 if (s->style_attributes_temp.style_start == s->text_pos) in mov_text_style_start()
372 s->style_attributes_temp.style_start = s->text_pos; in mov_text_style_start()
375 s->style_attributes_temp.style_start = s->text_pos; in mov_text_style_start()