Searched refs:mixfirst (Results 1 – 1 of 1) sorted by relevance
626 DWORD newmixed, mixfirst = dsb->tmp_buffer_len - dsb->buf_mixpos; in DSOUND_MixOne() local627 newmixed = DSOUND_MixInBuffer(dsb, dsb->primary_mixpos, mixfirst); in DSOUND_MixOne()633 mixfirst = (dsb->tmp_buffer_len < mixlen ? dsb->tmp_buffer_len : mixlen); in DSOUND_MixOne()634 newmixed = DSOUND_MixInBuffer(dsb, dsb->primary_mixpos, mixfirst); in DSOUND_MixOne()