OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_PROFILE_SAMPLE_RATES
(Results
1 - 2
of
2
) sorted by null
/system/media/alsa_utils/include/
alsa_device_profile.h
27
#define
MAX_PROFILE_SAMPLE_RATES
14 /* this number needs to be 1 more than the number of
46
unsigned sample_rates[
MAX_PROFILE_SAMPLE_RATES
];
/system/media/alsa_utils/
alsa_device_profile.c
54
Update
MAX_PROFILE_SAMPLE_RATES
after changing the array size.
612
profile->sample_rates[rateIndex] != 0 && rateIndex <
MAX_PROFILE_SAMPLE_RATES
;
Completed in 230 milliseconds