/external/tinyalsa/ |
Android.mk | 5 LOCAL_SRC_FILES:= mixer.c pcm.c 16 LOCAL_SRC_FILES:= mixer.c pcm.c
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
asoundlib.h | 54 #include <alsa/mixer.h>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
asoundlib.h | 54 #include <alsa/mixer.h>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
hdspm.h | 96 /* ------------- get Matrix Mixer IOCTL --------------- */ 98 /* MADI mixer: 64inputs+64playback in 64outputs = 8192 => *4Byte = 107 Ins to Outs mixer[out].in[in], Outstreams to Outs mixer[out].pb[pb] */ 121 struct hdspm_mixer *mixer; member in struct:hdspm_mixer_ioctl
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
asoundlib.h | 54 #include <alsa/mixer.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
hdspm.h | 96 /* ------------- get Matrix Mixer IOCTL --------------- */ 98 /* MADI mixer: 64inputs+64playback in 64outputs = 8192 => *4Byte = 107 Ins to Outs mixer[out].in[in], Outstreams to Outs mixer[out].pb[pb] */ 121 struct hdspm_mixer *mixer; member in struct:hdspm_mixer_ioctl
|
/hardware/qcom/audio/hal/msm8974/ |
platform.c | 248 static int set_echo_reference(struct mixer *mixer, const char* ec_ref) 253 ctl = mixer_get_ctl_by_name(mixer, mixer_ctl_name); 255 ALOGE("%s: Could not get ctl for mixer cmd - %s", 270 adev->mixer = mixer_open(MIXER_CARD); 272 while (!adev->mixer && retry_num < RETRY_NUMBER) { 274 adev->mixer = mixer_open(MIXER_CARD); 278 if (!adev->mixer) { 279 ALOGE("Unable to open the mixer, aborting."); 459 ctl = mixer_get_ctl_by_name(adev->mixer, mixer_ctl_name) [all...] |
/hardware/qcom/audio/hal/ |
audio_hw.h | 174 struct mixer *mixer; member in struct:audio_device
|
audio_hw.c | 177 ALOGV("%s: apply mixer path: %s", __func__, mixer_path); 203 ALOGV("%s: reset mixer path: %s", __func__, mixer_path); 588 /* 1. Disable stream specific mixer controls */ 888 /* 1. Get and set stream specific mixer controls */ [all...] |
/external/chromium_org/media/base/ |
channel_mixer_unittest.cc | 36 ChannelMixer mixer(input_layout, output_layout); 44 mixer.Transform(input_bus.get(), output_bus.get()); 135 ChannelMixer mixer(input_audio, output_audio); 136 mixer.Transform(input_bus.get(), output_bus.get());
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlay.h | 73 * asisgned to a mixer within a display it cannot be reused for another 74 * mixer without being UNSET once*/ 75 utils::eDest nextPipe(utils::eMdpPipeType, int dpy, int mixer); 85 /* Returns available ("unallocated") pipes for a display's mixer */ 86 int availablePipes(int dpy, int mixer); 128 /* Mixer within a split display this pipe is attached to */ 184 inline int Overlay::availablePipes(int dpy, int mixer) { 190 mPipeBook[i].mMixer == mixer) &&
|
overlay.cpp | 86 eDest Overlay::nextPipe(eMdpPipeType type, int dpy, int mixer) { 94 (mPipeBook[i].mMixer == MIXER_UNUSED || //Free or same mixer 95 mPipeBook[i].mMixer == mixer) && 108 mPipeBook[index].mMixer = mixer; 113 PipeBook::getDestStr(dest), dpy, mixer); 119 ALOGD_IF(PIPE_DEBUG, "Pipe unavailable type=%d display=%d mixer=%d", 120 (int)type, dpy, mixer); 265 //Get the mixer configuration */ 276 // clear any pipe connected to mixer including base pipe. 278 ALOGD("Unset overlay with index: %d at mixer %d", index, i) [all...] |
/system/media/audio_route/ |
audio_route.c | 63 struct mixer *mixer; member in struct:audio_route 150 /* check if we need to allocate more space for mixer paths */ 167 /* initialise the new mixer path */ 173 /* return the mixer path just added, then increment number of them */ 252 /* Check that mixer value index is within range */ 256 ALOGE("mixer index %d is out of range for '%s'", mixer_value->index, 346 /* mixer helper function */ 403 /* Obtain the mixer ctl and value */ 404 ctl = mixer_get_ctl_by_name(ar->mixer, attr_name) [all...] |
/hardware/qcom/audio/visualizer/ |
offload_visualizer.c | 163 /* Retry for delay for mixer open */ 286 int configure_proxy_capture(struct mixer *mixer, int value) { 287 const char *proxy_ctl_name = "AFE_PCM_RX Audio Mixer MultiMedia4"; 290 ctl = mixer_get_ctl_by_name(mixer, proxy_ctl_name); 309 struct mixer *mixer; local 320 mixer = mixer_open(MIXER_CARD); 321 while (mixer == NULL && retry_num < RETRY_NUMBER) { 323 mixer = mixer_open(MIXER_CARD) [all...] |
/hardware/qcom/audio/hal/msm8960/ |
platform.c | 232 static int set_echo_reference(struct mixer *mixer, const char* ec_ref) 237 ctl = mixer_get_ctl_by_name(mixer, mixer_ctl_name); 239 ALOGE("%s: Could not get ctl for mixer cmd - %s", 255 adev->mixer = mixer_open(MIXER_CARD); 257 if (!adev->mixer) { 258 ALOGE("Unable to open the mixer, aborting."); 430 /* This must be called before disabling the mixer controls on APQ side */ 752 set_echo_reference(adev->mixer, "SLIM_RX"); 754 set_echo_reference(adev->mixer, "NONE") [all...] |
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_mdpcomp.h | 126 ovutils::eDest getMdpPipe(hwc_context_t *ctx, ePipeType type, int mixer); 238 int mixer);
|
hwc_mdpcomp.cpp | 310 int mixer) { 316 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_DMA, mDpy, mixer); 322 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy, mixer); 332 return ov.nextPipe(ovutils::OV_MDP_PIPE_VG, mDpy, mixer); [all...] |
/external/chromium_org/chrome/browser/ui/app_list/search/ |
mixer_unittest.cc | 13 #include "chrome/browser/ui/app_list/search/mixer.h" 89 mixer_.reset(new Mixer(results_.get())); 91 mixer_->AddProviderToGroup(Mixer::MAIN_GROUP, providers_[0]); 92 mixer_->AddProviderToGroup(Mixer::OMNIBOX_GROUP, providers_[1]); 93 mixer_->AddProviderToGroup(Mixer::WEBSTORE_GROUP, providers_[2]); 94 mixer_->AddProviderToGroup(Mixer::PEOPLE_GROUP, providers_[3]); 120 Mixer* mixer() { return mixer_.get(); } function in class:app_list::test::MixerTest 126 scoped_ptr<Mixer> mixer_;
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
msm8960_use_cases.h | 82 /* mixer control type */ 95 /* Mixer control list type enum*/ 102 /* mixer control structure */ 111 /* Use case mixer controls structure */ 152 struct mixer *mixer_handle;
|
aplay.c | 168 struct mixer *mixer; local
|
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioHardwareALSA.h | 260 struct mixer* mHandle; 464 * the software mixer will emulate this capability.
|