Searched refs:channel_counts (Results 1 - 2 of 2) sorted by relevance

/system/media/alsa_utils/
H A Dalsa_device_profile.c68 profile->channel_counts[0] = 0;
192 return profile_is_valid(profile) ? profile->channel_counts[0] : DEFAULT_CHANNEL_COUNT;
300 num_counts < ARRAY_SIZE(profile->channel_counts) - 1;
304 profile_test_channel_count(profile, channel_counts[index])*/) {
305 profile->channel_counts[num_counts++] = std_channel_counts[index];
312 profile->channel_counts[num_counts++] = std_channel_counts[0];
314 profile->channel_counts[num_counts] = 0;
551 (channel_count = profile->channel_counts[index]) != 0;
622 profile->channel_counts[cntIndex] != 0 && cntIndex < MAX_PROFILE_CHANNEL_COUNTS;
624 dprintf(fd, "%u ", profile->channel_counts[cntInde
[all...]
/system/media/alsa_utils/include/
H A Dalsa_device_profile.h48 unsigned channel_counts[MAX_PROFILE_CHANNEL_COUNTS]; member in struct:__anon1982

Completed in 85 milliseconds