Lines Matching defs:count1
654 unsigned int running, count1, count2;
672 count1 = bytepos_delta(dpcm_play, delta_play - delta_capt);
673 bytepos_finish(dpcm_play, count1);
676 count1 = bytepos_delta(dpcm_capt, delta_capt - delta_play);
677 clear_capture_buf(dpcm_capt, count1);
678 bytepos_finish(dpcm_capt, count1);
686 count1 = bytepos_delta(dpcm_play, delta_play);
688 if (count1 < count2) {
689 dpcm_capt->last_drift = count2 - count1;
690 count1 = count2;
691 } else if (count1 > count2) {
692 dpcm_play->last_drift = count1 - count2;
694 copy_play_buf(dpcm_play, dpcm_capt, count1);
695 bytepos_finish(dpcm_play, count1);
696 bytepos_finish(dpcm_capt, count1);