Searched refs:audio_rate_get_bytes (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/audio/ |
H A D | noaudio.c | 47 return audio_rate_get_bytes(&no->rate, &hw->info, len); in no_write() 92 int64_t bytes = audio_rate_get_bytes(&no->rate, &hw->info, size); in no_read()
|
H A D | wavaudio.c | 45 int64_t bytes = audio_rate_get_bytes(&wav->rate, &hw->info, len); in wav_write_out()
|
H A D | audio_int.h | 263 size_t audio_rate_get_bytes(RateCtl *rate, struct audio_pcm_info *info,
|
H A D | spiceaudio.c | 245 uint64_t to_read = audio_rate_get_bytes(&in->rate, &hw->info, len) >> 2; in line_in_read()
|
H A D | dbusaudio.c | 90 *size = audio_rate_get_bytes(&vo->rate, &hw->info, *size); in dbus_get_buffer_out()
|
H A D | audio.c | 2291 size_t audio_rate_get_bytes(RateCtl *rate, struct audio_pcm_info *info, in audio_rate_get_bytes() function
|