HomeSort by relevance Sort by last modified time
    Searched defs:pcm_config (Results 1 - 5 of 5) sorted by null

  /device/generic/car/emulator/audio/driver/
audio_hw.h 50 struct pcm_config pcm_config; // Constant after init member in struct:generic_stream_out
80 struct pcm_config pcm_config; // Constant after init member in struct:generic_stream_in
  /device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/
asoundlib.h 86 struct pcm_config { struct
152 unsigned int flags, struct pcm_config *config);
188 int pcm_get_config(struct pcm *pcm, struct pcm_config *config);
189 int pcm_set_config(struct pcm *pcm, struct pcm_config *config);
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 92 struct pcm_config { struct
158 unsigned int flags, struct pcm_config *config);
194 int pcm_get_config(struct pcm *pcm, struct pcm_config *config);
195 int pcm_set_config(struct pcm *pcm, struct pcm_config *config);
  /device/generic/goldfish/audio/
audio_hw.c 177 struct pcm_config pcm_config; // Constant after init member in struct:generic_stream_out
203 struct pcm_config pcm_config; // Constant after init member in struct:generic_stream_in
221 static struct pcm_config pcm_config_out = {
230 static struct pcm_config pcm_config_in = {
257 int size = out->pcm_config.period_size *
398 return (out->pcm_config.period_size * 1000) / out->pcm_config.rate;
450 PCM_OUT | PCM_MONOTONIC, &out->pcm_config);
    [all...]
  /device/google/cuttlefish_common/guest/hals/audio/
audio_hw.c 180 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 *
401 return (out->pcm_config.period_size * 1000) / out->pcm_config.rate;
453 PCM_OUT | PCM_MONOTONIC, &out->pcm_config);
    [all...]

Completed in 368 milliseconds