Lines Matching refs:count1
609 unsigned int running, count1, count2;
627 count1 = bytepos_delta(dpcm_play, delta_play - delta_capt);
628 bytepos_finish(dpcm_play, count1);
631 count1 = bytepos_delta(dpcm_capt, delta_capt - delta_play);
632 clear_capture_buf(dpcm_capt, count1);
633 bytepos_finish(dpcm_capt, count1);
641 count1 = bytepos_delta(dpcm_play, delta_play);
643 if (count1 < count2) {
644 dpcm_capt->last_drift = count2 - count1;
645 count1 = count2;
646 } else if (count1 > count2) {
647 dpcm_play->last_drift = count1 - count2;
649 copy_play_buf(dpcm_play, dpcm_capt, count1);
650 bytepos_finish(dpcm_play, count1);
651 bytepos_finish(dpcm_capt, count1);