Home
last modified time | relevance | path

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

/system/media/alsa_utils/
Dalsa_device_proxy.c34 static const unsigned format_byte_size_map[] = { variable
76 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()