Home
last modified time | relevance | path

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

/system/media/alsa_utils/
Dalsa_device_profile.c68 profile->channel_counts[0] = 0; in profile_reset()
206 return profile_is_valid(profile) ? profile->channel_counts[0] : DEFAULT_CHANNEL_COUNT; in profile_get_default_channel_count()
314 num_counts < ARRAY_SIZE(profile->channel_counts) - 1; in profile_enum_channel_counts()
319 profile->channel_counts[num_counts++] = std_channel_counts[index]; in profile_enum_channel_counts()
326 profile->channel_counts[num_counts++] = std_channel_counts[0]; in profile_enum_channel_counts()
328 profile->channel_counts[num_counts] = 0; in profile_enum_channel_counts()
565 (channel_count = profile->channel_counts[index]) != 0; in profile_get_channel_count_strs()
636 profile->channel_counts[cntIndex] != 0 && cntIndex < MAX_PROFILE_CHANNEL_COUNTS; in profile_dump()
638 dprintf(fd, "%u ", profile->channel_counts[cntIndex]); in profile_dump()
/system/media/alsa_utils/include/
Dalsa_device_profile.h48 unsigned channel_counts[MAX_PROFILE_CHANNEL_COUNTS]; member