Searched refs:slot_index (Results 1 – 4 of 4) sorted by relevance
/hardware/libhardware/modules/usbaudio/ |
D | format.c | 89 int slot_index, bit_index, table_index; in get_format_for_mask() local 92 for (slot_index = 0; slot_index < num_slots; slot_index++) { in get_format_for_mask() 96 if (table_index >= 2 && (mask->bits[slot_index] & bit_mask) != 0) { in get_format_for_mask() 177 int slot_index, bit_index, table_index; in get_pcm_format_for_mask() local 180 for (slot_index = 0; slot_index < num_slots && table_index < table_size; slot_index++) { in get_pcm_format_for_mask() 184 if (table_index >= 2 && (mask->bits[slot_index] & bit_mask) != 0) { in get_pcm_format_for_mask()
|
D | logging.c | 42 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()
|
D | alsa_device_profile.c | 248 int slot_index, bit_index, table_index; in profile_enum_sample_formats() local 251 for (slot_index = 0; slot_index < num_slots && table_index < table_size; in profile_enum_sample_formats() 252 slot_index++) { in profile_enum_sample_formats() 257 if ((mask->bits[slot_index] & bit_mask) != 0) { in profile_enum_sample_formats()
|
/hardware/intel/img/psb_video/src/ |
D | tng_hostcode.c | 878 int slot_index = 0; in tng__provide_buffer_BFrames() local 888 slot_index = psFrameInfo->last_slot; in tng__provide_buffer_BFrames() 902 slot_index = 1; in tng__provide_buffer_BFrames() 904 tng_send_source_frame(ctx, slot_index, slot_index); in tng__provide_buffer_BFrames() 905 ++slot_index; in tng__provide_buffer_BFrames() 906 } while(slot_index < i32SlotBuf); in tng__provide_buffer_BFrames() 908 slot_index = ui32FrameIdx - 1; in tng__provide_buffer_BFrames() 909 tng_send_source_frame(ctx, slot_index, slot_index); in tng__provide_buffer_BFrames() 912 tng_send_source_frame(ctx, slot_index , display_order); in tng__provide_buffer_BFrames()
|