Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Daudio_int.h67 typedef struct STSampleBuffer {
70 } STSampleBuffer;
82 STSampleBuffer mix_buf;
104 STSampleBuffer conv_buf;
118 STSampleBuffer resample_buf;
136 STSampleBuffer resample_buf;
59 typedef struct STSampleBuffer { global() struct
62 } STSampleBuffer; global() typedef
H A Daudio.c526 STSampleBuffer *conv_buf = &hw->conv_buf; in audio_pcm_hw_get_live_in()