Home
last modified time | relevance | path

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

/system/media/alsa_utils/
Dalsa_device_profile.c278 unsigned num_counts = 0; in profile_enum_channel_counts() local
283 num_counts < ARRAY_SIZE(profile->channel_counts) - 1; in profile_enum_channel_counts()
288 profile->channel_counts[num_counts++] = std_channel_counts[index]; in profile_enum_channel_counts()
291 profile->channel_counts[num_counts] = 0; in profile_enum_channel_counts()
292 return num_counts; /* return # of supported counts */ in profile_enum_channel_counts()