Home
last modified time | relevance | path

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

/hardware/libhardware/modules/usbaudio/
Daudio_hal.c429 int channel_masks_size = is_output ? OUT_CHANNEL_MASKS_SIZE : IN_CHANNEL_MASKS_SIZE; in populate_channel_mask_from_profile() local
430 if (channel_masks_size > FCC_LIMIT + 1) { in populate_channel_mask_from_profile()
431 channel_masks_size = FCC_LIMIT + 1; in populate_channel_mask_from_profile()
434 for (size_t i = 0; i < min(channel_masks_size, AUDIO_PORT_MAX_CHANNEL_MASKS) && in populate_channel_mask_from_profile()
437 if (channel_count < channel_masks_size && in populate_channel_mask_from_profile()