Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/typefind/
Dgsttypefindfunctions.c4949 guint hdr_count[OGG_NUM] = { 0, }; in ogganx_type_find() local
5004 ++hdr_count[markers[i].stream_type]; in ogganx_type_find()
5011 ++hdr_count[OGG_OTHER]; in ogganx_type_find()
5021 if (hdr_count[OGG_VIDEO] > 0) { in ogganx_type_find()
5023 } else if (hdr_count[OGG_AUDIO] > 0) { in ogganx_type_find()
5025 } else if (hdr_count[OGG_KATE] > 0 && hdr_count[OGG_OTHER] == 0) { in ogganx_type_find()
5032 media_type, hdr_count[OGG_AUDIO], hdr_count[OGG_VIDEO], in ogganx_type_find()
5033 hdr_count[OGG_ANNODEX], hdr_count[OGG_SKELETON], hdr_count[OGG_OTHER]); in ogganx_type_find()