Searched defs:pcm_config (Results 1 - 1 of 1) sorted by relevance

/device/generic/goldfish/audio/
H A Daudio_hw.c180 struct pcm_config pcm_config; // Constant after init member in struct:generic_stream_out
206 struct pcm_config pcm_config; // Constant after init member in struct:generic_stream_in
224 static struct pcm_config pcm_config_out = {
233 static struct pcm_config pcm_config_in = {
260 int size = out->pcm_config.period_size *
364 return (out->pcm_config.period_size * 1000) / out->pcm_config.rate;
416 PCM_OUT | PCM_MONOTONIC, &out->pcm_config);
[all...]

Completed in 23 milliseconds