Home
last modified time | relevance | path

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

/system/media/alsa_utils/include/
Dalsa_device_profile.h30 #define MAX_PROFILE_CHANNEL_COUNTS 9 /* this number need to be 1 more than the number of macro
47 unsigned channel_counts[MAX_PROFILE_CHANNEL_COUNTS];
/system/media/alsa_utils/
Dalsa_device_profile.c621 profile->channel_counts[cntIndex] != 0 && cntIndex < MAX_PROFILE_CHANNEL_COUNTS; in profile_dump()