Searched defs:slot_index (Results 1 - 4 of 4) sorted by relevance

/hardware/libhardware/modules/usbaudio/
H A Dformat.c89 int slot_index, bit_index, table_index; local
92 for (slot_index = 0; slot_index < num_slots; slot_index++) {
96 if (table_index >= 2 && (mask->bits[slot_index] & bit_mask) != 0) {
177 int slot_index, bit_index, table_index; local
180 for (slot_index = 0; slot_index < num_slots && table_index < table_size; slot_index++) {
184 if (table_index >= 2 && (mask->bits[slot_index]
[all...]
H A Dlogging.c42 size_t slot_index, bit_index; local
44 for (slot_index = 0; slot_index < num_slots; slot_index++) {
47 strcat(buff, (mask->bits[slot_index] & bit_mask) != 0 ? "1" : "0");
50 if (slot_index < num_slots - 1) {
H A Dalsa_device_profile.c248 int slot_index, bit_index, table_index; local
251 for (slot_index = 0; slot_index < num_slots && table_index < table_size;
252 slot_index++) {
257 if ((mask->bits[slot_index] & bit_mask) != 0) {
/hardware/intel/img/psb_video/src/
H A Dtng_hostcode.c878 int slot_index = 0; local
888 slot_index = psFrameInfo->last_slot;
902 slot_index = 1;
904 tng_send_source_frame(ctx, slot_index, slot_index);
905 ++slot_index;
906 } while(slot_index < i32SlotBuf);
908 slot_index = ui32FrameIdx - 1;
909 tng_send_source_frame(ctx, slot_index, slot_index);
[all...]

Completed in 37 milliseconds