Lines Matching defs:count1
653 unsigned int running, count1, count2;
671 count1 = bytepos_delta(dpcm_play, delta_play - delta_capt);
672 bytepos_finish(dpcm_play, count1);
675 count1 = bytepos_delta(dpcm_capt, delta_capt - delta_play);
676 clear_capture_buf(dpcm_capt, count1);
677 bytepos_finish(dpcm_capt, count1);
685 count1 = bytepos_delta(dpcm_play, delta_play);
687 if (count1 < count2) {
688 dpcm_capt->last_drift = count2 - count1;
689 count1 = count2;
690 } else if (count1 > count2) {
691 dpcm_play->last_drift = count1 - count2;
693 copy_play_buf(dpcm_play, dpcm_capt, count1);
694 bytepos_finish(dpcm_play, count1);
695 bytepos_finish(dpcm_capt, count1);