Lines Matching defs:map
424 ChannelMap *map = &s->channel_maps[i];
428 map->silence = 1;
432 "Invalid channel map for output channel %d: %d\n", i, idx);
439 map->copy = 0;
442 map->copy = 1;
443 map->copy_idx = j;
448 map->stream_idx = idx / 2;
449 map->channel_idx = idx & 1;
451 map->stream_idx = idx - stereo_streams;
452 map->channel_idx = 0;