Lines Matching defs:group
40 InterleavePacket group[6];
84 data->group[i].size = 0;
88 /* Wrapped around - missed the last packet of the previous group. */
90 /* No more data in the packets in this interleaving group, just
95 * previous group. */
98 data->group[data->interleave_index].size = 0;
115 data->group[data->interleave_index].size = 0;
125 if (len - 1 - frame_size > sizeof(data->group[0].data))
133 ip = &data->group[data->interleave_index];
139 * in any of the other frames in the interleaving group either. */
155 InterleavePacket* ip = &data->group[data->interleave_index];