Home
last modified time | relevance | path

Searched refs:write_index_corrupt (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dstream.c930 s->timing_info.write_index_corrupt = true; in invalidate_indexes()
1592 s->timing_info.write_index_corrupt = false; in pa_stream_write_ext_free()
1595 if (!s->timing_info.write_index_corrupt) in pa_stream_write_ext_free()
1598 s->timing_info.write_index_corrupt = true; in pa_stream_write_ext_free()
1601 if (!s->timing_info_valid || s->timing_info.write_index_corrupt) in pa_stream_write_ext_free()
1743 pa_assert(s->direction != PA_STREAM_RECORD || !s->timing_info.write_index_corrupt); in calc_time()
1812 i->write_index_corrupt = true; in stream_get_timing_info_callback()
1847 i->write_index_corrupt = false; in stream_get_timing_info_callback()
1879 i->write_index_corrupt = true; in stream_get_timing_info_callback()
1904 i->write_index_corrupt = true; in stream_get_timing_info_callback()
[all …]
Ddef.h712 int write_index_corrupt; member
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesrc.c948 GST_TIMEVAL_TO_TIME (info->timestamp), info->write_index_corrupt, in gst_pulsesrc_stream_latency_update_cb()
Dpulsesink.c756 GST_TIMEVAL_TO_TIME (info->timestamp), info->write_index_corrupt, in gst_pulsering_stream_latency_cb()
/third_party/pulseaudio/vala/
Dlibpulse.vapi1177 int write_index_corrupt;