Home | History | Annotate | Download | only in audio

Lines Matching refs:mixed

5580 	int mixed;
5596 mixed = 0;
5630 mixed = audio_pmixer_mix_track(mixer, track, mixed);
5638 if (mixed == 0) {
5643 if (mixed > 1) {
5710 (mixed == 0) ? " silent" : "");
5771 * 'mixed' specifies the number of tracks mixed so far.
5772 * It returns the number of tracks mixed. In other words, it returns
5773 * mixed + 1 if this track is mixed.
5777 int mixed)
5788 return mixed;
5807 if (mixed == 0) {
5861 return mixed + 1;