Searched refs:pa_bitset_set (Results 1 - 4 of 4) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | bitset.c | 30 void pa_bitset_set(pa_bitset_t *b, unsigned k, bool v) { in pa_bitset_set() function 57 pa_bitset_set(a, j, true); in pa_bitset_equals()
|
H A D | bitset.h | 31 void pa_bitset_set(pa_bitset_t *b, unsigned k, bool v);
|
H A D | downmix.c | 228 for (c = 0; c < map->channels; c++) { pa_bitset_set(in_map, map->map[c], true); } in pa_channel_map_to_index()
|
/third_party/pulseaudio/src/pulse/ |
H A D | channelmap.c | 710 pa_bitset_set(in_map, map->map[c], true); in pa_channel_map_to_name() 764 pa_bitset_set(in_map, map->map[c], true); in pa_channel_map_to_pretty_name()
|
Completed in 3 milliseconds