Lines Matching refs:DVBSubContext
122 typedef struct DVBSubContext {
141 } DVBSubContext;
144 static DVBSubObject* get_object(DVBSubContext *ctx, int object_id)
155 static DVBSubCLUT* get_clut(DVBSubContext *ctx, int clut_id)
166 static DVBSubRegion* get_region(DVBSubContext *ctx, int region_id)
177 static void delete_region_display_list(DVBSubContext *ctx, DVBSubRegion *region)
223 static void delete_cluts(DVBSubContext *ctx)
234 static void delete_objects(DVBSubContext *ctx)
245 static void delete_regions(DVBSubContext *ctx)
327 DVBSubContext *ctx = avctx->priv_data;
357 DVBSubContext *ctx = avctx->priv_data;
663 static void compute_default_clut(DVBSubContext *ctx, uint8_t *clut, AVSubtitleRect *rect, int w, int h)
731 DVBSubContext *ctx = avctx->priv_data;
866 DVBSubContext *ctx = avctx->priv_data;
984 DVBSubContext *ctx = avctx->priv_data;
1048 DVBSubContext *ctx = avctx->priv_data;
1145 DVBSubContext *ctx = avctx->priv_data;
1293 DVBSubContext *ctx = avctx->priv_data;
1388 DVBSubContext *ctx = avctx->priv_data;
1434 DVBSubContext *ctx = avctx->priv_data;
1446 DVBSubContext *ctx = avctx->priv_data;
1558 #define OFFSET(x) offsetof(DVBSubContext, x)
1577 .priv_data_size = sizeof(DVBSubContext),