Home
last modified time | relevance | path

Searched refs:Mixer (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
DG711DecTest.c1646 int Mixer = 0, arg = 0, status = 0; in ConfigureAudio() local
1648 Mixer = open("/dev/sound/mixer", O_WRONLY); in ConfigureAudio()
1649 if (Mixer < 0) { in ConfigureAudio()
1656 status = ioctl(Mixer, SOUND_PCM_WRITE_RATE, &arg); in ConfigureAudio()
1662 status = ioctl(Mixer, SOUND_PCM_SETFMT, &arg); in ConfigureAudio()
1668 status = ioctl(Mixer, SOUND_PCM_WRITE_CHANNELS, &arg); in ConfigureAudio()
1676 status = ioctl(Mixer, SOUND_MIXER_WRITE_VOLUME, &arg); in ConfigureAudio()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
DG729DecTest.c1500 int Mixer = 0, arg = 0, status = 0; in ConfigureAudio() local
1502 Mixer = open("/dev/sound/mixer", O_WRONLY); in ConfigureAudio()
1503 if (Mixer < 0) { in ConfigureAudio()
1509 status = ioctl(Mixer, SOUND_PCM_WRITE_RATE, &arg); in ConfigureAudio()
1515 status = ioctl(Mixer, SOUND_PCM_SETFMT, &arg); in ConfigureAudio()
1521 status = ioctl(Mixer, SOUND_PCM_WRITE_CHANNELS, &arg); in ConfigureAudio()
1527 status = ioctl(Mixer, SOUND_MIXER_WRITE_VOLUME, &arg); in ConfigureAudio()