OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:channel_counts
(Results
1 - 2
of
2
) sorted by null
/system/media/alsa_utils/
alsa_device_profile.c
68
profile->
channel_counts
[0] = 0;
192
return profile_is_valid(profile) ? profile->
channel_counts
[0] : DEFAULT_CHANNEL_COUNT;
285
num_counts < ARRAY_SIZE(profile->
channel_counts
) - 1;
289
profile_test_channel_count(profile,
channel_counts
[index])*/) {
290
profile->
channel_counts
[num_counts++] = std_channel_counts[index];
297
profile->
channel_counts
[num_counts++] = std_channel_counts[0];
299
profile->
channel_counts
[num_counts] = 0;
535
(channel_count = profile->
channel_counts
[index]) != 0;
/system/media/alsa_utils/include/
alsa_device_profile.h
47
unsigned
channel_counts
[MAX_PROFILE_CHANNEL_COUNTS];
member in struct:__anon73387
Completed in 56 milliseconds