Searched refs:RateCtl (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/audio/ |
H A D | audio_int.h | 255 typedef struct RateCtl { struct 258 } RateCtl; argument 260 void audio_rate_start(RateCtl *rate); 261 size_t audio_rate_peek_bytes(RateCtl *rate, struct audio_pcm_info *info); 262 void audio_rate_add_bytes(RateCtl *rate, size_t bytes_used); 263 size_t audio_rate_get_bytes(RateCtl *rate, struct audio_pcm_info *info,
|
H A D | noaudio.c | 36 RateCtl rate; 41 RateCtl rate;
|
H A D | spiceaudio.c | 47 RateCtl rate; 57 RateCtl rate;
|
H A D | wavaudio.c | 38 RateCtl rate;
|
H A D | dbusaudio.c | 60 RateCtl rate; 73 RateCtl rate;
|
H A D | audio.c | 2260 void audio_rate_start(RateCtl *rate) in audio_rate_start() 2262 memset(rate, 0, sizeof(RateCtl)); in audio_rate_start() 2266 size_t audio_rate_peek_bytes(RateCtl *rate, struct audio_pcm_info *info) in audio_rate_peek_bytes() 2286 void audio_rate_add_bytes(RateCtl *rate, size_t bytes_used) in audio_rate_add_bytes() 2291 size_t audio_rate_get_bytes(RateCtl *rate, struct audio_pcm_info *info, in audio_rate_get_bytes()
|