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

  /external/tinyalsa/
tinymix.c 38 static void tinymix_list_controls(struct mixer *mixer);
39 static int tinymix_detail_control(struct mixer *mixer, const char *control,
41 static int tinymix_set_value(struct mixer *mixer, const char *control,
73 struct mixer *mixer; local
108 mixer = mixer_open(card);
109 if (!mixer) {
    [all...]
mixer.c 0 /* mixer.c
55 struct mixer *mixer; member in struct:mixer_ctl
61 struct mixer { struct
69 void mixer_close(struct mixer *mixer)
73 if (!mixer)
76 if (mixer->fd >= 0)
77 close(mixer->fd);
79 if (mixer->ctl)
103 struct mixer *mixer = NULL; local
    [all...]
  /device/generic/car/emulator/audio/driver/
audio_hw.h 34 struct mixer *mixer; // Protected by this->lock member in struct:generic_audio_device
  /device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
xa-class-mixer.c 24 * xa-class-mixer.c
26 * Generic mixer component class
30 #define MODULE_TAG MIXER
38 #include "audio/xa-mixer-api.h"
60 /* ...current presentation timestamp (in samples; local to a mixer state) */
96 * Mixer data definitions
99 /* ...mixer data */
125 /* ...presentation timestamp (in samples; local mixer scope) */
131 * Mixer flags
160 static inline UWORD32 xa_mixer_check_active(XAMixer *mixer)
210 XAMixer *mixer = (XAMixer *) base; local
257 XAMixer *mixer = (XAMixer *) base; local
293 XAMixer *mixer = (XAMixer *) base; local
323 XAMixer *mixer = (XAMixer *) base; local
363 XAMixer *mixer = (XAMixer *) base; local
402 XAMixer *mixer = (XAMixer *) base; local
444 XAMixer *mixer = (XAMixer *) base; local
502 XAMixer *mixer = (XAMixer *)base; local
545 XAMixer *mixer = (XAMixer *) base; local
632 XAMixer *mixer = (XAMixer *) base; local
757 XAMixer *mixer = (XAMixer *) component; local
788 XAMixer *mixer = (XAMixer *) component; local
812 XAMixer *mixer = (XAMixer *) component; local
849 XAMixer *mixer; local
    [all...]
  /external/adhd/cras/src/server/
cras_alsa_card.c 49 * mixer - Controls the mixer controls for this card.
59 struct cras_alsa_mixer *mixer; member in struct:cras_alsa_card
118 alsa_card->mixer,
172 /* Filters an array of mixer control names. Keep a name if it is
224 /* Filter the extra output mixer names */
250 /* Add controls to mixer by name matching. */
252 alsa_card->mixer,
256 syslog(LOG_ERR, "Fail adding controls to mixer for %s.",
349 alsa_card->mixer, section)
    [all...]
cras_alsa_mixer.c 21 * elem - ALSA mixer element.
70 /* Holds a reference to the opened mixer and the volume controls.
71 * mixer - Pointer to the opened alsa mixer.
81 snd_mixer_t *mixer; member in struct:cras_alsa_mixer
94 * mixdev - Name of the device to open the mixer for.
95 * mixer - Pointer filled with the opened mixer on success, NULL on failure.
98 snd_mixer_t **mixer)
102 *mixer = NULL
    [all...]
cras_alsa_jack.c 67 * eld_control - mixer control for ELD info buffer.
69 * mixer_output - mixer output control used to control audio to this jack.
71 * mixer_input - mixer input control used to control audio to this jack.
109 * mixer - cras mixer for the card providing this device.
122 struct cras_alsa_mixer *mixer; member in struct:cras_alsa_jack_list
580 jack_list->mixer,
585 jack_list->mixer,
595 jack_list->mixer,
626 jack_list->mixer, section)
    [all...]
cras_alsa_io.c 112 * mixer - Alsa mixer used to control volume and mute of the device.
145 struct cras_alsa_mixer *mixer; member in struct:alsa_io
692 aio->mixer,
710 if (aio->mixer == NULL)
731 aio->mixer,
755 if (aio->mixer == NULL)
771 aio->mixer,
774 cras_alsa_mixer_set_capture_mute(aio->mixer,
819 aio->mixer, mixer_input)
1040 struct cras_alsa_mixer *mixer = aio->mixer; local
2100 struct cras_alsa_mixer *mixer; local
2304 struct mixer_control *mixer = active->mixer_output; local
    [all...]
  /frameworks/av/media/libaudioprocessing/tests/
test-mixer.cpp 30 * Sine or chirp functions are typically more useful as input to the mixer
43 fprintf(stderr, " -m enable floating point mixer output\n");
44 fprintf(stderr, " -c number of mixer output channels\n");
45 fprintf(stderr, " -s mixer sample-rate\n");
233 // create the mixer.
235 AudioMixer *mixer = new AudioMixer(mixerFrameCount, outputSampleRate); local
246 const status_t status = mixer->create(
250 mixer->setBufferProvider(name, &providers[i]);
251 mixer->setParameter(name, AudioMixer::TRACK, AudioMixer::MAIN_BUFFER,
253 mixer->setParameter
    [all...]
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc 104 AudioConferenceMixerImpl* mixer = new AudioConferenceMixerImpl(id); local
105 if(!mixer->Init()) {
106 delete mixer;
109 return mixer;
    [all...]
  /bionic/libc/kernel/uapi/sound/
hdspm.h 144 struct hdspm_mixer * mixer; member in struct:hdspm_mixer_ioctl
  /external/kernel-headers/original/uapi/sound/
hdspm.h 193 /* ------------- get Matrix Mixer IOCTL --------------- */
195 /* MADI mixer: 64inputs+64playback in 64outputs = 8192 => *4Byte =
204 Ins to Outs mixer[out].in[in], Outstreams to Outs mixer[out].pb[pb] */
218 struct hdspm_mixer *mixer; member in struct:hdspm_mixer_ioctl
  /device/generic/goldfish/audio/
audio_hw.c 52 struct mixer* mixer; // Proteced by this->lock member in struct:generic_audio_device
    [all...]
  /device/google/cuttlefish_common/guest/hals/audio/
audio_hw.c 58 struct mixer* mixer; // Proteced by this->lock member in struct:generic_audio_device
    [all...]

Completed in 826 milliseconds