Searched refs:style_entries (Results 1 – 1 of 1) sorted by relevance
109 uint16_t style_entries, ftab_entries; member127 m->style_entries = 0; in mov_text_cleanup()268 int style_entries = bytestream_get_be16(&tsmb); in decode_styl() local272 if (m->tracksize + m->size_var + 2 + style_entries * 12 > avpkt->size) in decode_styl()275 tmp = av_realloc_array(m->s, style_entries, sizeof(*m->s)); in decode_styl()279 m->style_entries = style_entries; in decode_styl()282 for(i = 0; i < m->style_entries; i++) { in decode_styl()295 m->style_entries--; in decode_styl()355 if ((m->box_flags & STYL_BOX) && entry < m->style_entries) { in text_to_ass()363 if (entry < m->style_entries && text_pos == style->style_start) { in text_to_ass()[all …]