Searched refs:format_byte_size_map (Results 1 – 1 of 1) sorted by relevance
34 static const unsigned format_byte_size_map[] = { variable76 if (config->format >= 0 && (size_t)config->format < ARRAY_SIZE(format_byte_size_map)) { in proxy_prepare()77 proxy->frame_size = format_byte_size_map[config->format] * proxy->alsa_config.channels; in proxy_prepare()