| /third_party/pulseaudio/src/pulsecore/ |
| D | mix.c | 68 static void calc_linear_integer_stream_volumes(pa_mix_info streams[], unsigned nstreams, const pa_c… in calc_linear_integer_stream_volumes() 87 static void calc_linear_float_stream_volumes(pa_mix_info streams[], unsigned nstreams, const pa_cvo… in calc_linear_float_stream_volumes() 125 static void pa_mix2_ch1_s16ne(pa_mix_info streams[], int16_t *data, unsigned length) { in pa_mix2_ch1_s16ne() 146 static void pa_mix2_ch2_s16ne(pa_mix_info streams[], int16_t *data, unsigned length) { in pa_mix2_ch2_s16ne() 170 static void pa_mix2_s16ne(pa_mix_info streams[], unsigned channels, int16_t *data, unsigned length)… in pa_mix2_s16ne() 192 static void pa_mix_ch2_s16ne(pa_mix_info streams[], unsigned nstreams, int16_t *data, unsigned leng… in pa_mix_ch2_s16ne() 217 static void pa_mix_generic_s16ne(pa_mix_info streams[], unsigned nstreams, unsigned channels, int16… in pa_mix_generic_s16ne() 243 static void pa_mix_s16ne_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, int16_t *da… in pa_mix_s16ne_c() 256 static void pa_mix_s16re_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, int16_t *da… in pa_mix_s16re_c() 282 static void pa_mix_s32ne_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, int32_t *da… in pa_mix_s32ne_c() [all …]
|
| D | mix_neon.c | 33 static void pa_mix_ch2_s16ne_neon(pa_mix_info streams[], unsigned nstreams, uint8_t *data, unsigned… in pa_mix_ch2_s16ne_neon() 84 static void pa_mix2_ch1_s16ne_neon(pa_mix_info streams[], int16_t *data, unsigned length) { in pa_mix2_ch1_s16ne_neon() 123 static void pa_mix2_ch2_s16ne_neon(pa_mix_info streams[], int16_t *data, unsigned length) { in pa_mix2_ch2_s16ne_neon() 172 static void pa_mix2_ch4_s16ne_neon(pa_mix_info streams[], int16_t *data, unsigned length) { in pa_mix2_ch4_s16ne_neon() 205 static void pa_mix_s16ne_neon(pa_mix_info streams[], unsigned nstreams, unsigned nchannels, void *d… in pa_mix_s16ne_neon()
|
| /third_party/skia/third_party/externals/oboe/docs/ |
| D | FullGuide.md | 14 ### Audio device 27 ### Sharing mode 42 ### Audio format
|
| /third_party/node/benchmark/http2/ |
| D | write.js | 6 streams: [100, 200, 1000], property 13 function main({ streams, length, size, duration }) { property
|
| D | compat.js | 10 streams: [1, 10, 20, 40, 100, 200], property 16 function main({ requests, streams, clients, duration }) { property
|
| D | respond-with-fd.js | 11 streams: [1, 10, 20, 40, 100, 200], property 17 function main({ requests, streams, clients, duration }) { property
|
| D | simple.js | 10 streams: [1, 10, 20, 40, 100, 200], property 16 function main({ requests, streams, clients, duration }) { property
|
| /third_party/grpc/test/core/end2end/fuzzers/ |
| D | generate_client_examples_of_bad_closing_streams.py | 21 streams = { variable
|
| /third_party/node/lib/internal/streams/ |
| D | pipeline.js | 77 function popCallback(streams) { argument 128 function pipeline(...streams) {
|
| /third_party/node/doc/api/ |
| D | stream.md | 51 ### Object mode 63 ### Buffering 220 #### Class: `stream.Writable` 729 #### Two reading modes 780 #### Three states 823 #### Choose one API style 838 #### Class: `stream.Readable` 1559 #### Class: `stream.Duplex` 1580 #### Class: `stream.Transform`
|
| /third_party/gstreamer/gstreamer/tests/examples/ |
| D | meson.build | 10 subdir('streams') subdir
|
| /third_party/pulseaudio/src/tests/ |
| D | cpu-mix-test.c | 36 static void acquire_mix_streams(pa_mix_info streams[], unsigned nstreams) { in acquire_mix_streams() 43 static void release_mix_streams(pa_mix_info streams[], unsigned nstreams) { in release_mix_streams()
|
| D | extended-test.c | 40 static pa_stream *streams[NSTREAMS]; variable
|
| D | sync-playback.c | 40 static pa_stream *streams[NSTREAMS]; variable
|
| /third_party/python/Doc/library/ |
| D | asyncio-stream.rst | 371 .. _asyncio-tcp-echo-server-streams:
|
| /third_party/ltp/utils/sctp/func_tests/ |
| D | test_1_to_1_initmsg_connect.c | 33 __u16 streams; member
|
| /third_party/gstreamer/gstplugins_good/gst/rtp/ |
| D | rtpstorage.h | 49 GHashTable *streams; member
|
| /third_party/mindspore/tests/ut/cpp/stub/tasksink/ |
| D | ascend_stream_assign_stub.cc | 32 void AscendStreamAssign::GetHcomStreams(std::vector<uint32_t> *streams) { return; } in GetHcomStreams()
|
| /third_party/mesa3d/src/mesa/drivers/dri/i965/ |
| D | gfx6_sol.c | 240 const unsigned streams = brw->ctx.Const.MaxVertexStreams; in aggregate_transform_feedback_counter() local 284 const int streams = ctx->Const.MaxVertexStreams; in brw_save_primitives_written_counters() local
|
| /third_party/ffmpeg/libavformat/ |
| D | mms.h | 32 MMSStream *streams; member
|
| /third_party/ffmpeg/tools/ |
| D | uncoded_frame.c | 46 Stream *streams = NULL, *st; in main() local
|
| /third_party/glib/gio/tests/ |
| D | gdbus-non-socket.c | 131 GIOStream *streams[2]; in test_non_socket() local
|
| /third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/ |
| D | pipeline.js | 64 function popCallback(streams) { argument
|
| /third_party/gstreamer/gstplugins_base/gst/playback/ |
| D | gststreamsynchronizer.h | 53 GList *streams; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| D | Minidump.h | 36 ArrayRef<minidump::Directory> streams() const { return Streams; } in streams() function
|