Lines Matching refs:resample_method
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()
570 resample_method = ""; in handle_get_all()
600 …erty_handlers[PROPERTY_HANDLER_RESAMPLE_METHOD].property_name, DBUS_TYPE_STRING, &resample_method); in handle_get_all()