Searched refs:SINK_INPUT_MESSAGE_POST (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/src/modules/ |
H A D | module-loopback.c | 214 SINK_INPUT_MESSAGE_POST = PA_SINK_INPUT_MESSAGE_MAX, enumerator 755 pa_asyncmsgq_post(u->asyncmsgq, PA_MSGOBJECT(u->sink_input), SINK_INPUT_MESSAGE_POST, PA_INT_TO_PTR(current_source_latency), push_time, chunk, NULL); in source_output_push_cb() 1022 /* While pop has not been called, latency adjustments in SINK_INPUT_MESSAGE_POST are in sink_input_pop_cb() 1078 case SINK_INPUT_MESSAGE_POST: in sink_input_process_msg_cb()
|
H A D | module-combine-sink.c | 208 SINK_INPUT_MESSAGE_POST = PA_SINK_INPUT_MESSAGE_MAX, enumerator 520 pa_asyncmsgq_post(j->audio_inq, PA_MSGOBJECT(j->sink_input), SINK_INPUT_MESSAGE_POST, NULL, 0, &chunk, NULL); in render_memblock() 746 case SINK_INPUT_MESSAGE_POST: in sink_input_process_msg()
|
Completed in 5 milliseconds