HomeSort by: relevance | last modified time | path
    Searched refs:AUDIO_ENCODING_AC3 (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/audio/common/
audio.c 112 { AudioEac3, AUDIO_ENCODING_AC3 },
  /src/sys/sys/
audioio.h 135 #define AUDIO_ENCODING_AC3 18
  /src/lib/libossaudio/
oss_dsp.c 598 case AUDIO_ENCODING_AC3:
681 tmpinfo->play.encoding = AUDIO_ENCODING_AC3;
  /src/sys/compat/ossaudio/
ossaudio.c 396 tmpinfo.record.encoding = AUDIO_ENCODING_AC3;
465 case AUDIO_ENCODING_AC3:
641 case AUDIO_ENCODING_AC3:
  /src/sys/dev/hdaudio/
hdaudio.c 1094 case AUDIO_ENCODING_AC3:
hdafg.c 3392 if (encoding == AUDIO_ENCODING_AC3)
3485 int e = AUDIO_ENCODING_AC3;
  /src/tests/dev/audio/
audiotest.c 5972 #define NENC (AUDIO_ENCODING_AC3 + 1)
6011 if (0 <= ae.encoding && ae.encoding <= AUDIO_ENCODING_AC3) {
  /src/sys/dev/audio/
audio.c 6662 case AUDIO_ENCODING_AC3:

Completed in 30 milliseconds