Searched refs:n_cs (Results 1 – 1 of 1) sorted by relevance
1681 guint i, n_cs; in gst_mikey_message_to_bytes() local1690 n_cs = msg->map_info->len; in gst_mikey_message_to_bytes()1701 ENSURE_SIZE (10 + 9 * n_cs); in gst_mikey_message_to_bytes()1707 data[8] = n_cs; in gst_mikey_message_to_bytes()1711 for (i = 0; i < n_cs; i++) { in gst_mikey_message_to_bytes()2066 guint n_cs, i; in gst_mikey_message_new_from_data() local2094 n_cs = d[8]; in gst_mikey_message_new_from_data()2098 CHECK_SIZE (n_cs * 9); in gst_mikey_message_new_from_data()2099 for (i = 0; i < n_cs; i++) { in gst_mikey_message_new_from_data()