Home
last modified time | relevance | path

Searched refs:underrun (Results 1 - 5 of 5) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-simple.c64 bool underrun; member
322 if (pa_memblockq_is_readable(c->input_memblockq) && c->playback.underrun) { in sink_input_process_msg()
323 pa_log_debug("Requesting rewind due to end of underrun."); in sink_input_process_msg()
360 c->playback.underrun = true; in sink_input_pop_cb()
371 c->playback.underrun = false; in sink_input_pop_cb()
392 /* If we are in an underrun, then we don't rewind */ in sink_input_process_rewind_cb()
503 c->playback.underrun = true; in pa_simple_protocol_connect()
H A Dprotocol-esound.c106 bool underrun; member
1341 if (pa_memblockq_is_readable(c->input_memblockq) && c->playback.underrun) { in sink_input_process_msg()
1342 pa_log_debug("Requesting rewind due to end of underrun."); in sink_input_process_msg()
1379 c->playback.underrun = true; in sink_input_pop_cb()
1388 c->playback.underrun = false; in sink_input_pop_cb()
1410 /* If we are in an underrun, then we don't rewind */ in sink_input_process_rewind_cb()
1538 c->playback.underrun = true; in pa_esound_protocol_connect()
/third_party/backends/backend/pixma/
H A Dpixma_common.h126 unsigned underrun:1; member
H A Dpixma_common.c893 s->underrun = 0; in pixma_scan()
941 if (s->underrun) in pixma_read_image()
950 (3, "pixma_read_image(): completed (underrun detected)\n")); in pixma_read_image()
985 s->underrun = 1; in pixma_read_image()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c74 #define TSCHED_WATERMARK_INC_STEP_USEC (10*PA_USEC_PER_MSEC) /* 10ms -- On underrun, increase watermark by this */
81 * will increase the watermark only if we hit a real underrun. */
535 pa_log_debug("%s: Buffer underrun!", call); in try_recover()
557 bool underrun = false; in check_left_to_play() local
559 /* We use <= instead of < for this check here because an underrun in check_left_to_play()
570 underrun = true; in check_left_to_play()
592 if (underrun || left_to_play < u->watermark_inc_threshold) in check_left_to_play()
1902 pa_log_warn("Trying to recover from underrun failed during rewind"); in process_rewind()
2029 * underrun during the first iterations much in thread_func()
2587 pa_log_info("Disabling latency range changes on underrun"); in pa_alsa_sink_new()
[all...]

Completed in 9 milliseconds