Home
last modified time | relevance | path

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

/system/media/alsa_utils/include/
Dalsa_device_profile.h27 #define MAX_PROFILE_SAMPLE_RATES 14 /* this number needs to be 1 more than the number of macro
46 unsigned sample_rates[MAX_PROFILE_SAMPLE_RATES];
/system/media/alsa_utils/
Dalsa_device_profile.c627 profile->sample_rates[rateIndex] != 0 && rateIndex < MAX_PROFILE_SAMPLE_RATES; in profile_dump()