Home
last modified time | relevance | path

Searched refs:num_slots (Results 1 – 3 of 3) sorted by relevance

/system/media/alsa_utils/
Dalsa_logging.c33 const size_t num_slots = ARRAY_SIZE(mask->bits); in log_pcm_mask() local
38 (num_slots * chars_per_slot + 2 + 1); /* brackets and null-terminator */ in log_pcm_mask()
44 for (slot_index = 0; slot_index < num_slots; slot_index++) { in log_pcm_mask()
50 if (slot_index < num_slots - 1) { in log_pcm_mask()
Dalsa_format.c88 int num_slots = ARRAY_SIZE(mask->bits); in get_pcm_format_for_mask() local
96 for (slot_index = 0; slot_index < num_slots && table_index < table_size; slot_index++) { in get_pcm_format_for_mask()
Dalsa_device_profile.c238 const int num_slots = ARRAY_SIZE(mask->bits); in profile_enum_sample_formats() local
246 for (slot_index = 0; slot_index < num_slots && table_index < table_size; in profile_enum_sample_formats()