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.c447 int channel_masks_size = is_output ? OUT_CHANNEL_MASKS_SIZE : IN_CHANNEL_MASKS_SIZE; in populate_channel_mask_from_profile() local
448 if (channel_masks_size > FCC_LIMIT + 1) { in populate_channel_mask_from_profile()
449 channel_masks_size = FCC_LIMIT + 1; in populate_channel_mask_from_profile()
452 for (size_t i = 0; i < min(channel_masks_size, AUDIO_PORT_MAX_CHANNEL_MASKS) && in populate_channel_mask_from_profile()
455 if (channel_count < channel_masks_size && in populate_channel_mask_from_profile()