Lines Matching defs:GUIDParseTable
54 typedef struct GUIDParseTable {
57 int (*read_object)(AVFormatContext *, const struct GUIDParseTable *);
59 } GUIDParseTable;
145 static const GUIDParseTable *find_guid(ff_asf_guid guid);
170 static int asf_read_unknown(AVFormatContext *s, const GUIDParseTable *g)
220 static int asf_read_marker(AVFormatContext *s, const GUIDParseTable *g)
387 static int asf_read_ext_content(AVFormatContext *s, const GUIDParseTable *g)
460 static int asf_read_metadata_obj(AVFormatContext *s, const GUIDParseTable *g)
508 static int asf_read_content_desc(AVFormatContext *s, const GUIDParseTable *g)
537 static int asf_read_properties(AVFormatContext *s, const GUIDParseTable *g)
604 static int asf_read_stream_properties(AVFormatContext *s, const GUIDParseTable *g)
723 static int asf_read_ext_stream_properties(AVFormatContext *s, const GUIDParseTable *g)
793 static int asf_read_language_list(AVFormatContext *s, const GUIDParseTable *g)
819 static int asf_read_data(AVFormatContext *s, const GUIDParseTable *g)
855 static int asf_read_simple_index(AVFormatContext *s, const GUIDParseTable *g)
904 static const GUIDParseTable gdef[] = {
1541 static const GUIDParseTable *find_guid(ff_asf_guid guid)
1544 const GUIDParseTable *g;
1561 const GUIDParseTable *g = NULL;
1579 GUIDParseTable g2;
1594 const GUIDParseTable *g = NULL;