Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dsink-input.c2297 bool corking, uncorking; in pa_sink_input_set_state_within_thread() local
2304 corking = state == PA_SINK_INPUT_CORKED && i->thread_info.state == PA_SINK_INPUT_RUNNING; in pa_sink_input_set_state_within_thread()
2310 if (corking) { in pa_sink_input_set_state_within_thread()
2312 pa_log_debug("Requesting rewind due to corking"); in pa_sink_input_set_state_within_thread()
2338 /* We may not be corking or uncorking, but we still need to set the state. */ in pa_sink_input_set_state_within_thread()

Completed in 5 milliseconds