Home
last modified time | relevance | path

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

/system/media/alsa_utils/
Dalsa_device_proxy.c77 proxy->frame_size = format_byte_size_map[config->format] * proxy->alsa_config.channels; in proxy_prepare()
79 proxy->frame_size = 1; in proxy_prepare()
197 proxy->transferred += count / proxy->frame_size; in proxy_write()
/system/media/alsa_utils/include/
Dalsa_device_proxy.h31 size_t frame_size; /* valid after proxy_prepare(), the frame size in bytes */ member