Home
last modified time | relevance | path

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

/system/media/alsa_utils/
Dalsa_device_profile.c334 static const unsigned std_channel_counts[FCC_24] = { in profile_enum_channel_counts() local
345 for (index = 0; index < ARRAY_SIZE(std_channel_counts) && in profile_enum_channel_counts()
348 const unsigned test_count = std_channel_counts[index]; in profile_enum_channel_counts()
356 std_channel_counts[max_allowed_index] < test_count) { in profile_enum_channel_counts()
365 std_channel_counts[max_allowed_index]); in profile_enum_channel_counts()
366 profile->channel_counts[num_counts++] = std_channel_counts[max_allowed_index]; in profile_enum_channel_counts()