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.c293 pa_resample_method_t resample_method = PA_RESAMPLER_INVALID; in pa__init() local
339 if (pa_modargs_get_resample_method(ma, &resample_method) < 0) { in pa__init()
400 source_output_data.resample_method = resample_method; in pa__init()
Dmodule-remap-sink.c333 pa_resample_method_t resample_method = PA_RESAMPLER_INVALID; in pa__init() local
379 if (pa_modargs_get_resample_method(ma, &resample_method) < 0) { in pa__init()
440 sink_input_data.resample_method = resample_method; in pa__init()
Dmodule-combine-sink.c163 pa_resample_method_t resample_method; member
1173 data.resample_method = u->resample_method; in output_create_sink_input()
1468 int resample_method; in pa__init() local
1484 resample_method = m->core->resample_method; in pa__init()
1486 if ((resample_method = pa_parse_resample_method(rm)) < 0) { in pa__init()
1508 u->resample_method = resample_method; in pa__init()
Dmodule-tunnel.c1330 const char *name, *driver, *resample_method; in sink_input_info_cb() local
1358 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()
820 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()
820 pa_strbuf_printf(s, "resample-method = %s\n", pa_resample_method_to_string(c->resample_method)); in pa_daemon_conf_dump()
Dmain.c1207 c->resample_method = conf->resample_method;
Dohos_pa_main.c1234 c->resample_method = conf->resample_method; in real_main()
/third_party/pulseaudio/src/pulsecore/
Dresampler.h134 pa_resample_method_t resample_method,
Dcore.h230 pa_resample_method_t resample_method; member
Dsource-output.c55 data->resample_method = PA_RESAMPLER_INVALID; in pa_source_output_new_data_init()
394 if (data->resample_method == PA_RESAMPLER_INVALID) in pa_source_output_new()
395 data->resample_method = core->resample_method; in pa_source_output_new()
397 pa_return_val_if_fail(data->resample_method < PA_RESAMPLER_MAX, -PA_ERR_INVALID); in pa_source_output_new()
423 data->resample_method, in pa_source_output_new()
450 o->requested_resample_method = data->resample_method; in pa_source_output_new()
Dsink-input.c169 data->resample_method = PA_RESAMPLER_INVALID; in pa_sink_input_new_data_init()
507 if (data->resample_method == PA_RESAMPLER_INVALID) in pa_sink_input_new()
508 data->resample_method = core->resample_method; in pa_sink_input_new()
510 pa_return_val_if_fail(data->resample_method < PA_RESAMPLER_MAX, -PA_ERR_INVALID); in pa_sink_input_new()
537 data->resample_method, in pa_sink_input_new()
564 i->requested_resample_method = data->resample_method; in pa_sink_input_new()
Dsource-output.h263 pa_resample_method_t resample_method; member
Dsink-input.h319 pa_resample_method_t resample_method; member
Dcore.c196 c->resample_method = PA_RESAMPLER_SPEEX_FLOAT_BASE + 1; in pa_core_new()
Dprotocol-native.c560 data.resample_method = PA_RESAMPLER_PEAKS; in record_stream_new()
/third_party/pulseaudio/src/pulse/
Dintrospect.h657 const char *resample_method; /**< The resampling method used by this sink input. */ member
708 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.c1358 pa_json_encoder_add_member_string(encoder, "resample_method", i->resample_method); in get_sink_input_info_callback()
1396 i->resample_method ? i->resample_method : _("n/a"), in get_sink_input_info_callback()
1481 pa_json_encoder_add_member_string(encoder, "resample_method", i->resample_method); in get_source_output_info_callback()
1519 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.vapi1465 public unowned string resample_method;
1485 public unowned string resample_method;