Searched refs:pa_stream_new (Results 1 – 25 of 63) sorted by relevance
123
/third_party/pulseaudio/src/tests/ |
D | lo-test-util.c | 220 ctx->play_stream = pa_stream_new(c, "loopback: play", &ctx->sample_spec, NULL); in context_state_callback() 236 ctx->rec_stream = pa_stream_new(c, "loopback: rec", &ctx->sample_spec, NULL); in context_state_callback()
|
D | sync-playback.c | 135 streams[i] = pa_stream_new(c, name, &sample_spec, NULL); in context_state_callback()
|
D | connect-stress.c | 175 streams[i] = pa_stream_new(c, name, &sample_spec, NULL); in context_state_callback()
|
D | interpol-test.c | 125 stream = pa_stream_new(c, "interpol-test", &ss, NULL); in context_state_callback()
|
/third_party/pulseaudio/src/pulse/ |
D | stream.h | 311 pa_stream* pa_stream_new(
|
D | simple.c | 195 if (!(p->stream = pa_stream_new(p->context, stream_name, ss, map))) { in pa_simple_new()
|
/third_party/pulseaudio/src/ |
D | map-file | 313 pa_stream_new;
|
/third_party/ffmpeg/libavdevice/ |
D | pulse_audio_dec.c | 210 if (!(pd->stream = pa_stream_new(pd->context, pd->stream_name, &ss, &cmap))) { in pulse_read_header()
|
D | pulse_audio_enc.c | 558 s->stream = pa_stream_new(s->ctx, stream_name, &sample_spec, in pulse_write_header()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/pulseaudio/ |
D | SDL_pulseaudio.c | 213 SDL_PULSEAUDIO_SYM(pa_stream_new); in load_pulseaudio_syms()
|
/third_party/pulseaudio/src/utils/ |
D | padsp.c | 1037 if (!(i->play_stream = pa_stream_new(i->context, stream_name(), &i->sample_spec, NULL))) { in create_playback_stream() 1081 if (!(i->rec_stream = pa_stream_new(i->context, stream_name(), &i->sample_spec, NULL))) { in create_record_stream()
|
D | pactl.c | 1263 sample_stream = pa_stream_new(c, sample_name, &sample_spec, NULL); in context_state_callback()
|
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulsesrc.c | 1320 } else if (!(pulsesrc->stream = pa_stream_new (pulsesrc->context, in gst_pulsesrc_create_stream()
|
/third_party/pulseaudio/po/ |
D | kk.po | 1606 msgid "pa_stream_new() failed: %s" 1607 msgstr "pa_stream_new() сәтсіз аяқталды: %s"
|
D | hi.po | 1340 msgid "pa_stream_new() failed: %s" 1341 msgstr "pa_stream_new() विफल: %s"
|
D | zh_CN.po | 1682 msgid "pa_stream_new() failed: %s" 1683 msgstr "pa_stream_new() 失败:%s"
|
D | be.po | 1745 msgid "pa_stream_new() failed: %s" 1746 msgstr "pa_stream_new() пацярпела няўдачу: %s"
|
D | as.po | 1334 msgid "pa_stream_new() failed: %s" 1335 msgstr "pa_stream_new() ব্যৰ্থ: %s"
|
D | mr.po | 1334 msgid "pa_stream_new() failed: %s" 1335 msgstr "pa_stream_new() अपयशी: %s"
|
D | sr.po | 1353 msgid "pa_stream_new() failed: %s" 1354 msgstr "Неуспела функција pa_stream_new(): %s"
|
D | ml.po | 1329 msgid "pa_stream_new() failed: %s" 1330 msgstr "pa_stream_new() പരാജയപ്പെട്ടു: %s"
|
D | ja.po | 1706 msgid "pa_stream_new() failed: %s" 1707 msgstr "pa_stream_new() は失敗: %s"
|
D | bn_IN.po | 1348 msgid "pa_stream_new() failed: %s" 1349 msgstr "pa_stream_new() ব্যর্থ: %s"
|
D | or.po | 1353 msgid "pa_stream_new() failed: %s" 1354 msgstr "pa_stream_new() ବିଫଳ ହୋଇଛି: %s"
|
D | te.po | 1336 msgid "pa_stream_new() failed: %s" 1337 msgstr "pa_stream_new() విఫలమైంది: %s"
|
123