Lines Matching refs:mask
63 test_taglib_id3mux_create_tags (guint32 mask) in test_taglib_id3mux_create_tags() argument
69 if (mask & (1 << 0)) { in test_taglib_id3mux_create_tags()
73 if (mask & (1 << 1)) { in test_taglib_id3mux_create_tags()
77 if (mask & (1 << 2)) { in test_taglib_id3mux_create_tags()
81 if (mask & (1 << 3)) { in test_taglib_id3mux_create_tags()
88 if (mask & (1 << 4)) { in test_taglib_id3mux_create_tags()
92 if (mask & (1 << 5)) { in test_taglib_id3mux_create_tags()
96 if (mask & (1 << 6)) { in test_taglib_id3mux_create_tags()
100 if (mask & (1 << 7)) { in test_taglib_id3mux_create_tags()
104 if (mask & (1 << 8)) { in test_taglib_id3mux_create_tags()
108 if (mask & (1 << 9)) { in test_taglib_id3mux_create_tags()
112 if (mask & (1 << 10)) { in test_taglib_id3mux_create_tags()
116 if (mask & (1 << 11)) { in test_taglib_id3mux_create_tags()
120 if (mask & (1 << 12)) { in test_taglib_id3mux_create_tags()
124 if (mask & (1 << 13)) { in test_taglib_id3mux_create_tags()
149 test_taglib_id3mux_check_tag_buffer (GstBuffer * buf, guint32 mask) in test_taglib_id3mux_check_tag_buffer() argument
152 if (mask & (1 << 0)) { in test_taglib_id3mux_check_tag_buffer()
156 if (mask & (1 << 1)) { in test_taglib_id3mux_check_tag_buffer()
160 if (mask & (1 << 2)) { in test_taglib_id3mux_check_tag_buffer()
166 test_taglib_id3mux_check_tags (GstTagList * tags, guint32 mask) in test_taglib_id3mux_check_tags() argument
168 if (mask & (1 << 0)) { in test_taglib_id3mux_check_tags()
175 if (mask & (1 << 1)) { in test_taglib_id3mux_check_tags()
182 if (mask & (1 << 2)) { in test_taglib_id3mux_check_tags()
189 if (mask & (1 << 3)) { in test_taglib_id3mux_check_tags()
198 if (mask & (1 << 4)) { in test_taglib_id3mux_check_tags()
204 if (mask & (1 << 5)) { in test_taglib_id3mux_check_tags()
210 if (mask & (1 << 6)) { in test_taglib_id3mux_check_tags()
217 if (mask & (1 << 7)) { in test_taglib_id3mux_check_tags()
224 if (mask & (1 << 8)) { in test_taglib_id3mux_check_tags()
230 if (mask & (1 << 9)) { in test_taglib_id3mux_check_tags()
236 if (mask & (1 << 10)) { in test_taglib_id3mux_check_tags()
242 if (mask & (1 << 11)) { in test_taglib_id3mux_check_tags()
248 if (mask & (1 << 12)) { in test_taglib_id3mux_check_tags()
255 if (mask & (1 << 13)) { in test_taglib_id3mux_check_tags()
349 test_taglib_id3mux_with_tags (GstTagList * tags, guint32 mask) in test_taglib_id3mux_with_tags() argument
436 test_taglib_id3mux_check_tags (tags_read, mask); in test_taglib_id3mux_with_tags()
440 test_taglib_id3mux_check_tag_buffer (tagbuf, mask); in test_taglib_id3mux_with_tags()
484 guint32 mask; in GST_START_TEST() local
486 mask = g_random_int (); in GST_START_TEST()
487 GST_LOG ("tag mask = %08x (i=%d)", mask, i); in GST_START_TEST()
489 if (mask == 0) in GST_START_TEST()
493 tags = test_taglib_id3mux_create_tags (mask); in GST_START_TEST()
494 GST_LOG ("tags for mask %08x = %" GST_PTR_FORMAT, mask, tags); in GST_START_TEST()
497 test_taglib_id3mux_check_tags (tags, mask); in GST_START_TEST()
500 test_taglib_id3mux_with_tags (tags, mask); in GST_START_TEST()