Lines Matching defs:ASFContext
74 typedef struct ASFContext {
118 } ASFContext;
121 { "no_resync_search", "Don't try to resynchronize by looking for a certain optional start code", offsetof(ASFContext, no_resync_search), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_DECODING_PARAM },
122 { "export_xmp", "Export full XMP metadata", offsetof(ASFContext, export_xmp), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_DECODING_PARAM },
224 ASFContext *asf = s->priv_data;
276 ASFContext *asf = s->priv_data;
300 ASFContext *asf = s->priv_data;
471 ASFContext *asf = s->priv_data;
551 ASFContext *asf = s->priv_data;
585 ASFContext *asf = s->priv_data;
605 ASFContext *asf = s->priv_data;
653 ASFContext *asf = s->priv_data;
692 ASFContext *asf = s->priv_data;
879 ASFContext *asf = s->priv_data;
1001 ASFContext *asf = s->priv_data;
1130 ASFContext *asf = s->priv_data;
1361 ASFContext *asf = s->priv_data;
1381 ASFContext *asf = s->priv_data;
1414 ASFContext *asf = s->priv_data;
1438 ASFContext *asf = s->priv_data;
1495 ASFContext *asf = s->priv_data;
1563 ASFContext *asf = s->priv_data;
1619 .priv_data_size = sizeof(ASFContext),