OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:min_channel_count
(Results
1 - 3
of
3
) sorted by null
/system/media/alsa_utils/include/
alsa_device_profile.h
57
unsigned
min_channel_count
;
member in struct:__anon73387
/system/media/alsa_utils/
alsa_device_profile.c
71
profile->
min_channel_count
= profile->max_channel_count = DEFAULT_CHANNEL_COUNT;
198
return count >= profile->
min_channel_count
&& count <= profile->max_channel_count;
324
profile->
min_channel_count
= pcm_params_get_min(alsa_hw_params, PCM_PARAM_CHANNELS);
/hardware/qcom/audio/hal/
audio_hw.c
67
#define
MIN_CHANNEL_COUNT
1
[
all
...]
Completed in 251 milliseconds