OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_channel_count
(Results
1 - 2
of
2
) sorted by null
/system/media/alsa_utils/include/
alsa_device_profile.h
58
unsigned
max_channel_count
;
member in struct:__anon74508
/system/media/alsa_utils/
alsa_device_profile.c
71
profile->min_channel_count = profile->
max_channel_count
= DEFAULT_CHANNEL_COUNT;
200
} else if (count > profile->
max_channel_count
) {
201
return profile->
max_channel_count
;
213
return count >= profile->min_channel_count && count <= profile->
max_channel_count
;
340
profile->
max_channel_count
= pcm_params_get_max(alsa_hw_params, PCM_PARAM_CHANNELS);
630
profile->min_channel_count, profile->
max_channel_count
);
Completed in 317 milliseconds