Home
last modified time | relevance | path

Searched refs:parse_tag (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavformat/
Did3v1.c257 static int parse_tag(AVFormatContext *s, const uint8_t *buf) in parse_tag() function
292 parse_tag(s, buf); in ff_id3v1_read()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgsttagdemux.h116 GstTagDemuxResult (*parse_tag) (GstTagDemux * demux, member
Dgsttagdemux.c549 g_assert (klass->parse_tag != NULL); in gst_tag_demux_chain_parse_tag()
583 parse_ret = klass->parse_tag (demux, collect, TRUE, &newsize, &tags); in gst_tag_demux_chain_parse_tag()
1060 g_assert (klass->parse_tag != NULL); in gst_tag_demux_pull_end_tag()
1144 parse_ret = klass->parse_tag (demux, buffer, FALSE, &newsize, &new_tags); in gst_tag_demux_pull_end_tag()
1197 g_assert (klass->parse_tag != NULL); in gst_tag_demux_pull_start_tag()
1268 parse_ret = klass->parse_tag (demux, buffer, TRUE, &newsize, &new_tags); in gst_tag_demux_pull_start_tag()
/third_party/e2fsprogs/lib/blkid/
Dread.c305 static int parse_tag(blkid_cache cache, blkid_dev dev, char **cp) in parse_tag() function
361 while ((ret = parse_tag(cache, dev, &cp)) > 0) { in blkid_parse_line()
/third_party/boost/libs/flyweight/example/
Dhtml.cpp87 parse_tag_res parse_tag(ForwardIterator& first,ForwardIterator last) in parse_tag() function
183 parse_tag_res res=parse_tag(first,last); in scan_html()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-common.cc777 parse_tag (const char **pp, const char *end, hb_tag_t *tag) in parse_tag() function
853 parse_tag (pp, end, &feature->tag) && in parse_one_feature()
995 return parse_tag (pp, end, &variation->tag) && in parse_one_variation()
/third_party/harfbuzz/src/
Dhb-common.cc780 parse_tag (const char **pp, const char *end, hb_tag_t *tag) in parse_tag() function
856 parse_tag (pp, end, &feature->tag) && in parse_one_feature()
998 return parse_tag (pp, end, &variation->tag) && in parse_one_variation()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-common.cc891 parse_tag (const char **pp, const char *end, hb_tag_t *tag) in parse_tag() function
967 parse_tag (pp, end, &feature->tag) && in parse_one_feature()
1105 return parse_tag (pp, end, &variation->tag) && in parse_one_variation()
/third_party/gstreamer/gstplugins_good/gst/id3demux/
Dgstid3demux.c125 tagdemux_class->parse_tag = GST_DEBUG_FUNCPTR (gst_id3demux_parse_tag); in gst_id3demux_class_init()
/third_party/gstreamer/gstplugins_good/gst/apetag/
Dgstapedemux.c99 tagdemux_class->parse_tag = GST_DEBUG_FUNCPTR (gst_ape_demux_parse_tag); in gst_ape_demux_class_init()