Lines Matching defs:mixed
5581 int mixed;
5597 mixed = 0;
5631 mixed = audio_pmixer_mix_track(mixer, track, mixed);
5639 if (mixed == 0) {
5644 if (mixed > 1) {
5711 (mixed == 0) ? " silent" : "");
5772 * 'mixed' specifies the number of tracks mixed so far.
5773 * It returns the number of tracks mixed. In other words, it returns
5774 * mixed + 1 if this track is mixed.
5778 int mixed)
5789 return mixed;
5808 if (mixed == 0) {
5862 return mixed + 1;