HomeSort by: relevance | last modified time | path
    Searched defs:ch_volume (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/audio/
audiodef.h 157 uint16_t ch_volume[AUDIO_MAX_CHANNELS]; member in struct:audio_track
audiodef.h 157 uint16_t ch_volume[AUDIO_MAX_CHANNELS]; member in struct:audio_track
audio.c 3812 * arg->context points track->ch_volume[].
3817 int16_t *ch_volume; local in function:audio_track_chvol
3834 ch_volume = arg->context;
3841 val = AUDIO_SCALEDOWN(val * ch_volume[ch], 8);
4177 track->ch_volume[i] = 256;
4367 if (track->ch_volume[ch] != 256) {
4389 arg->context = track->ch_volume;
audio.c 3812 * arg->context points track->ch_volume[].
3817 int16_t *ch_volume; local in function:audio_track_chvol
3834 ch_volume = arg->context;
3841 val = AUDIO_SCALEDOWN(val * ch_volume[ch], 8);
4177 track->ch_volume[i] = 256;
4367 if (track->ch_volume[ch] != 256) {
4389 arg->context = track->ch_volume;

Completed in 40 milliseconds