Lines Matching refs:capture
557 remove(bat->capture.file);
558 fp = fopen(bat->capture.file, "wb");
562 bat->capture.file, err);
616 remove(bat->capture.file);
617 fp = fopen(bat->capture.file, "wb");
621 bat->capture.file, err);
638 /* Xrun error, terminate the capture thread*/
682 fprintf(bat->log, _("Entering capture thread (ALSA).\n"));
687 err = snd_pcm_open(&sndpcm.handle, bat->capture.device,
690 fprintf(bat->err, _("Cannot open PCM capture device: "));