Searched defs:table_index (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/modules/usbaudio/
H A Dformat.c89 int slot_index, bit_index, table_index; local
90 table_index = 0;
96 if (table_index >= 2 && (mask->bits[slot_index] & bit_mask) != 0) {
98 return table_index < table_size
99 ? format_value_map[table_index]
103 table_index++;
177 int slot_index, bit_index, table_index; local
178 table_index = 0;
180 for (slot_index = 0; slot_index < num_slots && table_index < table_size; slot_index++) {
182 for (bit_index = 0; bit_index < bits_per_slot && table_index < table_siz
[all...]
H A Dalsa_device_profile.c248 int slot_index, bit_index, table_index; local
249 table_index = 0;
251 for (slot_index = 0; slot_index < num_slots && table_index < table_size;
255 bit_index < bits_per_slot && table_index < table_size;
258 enum pcm_format format = pcm_format_value_map[table_index];
269 table_index++;

Completed in 5 milliseconds