HomeSort by relevance Sort by last modified time
    Searched refs:bits_per_slot (Results 1 - 3 of 3) sorted by null

  /system/media/alsa_utils/
alsa_format.c 89 int bits_per_slot = sizeof(mask->bits[0]) * 8; local
97 for (bit_index = 0; bit_index < bits_per_slot && table_index < table_size; bit_index++) {
alsa_logging.c 34 const size_t bits_per_slot = (sizeof(mask->bits[0]) * 8); local
35 const size_t chars_per_slot = (bits_per_slot + 1); /* comma */
46 for (bit_index = 0; bit_index < bits_per_slot; bit_index++) {
alsa_device_profile.c 256 const int bits_per_slot = sizeof(mask->bits[0]) * 8; local
267 bit_index < bits_per_slot && table_index < table_size;

Completed in 140 milliseconds