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.c340 unsigned num_counts = 0; in profile_enum_channel_counts() local
346 num_counts < ARRAY_SIZE(profile->channel_counts) - 1; in profile_enum_channel_counts()
353 profile->channel_counts[num_counts++] = test_count; in profile_enum_channel_counts()
363 if (num_counts == 0 && max_allowed_index >= 0) { in profile_enum_channel_counts()
366 profile->channel_counts[num_counts++] = std_channel_counts[max_allowed_index]; in profile_enum_channel_counts()
368 profile->channel_counts[num_counts] = 0; in profile_enum_channel_counts()
369 return num_counts; /* return # of supported counts */ in profile_enum_channel_counts()