Home
last modified time | relevance | path

Searched refs:pa_log_debug (Results 1 – 25 of 149) sorted by relevance

123456

/third_party/pulseaudio/src/tests/
Dcpu-remap-test.c71 pa_log_debug("Correctness test failed: align=%d", align); in run_remap_test_float()
72 pa_log_debug("%d: %.24f != %.24f", i, in run_remap_test_float()
80 pa_log_debug("Testing remap performance with %d sample alignment", align); in run_remap_test_float()
125 pa_log_debug("Correctness test failed: align=%d", align); in run_remap_test_s16()
126 pa_log_debug("%d: %d != %d", i, out[i], out_ref[i]); in run_remap_test_s16()
133 pa_log_debug("Testing remap performance with %d sample alignment", align); in run_remap_test_s16()
179 pa_log_debug("Correctness test failed: align=%d", align); in run_remap_test_s32()
180 pa_log_debug("%d: %d != %d", i, out[i], out_ref[i]); in run_remap_test_s32()
187 pa_log_debug("Testing remap performance with %d sample alignment", align); in run_remap_test_s32()
312 pa_log_debug("Checking special remap (float, mono->stereo)"); in START_TEST()
[all …]
Dcpu-sconv-test.c66 pa_log_debug("Correctness test failed: align=%d", align); in run_conv_test_float_to_s16()
67pa_log_debug("%d: %04hx != %04hx (%.24f)\n", i, samples[i], samples_ref[i], floats[i]); in run_conv_test_float_to_s16()
74 pa_log_debug("Testing sconv performance with %d sample alignment", align); in run_conv_test_float_to_s16()
116 pa_log_debug("Correctness test failed: align=%d", align); in run_conv_test_s16_to_float()
117 pa_log_debug("%d: %.24f != %.24f (%d)\n", i, floats[i], floats_ref[i], samples[i]); in run_conv_test_s16_to_float()
124 pa_log_debug("Testing sconv performance with %d sample alignment", align); in run_conv_test_s16_to_float()
153 pa_log_debug("Checking SSE2 sconv (float -> s16)"); in START_TEST()
180 pa_log_debug("Checking SSE sconv (float -> s16)"); in START_TEST()
212 pa_log_debug("Checking NEON sconv (float -> s16)"); in START_TEST()
222 pa_log_debug("Checking NEON sconv (s16 -> float)"); in START_TEST()
Dcpu-mix-test.c116 pa_log_debug("Correctness test failed: align=%d, channels=%d", align, channels); in run_mix_test()
117 pa_log_debug("%d: %hd != %04hd (%hd + %hd)", in run_mix_test()
127pa_log_debug("Testing %d-channel mixing performance with %d sample alignment", channels, align); in run_mix_test()
160 pa_log_debug("Checking special mix (s16, stereo)"); in START_TEST()
163 pa_log_debug("Checking special mix (s16, 4-channel)"); in START_TEST()
166 pa_log_debug("Checking special mix (s16, mono)"); in START_TEST()
187 pa_log_debug("Checking NEON mix (s16, stereo)"); in START_TEST()
190 pa_log_debug("Checking NEON mix (s16, 4-channel)"); in START_TEST()
193 pa_log_debug("Checking NEON mix (s16, mono)"); in START_TEST()
Dproplist-test.c51 pa_log_debug("%s", pa_strnull(pa_proplist_gets(a, PA_PROP_MEDIA_TITLE))); in START_TEST()
56 pa_log_debug("---\n%s---\n%s", s, t); in START_TEST()
72 pa_log_debug("%s", text); in START_TEST()
76 pa_log_debug("%s", v); in START_TEST()
81 pa_log_debug("%s", v); in START_TEST()
91 pa_log_debug("%s", v = pa_proplist_to_string(a)); in START_TEST()
Dcpu-volume-test.c78 pa_log_debug("Correctness test failed: align=%d, channels=%d", align, channels); in run_volume_test()
79 pa_log_debug("%d: %04hx != %04hx (%04hx * %08x)", i, samples[i], samples_ref[i], in run_volume_test()
87 pa_log_debug("Testing svolume %dch performance with %d sample alignment", channels, align); in run_volume_test()
120 pa_log_debug("Checking MMX svolume"); in START_TEST()
147 pa_log_debug("Checking SSE2 svolume"); in START_TEST()
176 pa_log_debug("Checking ARM svolume"); in START_TEST()
208 pa_log_debug("Checking Orc svolume"); in START_TEST()
Dasyncq-test.c39 pa_log_debug("pushing %i", i); in producer()
44 pa_log_debug("pushed end"); in producer()
62 pa_log_debug("popped %i", i); in consumer()
65 pa_log_debug("popped end"); in consumer()
Dvolume-test.c51pa_log_debug("Volume: %3i; percent: %i%%; decibel %0.2f; linear = %0.2f; volume(decibel): %3i; vol… in START_TEST()
64pa_log_debug("Volume: %3i [%s]", v, pa_cvolume_snprint_verbose(s, sizeof(s), &cv, &map, true)); in START_TEST()
71 pa_log_debug("Volume: [%s]; balance: %2.1f", in START_TEST()
83 pa_log_debug("Before: volume: [%s]; balance: %2.1f", in START_TEST()
91 pa_log_debug("After: volume: [%s]; balance: %2.1f (intended: %2.1f) %s", in START_TEST()
Dutf8-test.c28 pa_log_debug("%s %s", res1, c); in START_TEST()
37 pa_log_debug("%s %s", res2, c); in START_TEST()
44 pa_log_debug("%s %s", res3, c); in START_TEST()
Dmult-s16-test.c67 pa_log_debug("%d: %d != %d", i, a, b); in START_TEST()
97 pa_log_debug("Detected CPU with fast 64-bit operations."); in main()
99 pa_log_debug("Not detected CPU with fast 64-bit operations."); in main()
Dalsa-mixer-path-test.c53 pa_log_debug("Shipping file '%s'", pa_path_get_filename(buf)); in load_makefile()
70 pa_log_debug("Analyzing directory: '%s'", pathsdir); in START_TEST()
78 pa_log_debug("Analyzing file: '%s'", ent->d_name); in START_TEST()
/third_party/pulseaudio/src/modules/
Dmodule-switch-on-connect.c77 pa_log_debug("Trying to switch to new sink %s", sink->name); in sink_put_hook_callback()
84 pa_log_debug("Refusing to switch to sink on %s bus", s); in sink_put_hook_callback()
97 pa_log_debug("Refusing to switch to virtual sink"); in sink_put_hook_callback()
108 pa_log_debug("%s already is the default sink", sink->name); in sink_put_hook_callback()
114pa_log_debug("Current default sink is available and module argument only_from_unavailable was set"… in sink_put_hook_callback()
140 pa_log_debug("Trying to switch to new source %s", source->name); in source_put_hook_callback()
145 pa_log_debug("Refusing to switch to source on %s bus", s); in source_put_hook_callback()
157 pa_log_debug("Refusing to switch to virtual source"); in source_put_hook_callback()
168 pa_log_debug("%s already is the default source", source->name); in source_put_hook_callback()
174pa_log_debug("Current default source is available and module argument only_from_unavailable was se… in source_put_hook_callback()
Dreserve-wrap.c96pa_log_debug("Device unlock of %s has been requested and %s.", r->shared_name, k < 0 ? "failed" : … in request_cb()
138 pa_log_debug("Unable to contact D-Bus session bus: %s: %s", error.name, error.message); in pa_reserve_wrapper_get()
155 pa_log_debug("Device '%s' already locked.", device_name); in pa_reserve_wrapper_get()
158pa_log_debug("Failed to acquire reservation lock on device '%s': %s", device_name, pa_cstrerror(-k… in pa_reserve_wrapper_get()
163 pa_log_debug("Successfully acquired reservation lock on device '%s'", device_name); in pa_reserve_wrapper_get()
241 pa_log_debug("Device lock status of %s changed: %s", w->shared_name, k ? "busy" : "not busy"); in change_cb()
281 pa_log_debug("Unable to contact D-Bus session bus: %s: %s", error.name, error.message); in pa_reserve_monitor_wrapper_get()
295 pa_log_debug("Failed to create watch on device '%s': %s", device_name, pa_cstrerror(-k)); in pa_reserve_monitor_wrapper_get()
299 pa_log_debug("Successfully create reservation lock monitor for device '%s'", device_name); in pa_reserve_monitor_wrapper_get()
Dmodule-position-event-sounds.c62 pa_log_debug("Property hpos/vpos out of range %0.2f", *f); in parse_pos()
116pa_log_debug("Positioning event sound '%s' horizontally at %0.2f.", pa_strnull(pa_proplist_gets(da… in sink_input_fixate_hook_callback()
126pa_log_debug("Positioning event sound '%s' vertically at %0.2f.", pa_strnull(pa_proplist_gets(data… in sink_input_fixate_hook_callback()
131 pa_log_debug("Final volume factor %s.", in sink_input_fixate_hook_callback()
Dmodule-switch-on-port-available.c134 pa_log_debug("Finding best profile for port %s, preferred = %s", in try_to_switch_profile()
170 pa_log_debug("No suitable profile found"); in try_to_switch_profile()
175 pa_log_debug("Could not set profile %s", best_profile->name); in try_to_switch_profile()
235 pa_log_debug("Trying to switch to port %s", port->name); in switch_to_port()
275pa_log_debug("Trying to switch away from port %s, found %s", port->name, best_port ? best_port->na… in switch_from_port()
330pa_log_debug("Not switching to port %s, its availability is unknown and it's not in any availabili… in port_available_hook_callback()
338pa_log_debug("Not switching to input port %s, its availability is unknown.", port->name); in port_available_hook_callback()
388pa_log_debug("Active profile %s on card %s became unavailable, switching to another profile", prof… in card_profile_available_hook_callback()
437 pa_log_debug("Switching initial port for sink '%s' to '%s'", new_data->name, p->name); in sink_new_hook_callback()
448 pa_log_debug("Switching initial port for source '%s' to '%s'", new_data->name, p->name); in source_new_hook_callback()
Dmodule-device-manager.c246 pa_log_debug("Size does not match."); in legacy_entry_read()
253 pa_log_debug("Version mismatch."); in legacy_entry_read()
294 pa_log_debug("Database contains no data for key: %s", name); in entry_read()
337 pa_log_debug("Database contains invalid data for key: %s (probably pre-v1.0 data)", name); in entry_read()
345 pa_log_debug("Attempting to load legacy (pre-v1.0) data for key: %s", name); in entry_read()
347 pa_log_debug("Success. Saving new format for key: %s", name); in entry_read()
353 pa_log_debug("Unable to load legacy (pre-v1.0) data for key: %s. Ignoring.", name); in entry_read()
368pa_log_debug(" %s %s (%s)", human, pa_strnull(pa_proplist_gets(s->proplist, PA_PROP_DEVICE_DESCR… in dump_database_helper()
370 pa_log_debug(" %s No sink specified", human); in dump_database_helper()
374pa_log_debug(" %s %s (%s)", human, pa_strnull(pa_proplist_gets(s->proplist, PA_PROP_DEVICE_DESCR… in dump_database_helper()
[all …]
Dmodule-ladspa-sink.c370 pa_log_debug("Requesting rewind due to parameter update."); in sink_process_msg_cb()
407 pa_log_debug("Requesting rewind due to state change."); in sink_set_state_in_io_thread_cb()
545 pa_log_debug("Resetting plugin"); in sink_input_process_rewind_cb()
735 pa_log_debug("Trying to read %lu control values", u->n_control); in parse_control_parameters()
740 pa_log_debug("cdata: '%s'", cdata); in parse_control_parameters()
746 pa_log_debug("Read empty config value (p=%lu)", p); in parse_control_parameters()
753 pa_log_debug("Failed to parse control value '%s' (p=%lu)", k, p); in parse_control_parameters()
760 pa_log_debug("Read config value %f (p=%lu)", f, p); in parse_control_parameters()
810 pa_log_debug("Binding %f to port %s", u->control[h], d->PortNames[p]); in connect_control_ports()
1057 pa_log_debug("Using default input ladspa port mapping"); in pa__init()
[all …]
/third_party/pulseaudio/src/modules/alsa/
Dalsa-util.c95 pa_log_debug("snd_pcm_hw_params_set_format(%s) failed: %s", in set_format()
125 pa_log_debug("snd_pcm_hw_params_set_format(%s) failed: %s", in set_format()
137 pa_log_debug("snd_pcm_hw_params_set_format(%s) failed: %s", in set_format()
191 pa_log_debug("PCM seems to support non-interleaved access, but PA doesn't."); in check_access()
193 pa_log_debug("PCM seems to support mmapped complex access, but PA doesn't."); in check_access()
226 pa_log_debug("snd_pcm_hw_params_any() failed: %s", pa_alsa_strerror(ret)); in pa_alsa_set_hw_params()
231 pa_log_debug("snd_pcm_hw_params_set_rate_resample() failed: %s", pa_alsa_strerror(ret)); in pa_alsa_set_hw_params()
242 pa_log_debug("snd_pcm_hw_params_set_access() failed: %s", pa_alsa_strerror(ret)); in pa_alsa_set_hw_params()
251 pa_log_debug("snd_pcm_hw_params_set_access() failed: %s", pa_alsa_strerror(ret)); in pa_alsa_set_hw_params()
293pa_log_debug("snd_pcm_hw_params_set_period_wakeup() failed: %s", pa_alsa_strerror(ret)); in pa_alsa_set_hw_params()
[all …]
Dalsa-sink.c196pa_log_debug("Suspending sink %s, because another application requested us to release the device."… in reserve_cb()
264pa_log_debug("Suspending sink %s, because another application is blocking the access to the device… in monitor_cb()
267pa_log_debug("Resuming sink %s, because other applications aren't blocking access to the device an… in monitor_cb()
473 pa_log_debug("Buffer time: %lu ms; Sleep time: %lu ms; Process time: %lu ms", in hw_sleep_time()
510 pa_log_debug("%s: %s", call, pa_alsa_strerror(err)); in try_recover()
515 pa_log_debug("%s: Buffer underrun!", call); in try_recover()
518 pa_log_debug("%s: System suspended!", call); in try_recover()
562 pa_log_debug("%0.2f ms left to play; inc threshold = %0.2f ms; dec threshold = %0.2f ms", in check_left_to_play()
625 pa_log_debug("avail: %lu", (unsigned long) n_bytes); in mmap_write()
642 pa_log_debug("Not filling up, because too early."); in mmap_write()
[all …]
/third_party/pulseaudio/src/modules/raop/
Draop-client.c338 pa_log_debug("Only ALAC encoding is supported, sending zeros..."); in build_tcp_audio_packet()
425 pa_log_debug("Only ALAC encoding is supported, sending zeros..."); in build_udp_audio_packet()
474pa_log_debug("Discarding UDP (audio, seq=%d) packet due to EAGAIN (%s)", c->seq, pa_cstrerror(errn… in send_udp_audio_packet()
529pa_log_debug("Discarding UDP (audio-retransmitted, seq=%d) packet due to EAGAIN", seq + i); in resend_udp_audio_packets()
601 pa_log_debug("Resending %u packets starting at %u", nbp, seq); in handle_udp_control_packet()
606 pa_log_debug("Got an unexpected payload type on control channel (%u) !", payload); in handle_udp_control_packet()
672 pa_log_debug("Sending timing packet at %" PRIu64 , rci); in handle_udp_timing_packet()
677 pa_log_debug("Got an unexpected payload type on timing channel (%u) !", payload); in handle_udp_timing_packet()
740 pa_log_debug("Connected to %s on port %d (SOCK_DGRAM)", c->host, port); in connect_udp_socket()
831 pa_log_debug("Socket bound to port %d (SOCK_DGRAM)", port); in open_bind_udp_socket()
[all …]
/third_party/pulseaudio/src/pulse/
Dformat.c323 pa_log_debug("Failed to parse format info property '%s'.", key); in pa_format_info_get_prop_int()
328 pa_log_debug("Format info property '%s' type is not int.", key); in pa_format_info_get_prop_int()
356 pa_log_debug("Failed to parse format info property '%s'.", key); in pa_format_info_get_prop_int_range()
379 pa_log_debug("Format info property '%s' is not a valid int range.", key); in pa_format_info_get_prop_int_range()
402 pa_log_debug("Failed to parse format info property '%s'.", key); in pa_format_info_get_prop_int_array()
426 pa_log_debug("Format info property '%s' is not a valid int array.", key); in pa_format_info_get_prop_int_array()
446 pa_log_debug("Failed to parse format info property '%s'.", key); in pa_format_info_get_prop_string()
451 pa_log_debug("Format info property '%s' type is not string.", key); in pa_format_info_get_prop_string()
479 pa_log_debug("Failed to parse format info property '%s'.", key); in pa_format_info_get_prop_string_array()
503 pa_log_debug("Format info property '%s' is not a valid string array.", key); in pa_format_info_get_prop_string_array()
[all …]
/third_party/pulseaudio/src/modules/bluetooth/
Dbackend-native.c209 pa_log_debug("autodetected imtu = omtu = %u", sco_opt.mtu); in sco_acquire_cb()
330 pa_log_debug("Registering Profile %s %s", profile, uuid); in register_profile()
377 pa_log_debug("RFCOMM << %s", buf); in rfcomm_io_callback()
405 pa_log_debug("RFCOMM >> OK"); in rfcomm_io_callback()
454 pa_log_debug("RFCOMM >> +VGS=%d", gain); in set_speaker_gain()
457 pa_log_debug("RFCOMM >> AT+VGM=%d", gain); in set_speaker_gain()
481 pa_log_debug("RFCOMM >> +VGM=%d", gain); in set_microphone_gain()
484 pa_log_debug("RFCOMM >> AT+VGS=%d", gain); in set_microphone_gain()
534 pa_log_debug("dbus: NewConnection path=%s, fd=%d, profile %s", path, fd, in profile_new_connection()
560pa_log_debug("Transport %s available for profile %s", t->path, pa_bluetooth_profile_to_string(t->p… in profile_new_connection()
[all …]
Dbluez5-util.c250 pa_log_debug("Timeout expired, and device %s still has disconnected profiles: %s", in wait_for_profiles_cb()
276 pa_log_debug("Transport %s state: %s -> %s", in pa_bluetooth_transport_set_state()
592 pa_log_debug("Device %s removed", path); in device_remove()
682 pa_log_debug("Adapter %s removed", path); in adapter_remove()
710 pa_log_debug("%s: %s", key, value); in parse_device_property()
723 pa_log_debug("%s: %s", key, value); in parse_device_property()
746 pa_log_debug("%s: %s", key, value); in parse_device_property()
758 pa_log_debug("%s: %d", key, value); in parse_device_property()
785 pa_log_debug("%s: %s", key, value); in parse_device_property()
899 pa_log_debug("Registering %s on adapter %s", endpoint, path); in register_endpoint()
[all …]
/third_party/pulseaudio/src/daemon/
Dmain.c359 pa_log_debug("Got %s!", name); in register_dbus_name()
919 pa_log_debug("Compilation CFLAGS: %s", PA_CFLAGS); in main()
926 pa_log_debug("Running on host: %s", s); in main()
929 pa_log_debug("Found %u CPUs.", pa_ncpus()); in main()
934 pa_log_debug("Compiled with Valgrind support: yes"); in main()
936 pa_log_debug("Compiled with Valgrind support: no"); in main()
939 pa_log_debug("Running in valgrind mode: %s", pa_yes_no(pa_in_valgrind())); in main()
941 pa_log_debug("Running in VM: %s", pa_yes_no(pa_running_in_vm())); in main()
944 pa_log_debug("Running from build tree: %s", pa_yes_no(pa_run_from_build_tree())); in main()
946 pa_log_debug("Running from build tree: no"); in main()
[all …]
Dohos_pa_main.c364 pa_log_debug("Got %s!", name); in register_dbus_name()
953 pa_log_debug("Compilation CFLAGS: %s", PA_CFLAGS); in ohos_pa_main()
960 pa_log_debug("Running on host: %s", s); in ohos_pa_main()
963 pa_log_debug("Found %u CPUs.", pa_ncpus()); in ohos_pa_main()
968 pa_log_debug("Compiled with Valgrind support: yes"); in ohos_pa_main()
970 pa_log_debug("Compiled with Valgrind support: no"); in ohos_pa_main()
973 pa_log_debug("Running in valgrind mode: %s", pa_yes_no(pa_in_valgrind())); in ohos_pa_main()
975 pa_log_debug("Running in VM: %s", pa_yes_no(pa_running_in_vm())); in ohos_pa_main()
978 pa_log_debug("Running from build tree: %s", pa_yes_no(pa_run_from_build_tree())); in ohos_pa_main()
980 pa_log_debug("Running from build tree: no"); in ohos_pa_main()
[all …]
/third_party/pulseaudio/src/pulsecore/
Dcard.c85 pa_log_debug("Setting card %s profile %s to availability status %s", c->card->name, c->name, in pa_card_profile_set_available()
203 pa_log_debug("Looking for initial profile for card %s", card->name); in pa_card_choose_initial_profile()
205pa_log_debug("%s availability %s", profile->name, pa_available_to_string(profile->available)); in pa_card_choose_initial_profile()
316pa_log_debug("set_profile() operation not implemented for card %u \"%s\"", c->index, c->name); in pa_card_set_profile()
338 pa_log_debug("%s: active_profile: %s -> %s", c->name, c->active_profile->name, profile->name); in pa_card_set_profile()
376 pa_log_debug("%s: preferred_input_port: %s -> %s", c->name, old_port_str, new_port_str); in pa_card_set_preferred_port()
379 pa_log_debug("%s: preferred_output_port: %s -> %s", c->name, old_port_str, new_port_str); in pa_card_set_preferred_port()
405 pa_log_debug("Card suspend causes/state changed"); in pa_card_suspend()

123456