Home
last modified time | relevance | path

Searched refs:resample_method (Results 1 – 23 of 23) sorted by relevance

/third_party/pulseaudio/src/modules/dbus/
Diface-stream.c485 const char *resample_method = NULL; in handle_get_resample_method() local
492 resample_method = pa_resample_method_to_string(s->sink_input->actual_resample_method); in handle_get_resample_method()
494 resample_method = pa_resample_method_to_string(s->source_output->actual_resample_method); in handle_get_resample_method()
496 if (!resample_method) in handle_get_resample_method()
497 resample_method = ""; in handle_get_resample_method()
499 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_STRING, &resample_method); in handle_get_resample_method()
530 const char *resample_method = NULL; in handle_get_all() local
551 resample_method = pa_resample_method_to_string(s->sink_input->actual_resample_method); in handle_get_all()
561 resample_method = pa_resample_method_to_string(s->source_output->actual_resample_method); in handle_get_all()
569 if (!resample_method) in handle_get_all()
[all …]
/third_party/pulseaudio/src/modules/
Dmodule-remap-source.c290 pa_resample_method_t resample_method = PA_RESAMPLER_INVALID; in pa__init() local
336 if (pa_modargs_get_resample_method(ma, &resample_method) < 0) { in pa__init()
397 source_output_data.resample_method = resample_method; in pa__init()
Dmodule-remap-sink.c330 pa_resample_method_t resample_method = PA_RESAMPLER_INVALID; in pa__init() local
376 if (pa_modargs_get_resample_method(ma, &resample_method) < 0) { in pa__init()
437 sink_input_data.resample_method = resample_method; in pa__init()
Dmodule-combine-sink.c147 pa_resample_method_t resample_method; member
999 data.resample_method = u->resample_method; in output_create_sink_input()
1290 int resample_method = PA_RESAMPLER_TRIVIAL; in pa__init() local
1307 if ((resample_method = pa_parse_resample_method(rm)) < 0) { in pa__init()
1323 u->resample_method = resample_method; in pa__init()
Dmodule-tunnel.c1177 const char *name, *driver, *resample_method; in sink_input_info_cb() local
1205 pa_tagstruct_gets(t, &resample_method) < 0 || in sink_input_info_cb()
/third_party/pulseaudio/src/daemon/
Ddaemon-conf.h88 resample_method; member
Ddaemon-conf.c84 .resample_method = PA_RESAMPLER_AUTO,
242 c->resample_method = m; in pa_daemon_conf_set_resample_method()
808 pa_strbuf_printf(s, "resample-method = %s\n", pa_resample_method_to_string(c->resample_method)); in pa_daemon_conf_dump()
Dohos_daemon-conf.c84 .resample_method = PA_RESAMPLER_AUTO,
242 c->resample_method = m; in pa_daemon_conf_set_resample_method()
808 pa_strbuf_printf(s, "resample-method = %s\n", pa_resample_method_to_string(c->resample_method)); in pa_daemon_conf_dump()
Dmain.c1052 c->resample_method = conf->resample_method; in main()
Dohos_pa_main.c1087 c->resample_method = conf->resample_method; in ohos_pa_main()
/third_party/pulseaudio/src/pulsecore/
Dresampler.h124 pa_resample_method_t resample_method,
Dcore.h228 pa_resample_method_t resample_method; member
Dsource-output.c54 data->resample_method = PA_RESAMPLER_INVALID; in pa_source_output_new_data_init()
392 if (data->resample_method == PA_RESAMPLER_INVALID) in pa_source_output_new()
393 data->resample_method = core->resample_method; in pa_source_output_new()
395 pa_return_val_if_fail(data->resample_method < PA_RESAMPLER_MAX, -PA_ERR_INVALID); in pa_source_output_new()
421 data->resample_method, in pa_source_output_new()
448 o->requested_resample_method = data->resample_method; in pa_source_output_new()
Dsink-input.c108 data->resample_method = PA_RESAMPLER_INVALID; in pa_sink_input_new_data_init()
444 if (data->resample_method == PA_RESAMPLER_INVALID) in pa_sink_input_new()
445 data->resample_method = core->resample_method; in pa_sink_input_new()
447 pa_return_val_if_fail(data->resample_method < PA_RESAMPLER_MAX, -PA_ERR_INVALID); in pa_sink_input_new()
474 data->resample_method, in pa_sink_input_new()
501 i->requested_resample_method = data->resample_method; in pa_sink_input_new()
Dsource-output.h263 pa_resample_method_t resample_method; member
Dsink-input.h299 pa_resample_method_t resample_method; member
Dcore.c151 c->resample_method = PA_RESAMPLER_SPEEX_FLOAT_BASE + 1; in pa_core_new()
Dprotocol-native.c557 data.resample_method = PA_RESAMPLER_PEAKS; in record_stream_new()
/third_party/pulseaudio/src/pulse/
Dintrospect.h640 const char *resample_method; /**< The resampling method used by this sink input. */ member
691 const char *resample_method; /**< The resampling method used by this source output. */ member
Dintrospect.c1242 pa_tagstruct_gets(t, &i.resample_method) < 0 || in context_get_sink_input_info_callback()
1346 pa_tagstruct_gets(t, &i.resample_method) < 0 || in context_get_source_output_info_callback()
/third_party/pulseaudio/src/utils/
Dpactl.c725 i->resample_method ? i->resample_method : _("n/a"), in get_sink_input_info_callback()
795 i->resample_method ? i->resample_method : _("n/a"), in get_source_output_info_callback()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c7519 gint resample_method; in setup_scale() local
7588 resample_method = (i == 0 ? method : cr_method); in setup_scale()
7597 && resample_method == GST_VIDEO_RESAMPLER_METHOD_LINEAR) { in setup_scale()
7601 && resample_method == GST_VIDEO_RESAMPLER_METHOD_NEAREST) { in setup_scale()
7611 && resample_method == GST_VIDEO_RESAMPLER_METHOD_LINEAR) { in setup_scale()
7615 && resample_method == GST_VIDEO_RESAMPLER_METHOD_NEAREST) { in setup_scale()
7625 && resample_method == GST_VIDEO_RESAMPLER_METHOD_LINEAR) { in setup_scale()
7629 && resample_method == GST_VIDEO_RESAMPLER_METHOD_NEAREST) { in setup_scale()
7645 gst_video_scaler_new (resample_method, GST_VIDEO_SCALER_FLAG_NONE, in setup_scale()
7657 gst_video_scaler_new (resample_method, in setup_scale()
/third_party/pulseaudio/vala/
Dlibpulse.vapi1440 public string resample_method;
1460 public string resample_method;