Searched refs:Mixer (Results 1 - 2 of 2) sorted by relevance
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/ |
H A D | G711DecTest.c | 1646 int Mixer = 0, arg = 0, status = 0; local 1648 Mixer = open("/dev/sound/mixer", O_WRONLY); 1649 if (Mixer < 0) { 1656 status = ioctl(Mixer, SOUND_PCM_WRITE_RATE, &arg); 1662 status = ioctl(Mixer, SOUND_PCM_SETFMT, &arg); 1668 status = ioctl(Mixer, SOUND_PCM_WRITE_CHANNELS, &arg); 1676 status = ioctl(Mixer, SOUND_MIXER_WRITE_VOLUME, &arg);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/ |
H A D | G729DecTest.c | 1500 int Mixer = 0, arg = 0, status = 0; local 1502 Mixer = open("/dev/sound/mixer", O_WRONLY); 1503 if (Mixer < 0) { 1509 status = ioctl(Mixer, SOUND_PCM_WRITE_RATE, &arg); 1515 status = ioctl(Mixer, SOUND_PCM_SETFMT, &arg); 1521 status = ioctl(Mixer, SOUND_PCM_WRITE_CHANNELS, &arg); 1527 status = ioctl(Mixer, SOUND_MIXER_WRITE_VOLUME, &arg);
|
Completed in 143 milliseconds