Searched refs:ASSContext (Results 1 – 2 of 2) sorted by relevance
31 typedef struct ASSContext { struct34 } ASSContext; argument55 ASSContext *ass = s->priv_data; in ass_read_close()60 static int read_dialogue(ASSContext *ass, AVBPrint *dst, const uint8_t *p, in read_dialogue()113 ASSContext *ass = s->priv_data; in ass_read_header()173 ASSContext *ass = s->priv_data; in ass_read_packet()180 ASSContext *ass = s->priv_data; in ass_read_seek()188 .priv_data_size = sizeof(ASSContext),
34 typedef struct ASSContext { struct44 } ASSContext; argument48 ASSContext *ass = s->priv_data; in write_header()87 ASSContext *ass = s->priv_data; in purge_dialogues()114 static void insert_dialogue(ASSContext *ass, DialogueLine *dialogue) in insert_dialogue()156 ASSContext *ass = s->priv_data; in write_packet()204 ASSContext *ass = s->priv_data; in write_trailer()215 #define OFFSET(x) offsetof(ASSContext, x)234 .priv_data_size = sizeof(ASSContext),