/third_party/pulseaudio/src/modules/dbus/ |
D | iface-stream.c | 485 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/ |
D | module-remap-source.c | 293 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()
|
D | module-remap-sink.c | 333 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()
|
D | module-combine-sink.c | 163 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()
|
D | module-tunnel.c | 1330 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/ |
D | daemon-conf.h | 88 resample_method; member
|
D | daemon-conf.c | 84 .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()
|
D | ohos_daemon-conf.c | 84 .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()
|
D | main.c | 1207 c->resample_method = conf->resample_method;
|
D | ohos_pa_main.c | 1234 c->resample_method = conf->resample_method; in real_main()
|
/third_party/pulseaudio/src/pulsecore/ |
D | resampler.h | 134 pa_resample_method_t resample_method,
|
D | core.h | 230 pa_resample_method_t resample_method; member
|
D | source-output.c | 55 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()
|
D | sink-input.c | 169 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()
|
D | source-output.h | 263 pa_resample_method_t resample_method; member
|
D | sink-input.h | 319 pa_resample_method_t resample_method; member
|
D | core.c | 196 c->resample_method = PA_RESAMPLER_SPEEX_FLOAT_BASE + 1; in pa_core_new()
|
D | protocol-native.c | 560 data.resample_method = PA_RESAMPLER_PEAKS; in record_stream_new()
|
/third_party/pulseaudio/src/pulse/ |
D | introspect.h | 657 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
|
D | introspect.c | 1242 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/ |
D | pactl.c | 1358 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/ |
D | video-converter.c | 7519 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/ |
D | libpulse.vapi | 1465 public unowned string resample_method; 1485 public unowned string resample_method;
|