Searched refs:pa_stream_write (Results 1 – 25 of 67) sorted by relevance
123
/third_party/pulseaudio/src/tests/ |
D | lo-latency-test.c | 71 r = pa_stream_write(s, &out[ppos][0], nbytes, nop_free_cb, 0, PA_SEEK_RELATIVE); in write_cb()
|
D | sync-playback.c | 91 …r = pa_stream_write(s, data, sizeof(data), nop_free_cb, (int64_t) sizeof(data) * (int64_t) i, PA_S… in stream_state_callback()
|
D | extended-test.c | 85 …r = pa_stream_write(s, data, sizeof(data), nop_free_cb, (int64_t) sizeof(data) * (int64_t) i, PA_S… in stream_state_callback()
|
D | connect-stress.c | 130 pa_stream_write(stream, silence, n, NULL, 0, 0); in stream_write_callback()
|
D | interpol-test.c | 61 fail_unless(pa_stream_write(p, data, nbytes, NULL, 0, PA_SEEK_RELATIVE) == 0); in stream_write_cb()
|
D | passthrough-test.c | 184 r = pa_stream_write(s, data, sizeof(data), nop_free_cb, 0, PA_SEEK_ABSOLUTE); in stream_state_callback()
|
D | lo-test-util.c | 81 pa_assert_se(pa_stream_write(s, &tmp, nbytes, nop_free_cb, 0, PA_SEEK_RELATIVE) == 0); in calibrate_write_cb()
|
/third_party/pulseaudio/src/pulse/ |
D | stream.h | 513 int pa_stream_write(
|
D | simple.c | 297 r = pa_stream_write(p->stream, data, l, NULL, 0LL, PA_SEEK_RELATIVE); in pa_simple_write()
|
/third_party/pulseaudio/src/ |
D | map-file | 341 pa_stream_write;
|
/third_party/pulseaudio/src/utils/ |
D | pacat.c | 209 pa_stream_write(s, data, (size_t) bytes, NULL, 0, PA_SEEK_RELATIVE); in stream_write_callback() 580 if (pa_stream_write(stream, buf, towrite, NULL, 0, PA_SEEK_RELATIVE) < 0) { in stdin_callback()
|
D | pactl.c | 1161 pa_stream_write(s, d, length, pa_xfree, 0, PA_SEEK_RELATIVE); in stream_write_callback()
|
D | padsp.c | 894 … if (pa_stream_write(i->play_stream, i->buf, to_write, NULL, 0LL, PA_SEEK_RELATIVE) < 0) { in fd_info_copy_data()
|
/third_party/pulseaudio/src/modules/ |
D | module-tunnel-sink-new.c | 206 ret = pa_stream_write(u->stream, in thread_func()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/pulseaudio/ |
D | SDL_pulseaudio.c | 219 SDL_PULSEAUDIO_SYM(pa_stream_write); in load_pulseaudio_syms()
|
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulsesink.c | 1552 if (pa_stream_write (pbuf->stream, (uint8_t *) pbuf->m_data, in gst_pulseringbuffer_commit() 1671 if (pa_stream_write (pbuf->stream, (uint8_t *) pbuf->m_data, in gst_pulseringbuffer_commit() 1785 if (pa_stream_write (pbuf->stream, (uint8_t *) pbuf->m_data, in gst_pulsering_flush()
|
/third_party/ffmpeg/libavdevice/ |
D | pulse_audio_enc.c | 658 if ((ret = pa_stream_write(s->stream, pkt->data, pkt->size, NULL, 0, PA_SEEK_RELATIVE)) < 0) { in pulse_write_packet()
|
/third_party/pulseaudio/po/ |
D | as.po | 1229 msgid "pa_stream_write() failed: %s" 1230 msgstr "pa_stream_write() ব্যৰ্থ: %s" 1235 msgstr "pa_stream_write() ব্যৰ্থ: %s"
|
D | sr.po | 1248 msgid "pa_stream_write() failed: %s" 1249 msgstr "Неуспела функција pa_stream_write(): %s" 1254 msgstr "Неуспела функција pa_stream_write(): %s"
|
D | bn_IN.po | 1241 msgid "pa_stream_write() failed: %s" 1242 msgstr "pa_stream_write() ব্যর্থ: %s" 1247 msgstr "pa_stream_write() ব্যর্থ: %s"
|
D | uk.po | 1729 msgstr "Спроба виконання pa_stream_write() завершилася невдало: %s" 1859 msgid "pa_stream_write() failed: %s" 1860 msgstr "Спроба виконання pa_stream_write() завершилася невдало: %s"
|
D | ta.po | 1256 msgid "pa_stream_write() failed: %s" 1257 msgstr "pa_stream_write() தோல்வியுற்றது: %s" 1262 msgstr "pa_stream_write() தோல்வியுற்றது: %s"
|
D | pa.po | 1223 msgid "pa_stream_write() failed: %s" 1224 msgstr "pa_stream_write() ਫੇਲ੍ਹ ਹੈ: %s" 1229 msgstr "pa_stream_write() ਫੇਲ੍ਹ ਹੈ: %s"
|
D | sr@latin.po | 1249 msgid "pa_stream_write() failed: %s" 1250 msgstr "Neuspela funkcija pa_stream_write(): %s" 1255 msgstr "Neuspela funkcija pa_stream_write(): %s"
|
D | de.po | 1657 msgid "pa_stream_write() failed: %s" 1658 msgstr "pa_stream_write() fehlgeschlagen: %s" 1663 msgstr "pa_stream_write() fehlgeschlagen: %s"
|
123