Lines Matching refs:channel_map_items
77 size_t channel_map_items;
421 count = map->controls[0].channel_map_items;
444 if (count < map->controls[item].channel_map_items)
445 count = map->controls[item].channel_map_items;
503 for (index = 0; index < mctl->channel_map_items; index++) {
509 for (index = 0; index < mctl->channel_map_items; index++) {
515 for (index = 0; index < mctl->channel_map_items; index++) {
566 for (index = 0; index < mctl->channel_map_items; index++) {
574 for (index = 0; index < mctl->channel_map_items; index++) {
582 for (index = 0; index < mctl->channel_map_items; index++) {
1035 if ((size_t)idx >= mctl->channel_map_items)
1036 mctl->channel_map_items = idx + 1;