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

  /src/sys/dev/audio/
audiodef.h 146 audio_stage_t chmix; /* channel mix stage */ member in struct:audio_track
audio.c 460 char chmix[32]; member in struct:audio_track_debugbuf
478 if (track->chmix.filter)
479 snprintf(buf->chmix, sizeof(buf->chmix), " m=%d",
480 track->chmix.srcbuf.used);
4198 audio_free(track->chmix.srcbuf.mem);
4402 * Initialize the chmix stage of this track as necessary.
4403 * If successful, it initializes the chmix stage as necessary, stores updated
4425 srcbuf = &track->chmix.srcbuf;
4431 track->chmix.dst = last_dst
    [all...]

Completed in 16 milliseconds