Searched refs:styles_count (Results 1 – 3 of 3) sorted by relevance
93 int styles_count; /**< number of ASSStyle in the styles array */ member
228 if (!style && ass->styles_count) { in encode_sample_description()264 if (style && ass->styles_count) { in encode_sample_description()270 for (i = 0; i < ass->styles_count; i++) { in encode_sample_description()
66 .offset_count = offsetof(ASS, styles_count),98 .offset_count = offsetof(ASS, styles_count),596 for (i=0; i<ass->styles_count; i++) in ff_ass_style_get()