Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Ddsound_template.h101 if ((p1p && *p1p && (*blen1p % info->bytes_per_frame)) || in glue()
102 (p2p && *p2p && (*blen2p % info->bytes_per_frame))) { in glue()
251 if (bc.dwBufferBytes % hw->info.bytes_per_frame) { in dsound_init_in()
254 bc.dwBufferBytes, hw->info.bytes_per_frame in dsound_init_in()
258 hw->samples = bc.dwBufferBytes / hw->info.bytes_per_frame; in dsound_init_in()