Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dsource.c333 s->thread_info.fixed_latency = flags & PA_SOURCE_DYNAMIC_LATENCY ? 0 : DEFAULT_FIXED_LATENCY; in pa_source_new()
669 pa_assert(!(s->flags & PA_SOURCE_DYNAMIC_LATENCY) == !(s->thread_info.fixed_latency == 0)); in pa_source_put()
793 pa_assert((mask & ~(PA_SOURCE_DYNAMIC_LATENCY|PA_SOURCE_LATENCY)) == 0); in pa_source_update_flags()
804 if ((s->flags & PA_SOURCE_DYNAMIC_LATENCY) != (old_flags & PA_SOURCE_DYNAMIC_LATENCY)) in pa_source_update_flags()
806 s->name, (s->flags & PA_SOURCE_DYNAMIC_LATENCY) ? "enabled" : "disabled"); in pa_source_update_flags()
2392 if (!(s->flags & PA_SOURCE_DYNAMIC_LATENCY)) in pa_source_get_requested_latency_within_thread()
2468 if ((s->flags & PA_SOURCE_DYNAMIC_LATENCY)) in pa_source_invalidate_requested_latency()
2506 /* Hmm, let's see if someone forgot to set PA_SOURCE_DYNAMIC_LATENCY here... */ in pa_source_set_latency_range()
2509 (s->flags & PA_SOURCE_DYNAMIC_LATENCY)); in pa_source_set_latency_range()
[all...]
H A Dcli-text.c351 source->flags & PA_SOURCE_DYNAMIC_LATENCY ? "DYNAMIC_LATENCY" : "", in pa_source_list_to_string()
373 if (source->flags & PA_SOURCE_DYNAMIC_LATENCY) { in pa_source_list_to_string()
H A Dsink.c390 ((flags & PA_SINK_DYNAMIC_LATENCY) ? PA_SOURCE_DYNAMIC_LATENCY : 0)); in pa_sink_new()
723 pa_assert(!(s->flags & PA_SINK_DYNAMIC_LATENCY) == !(s->monitor_source->flags & PA_SOURCE_DYNAMIC_LATENCY)); in pa_sink_put()
888 ((mask & PA_SINK_DYNAMIC_LATENCY) ? PA_SOURCE_DYNAMIC_LATENCY : 0), in pa_sink_update_flags()
890 ((value & PA_SINK_DYNAMIC_LATENCY) ? PA_SOURCE_DYNAMIC_LATENCY : 0)); in pa_sink_update_flags()
H A Dsource-output.c938 if (!(o->source->flags & PA_SOURCE_DYNAMIC_LATENCY)) in pa_source_output_set_requested_latency_within_thread()
964 if (!(o->source->flags & PA_SOURCE_DYNAMIC_LATENCY)) in pa_source_output_set_requested_latency()
/third_party/pulseaudio/src/pulse/
H A Ddef.h948 PA_SOURCE_DYNAMIC_LATENCY = 0x0040U, enumerator
978 #define PA_SOURCE_DYNAMIC_LATENCY PA_SOURCE_DYNAMIC_LATENCY macro
/third_party/pulseaudio/src/modules/
H A Dmodule-remap-source.c267 pa_source_update_flags(u->source, PA_SOURCE_LATENCY|PA_SOURCE_DYNAMIC_LATENCY, dest->flags); in source_output_moving_cb()
372 u->source = pa_source_new(m->core, &source_data, master->flags & (PA_SOURCE_LATENCY|PA_SOURCE_DYNAMIC_LATENCY)); in pa__init()
H A Dmodule-virtual-source.c461 pa_source_update_flags(u->source, PA_SOURCE_LATENCY|PA_SOURCE_DYNAMIC_LATENCY, dest->flags); in source_output_moving_cb()
579 u->source = pa_source_new(m->core, &source_data, (master->flags & (PA_SOURCE_LATENCY|PA_SOURCE_DYNAMIC_LATENCY)) in pa__init()
H A Dmodule-null-source.c240 u->source = pa_source_new(m->core, &data, PA_SOURCE_LATENCY | PA_SOURCE_DYNAMIC_LATENCY); in pa__init()
H A Dmodule-tunnel-source-new.c569 if (!(u->source = pa_source_new(u->module->core, &source_data, PA_SOURCE_LATENCY | PA_SOURCE_DYNAMIC_LATENCY | PA_SOURCE_NETWORK))) { in create_source()
H A Dmodule-loopback.c663 if (source->flags & PA_SOURCE_DYNAMIC_LATENCY) in update_latency_boundaries()
/third_party/pulseaudio/src/modules/echo-cancel/
H A Dmodule-echo-cancel.c1490 pa_source_update_flags(u->source, PA_SOURCE_LATENCY|PA_SOURCE_DYNAMIC_LATENCY, dest->flags); in source_output_moving_cb()
1892 u->source = pa_source_new(m->core, &source_data, (source_master->flags & (PA_SOURCE_LATENCY | PA_SOURCE_DYNAMIC_LATENCY)) in pa__init()
2095 if (u->source->flags & PA_SOURCE_DYNAMIC_LATENCY) in pa__init()
/third_party/pulseaudio/src/modules/dbus/
H A Diface-device.c591 : !!(d->source->flags & PA_SOURCE_DYNAMIC_LATENCY); in handle_get_has_dynamic_latency()
869 has_dynamic_latency = !!(d->source->flags & PA_SOURCE_DYNAMIC_LATENCY); in handle_get_all()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-source.c2361 u->source = pa_source_new(m->core, &data, PA_SOURCE_HARDWARE|PA_SOURCE_LATENCY|(u->use_tsched ? PA_SOURCE_DYNAMIC_LATENCY : 0)); in pa_alsa_source_new()

Completed in 28 milliseconds