Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Daudio_int.h59 typedef struct STSampleBuffer { struct
62 } STSampleBuffer; argument
74 STSampleBuffer mix_buf;
96 STSampleBuffer conv_buf;
111 STSampleBuffer resample_buf;
130 STSampleBuffer resample_buf;
H A Daudio.c531 STSampleBuffer *conv_buf = &hw->conv_buf; in audio_pcm_hw_conv_in()