Home
last modified time | relevance | path

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

/system/media/alsa_utils/
Dalsa_format.c93 int slot_index, bit_index, table_index; in get_pcm_format_for_mask() local
95 for (slot_index = 0; slot_index < num_slots && table_index < table_size; slot_index++) { in get_pcm_format_for_mask()
99 if (table_index >= 2 && (mask->bits[slot_index] & bit_mask) != 0) { in get_pcm_format_for_mask()
Dalsa_logging.c42 size_t slot_index, bit_index; in log_pcm_mask() local
44 for (slot_index = 0; slot_index < num_slots; slot_index++) { in log_pcm_mask()
47 strcat(buff, (mask->bits[slot_index] & bit_mask) != 0 ? "1" : "0"); in log_pcm_mask()
50 if (slot_index < num_slots - 1) { in log_pcm_mask()
Dalsa_device_profile.c260 int slot_index, bit_index, table_index; in profile_enum_sample_formats() local
263 for (slot_index = 0; slot_index < num_slots && table_index < table_size; in profile_enum_sample_formats()
264 slot_index++) { in profile_enum_sample_formats()
269 if ((mask->bits[slot_index] & bit_mask) != 0) { in profile_enum_sample_formats()