Lines Matching refs:mask
65 test_taglib_id3mux_create_tags (guint32 mask) in test_taglib_id3mux_create_tags() argument
71 if (mask & (1 << 0)) { in test_taglib_id3mux_create_tags()
75 if (mask & (1 << 1)) { in test_taglib_id3mux_create_tags()
79 if (mask & (1 << 2)) { in test_taglib_id3mux_create_tags()
83 if (mask & (1 << 3)) { in test_taglib_id3mux_create_tags()
90 if (mask & (1 << 4)) { in test_taglib_id3mux_create_tags()
94 if (mask & (1 << 5)) { in test_taglib_id3mux_create_tags()
98 if (mask & (1 << 6)) { in test_taglib_id3mux_create_tags()
102 if (mask & (1 << 7)) { in test_taglib_id3mux_create_tags()
106 if (mask & (1 << 8)) { in test_taglib_id3mux_create_tags()
110 if (mask & (1 << 9)) { in test_taglib_id3mux_create_tags()
114 if (mask & (1 << 10)) { in test_taglib_id3mux_create_tags()
118 if (mask & (1 << 11)) { in test_taglib_id3mux_create_tags()
122 if (mask & (1 << 12)) { in test_taglib_id3mux_create_tags()
126 if (mask & (1 << 13)) { in test_taglib_id3mux_create_tags()
140 if (mask & (1 << 14)) { in test_taglib_id3mux_create_tags()
173 test_taglib_id3mux_check_tag_buffer (GstBuffer * buf, guint32 mask, in test_taglib_id3mux_check_tag_buffer() argument
177 if (mask & (1 << 0)) { in test_taglib_id3mux_check_tag_buffer()
181 if (mask & (1 << 1)) { in test_taglib_id3mux_check_tag_buffer()
185 if (mask & (1 << 2)) { in test_taglib_id3mux_check_tag_buffer()
191 test_taglib_id3mux_check_tags (GstTagList * tags, guint32 mask, int v2version) in test_taglib_id3mux_check_tags() argument
193 if (mask & (1 << 0)) { in test_taglib_id3mux_check_tags()
200 if (mask & (1 << 1)) { in test_taglib_id3mux_check_tags()
207 if (mask & (1 << 2)) { in test_taglib_id3mux_check_tags()
214 if (mask & (1 << 3)) { in test_taglib_id3mux_check_tags()
223 if (mask & (1 << 4)) { in test_taglib_id3mux_check_tags()
229 if (mask & (1 << 5)) { in test_taglib_id3mux_check_tags()
235 if (mask & (1 << 6)) { in test_taglib_id3mux_check_tags()
242 if (mask & (1 << 7)) { in test_taglib_id3mux_check_tags()
249 if (mask & (1 << 8)) { in test_taglib_id3mux_check_tags()
257 if (mask & (1 << 9)) { in test_taglib_id3mux_check_tags()
265 if (mask & (1 << 10)) { in test_taglib_id3mux_check_tags()
273 if (mask & (1 << 11)) { in test_taglib_id3mux_check_tags()
281 if (mask & (1 << 12)) { in test_taglib_id3mux_check_tags()
288 if (mask & (1 << 13)) { in test_taglib_id3mux_check_tags()
302 if (mask & (1 << 14)) { in test_taglib_id3mux_check_tags()
394 test_taglib_id3mux_with_tags (GstTagList * tags, guint32 mask, int v2version) in test_taglib_id3mux_with_tags() argument
482 test_taglib_id3mux_check_tags (tags_read, mask, v2version); in test_taglib_id3mux_with_tags()
486 test_taglib_id3mux_check_tag_buffer (tagbuf, mask, v2version); in test_taglib_id3mux_with_tags()
531 guint32 mask; in run_id3mux_test() local
533 mask = g_random_int (); in run_id3mux_test()
534 GST_LOG ("tag mask = %08x (i=%d)", mask, i); in run_id3mux_test()
536 if (mask == 0) in run_id3mux_test()
540 tags = test_taglib_id3mux_create_tags (mask); in run_id3mux_test()
541 GST_LOG ("tags for mask %08x = %" GST_PTR_FORMAT, mask, tags); in run_id3mux_test()
544 test_taglib_id3mux_check_tags (tags, mask, v2version); in run_id3mux_test()
547 test_taglib_id3mux_with_tags (tags, mask, v2version); in run_id3mux_test()