Searched refs:snd_pcm_format_set_silence (Results 1 - 5 of 5) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_misc.c | 607 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *data, unsigned int samples) in snd_pcm_format_set_silence() function
|
/third_party/alsa-lib/test/ |
H A D | latency.c | 747 if (snd_pcm_format_set_silence(format, buffer, latency * channels) < 0) { in main()
|
/third_party/alsa-utils/alsaloop/ |
H A D | pcmjob.c | 974 err = snd_pcm_format_set_silence(play->format, play->buf + play->buf_pos * play->frame_size, in xrun_sync() 1007 err = snd_pcm_format_set_silence(play->format, play->buf + play->buf_pos * play->frame_size, in xrun_sync() 1654 if ((err = snd_pcm_format_set_silence(loop->play->format, in pcmjob_start()
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 2159 snd_pcm_format_set_silence(hwparams.format, data + count * bits_per_frame / 8, (chunk_size - count) * hwparams.channels); 2202 snd_pcm_format_set_silence(hwparams.format, data[channel] + offset * bits_per_sample / 8, remaining); 2371 snd_pcm_format_set_silence(hwparams.format, buf, chunk_size * hwparams.channels); 2389 if (snd_pcm_format_set_silence(hwparams.format, audiobuf + buffer_pos, chunk_bytes - buffer_pos * 8 / bits_per_sample) < 0)
|
/third_party/alsa-lib/include/ |
H A D | pcm.h | 1170 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int samples);
|
Completed in 14 milliseconds