Searched refs:hdr_count (Results 1 – 1 of 1) sorted by relevance
4949 guint hdr_count[OGG_NUM] = { 0, }; in ogganx_type_find() local5004 ++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()