| /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/node/deps/npm/node_modules/minipass-pipeline/ |
| D | index.js | 19 constructor (opts, ...streams) { 31 [_linkStreams] (streams) { argument 41 push (...streams) { 53 unshift (...streams) {
|
| /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 | simple.js | 10 streams: [1, 10, 20, 40, 100, 200], property 16 function main({ requests, streams, clients, 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
|
| /third_party/node/lib/internal/streams/ |
| D | compose.js | 24 module.exports = function compose(...streams) {
|
| D | pipeline.js | 70 function popCallback(streams) { argument 184 function pipeline(...streams) { 188 function pipelineImpl(streams, callback, opts) { argument
|
| /third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/ |
| D | compose.js | 20 module.exports = function compose(...streams) {
|
| D | pipeline.js | 64 function popCallback(streams) { argument 167 function pipeline(...streams) { 170 function pipelineImpl(streams, callback, opts) { argument
|
| /third_party/node/doc/api/ |
| D | stream.md | 51 ### Streams Promises API 62 ### `stream.pipeline(source[, ...transforms], destination[, options])` 64 ### `stream.pipeline(streams[, options])` 236 ### `stream.finished(stream[, options])` 283 ### Object mode 295 ### Buffering 452 #### Class: `stream.Writable` 1017 #### Two reading modes 1068 #### Three states 1113 #### Choose one API style [all …]
|
| /third_party/node/lib/stream/ |
| D | promises.js | 19 function pipeline(...streams) {
|
| /third_party/node/deps/npm/node_modules/readable-stream/lib/stream/ |
| D | promises.js | 8 function pipeline(...streams) {
|
| /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()
|
| /third_party/gstreamer/gstreamer/tests/examples/ |
| D | meson.build | 10 subdir('streams') subdir
|
| /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/ffmpeg/tools/ |
| D | uncoded_frame.c | 46 Stream *streams = NULL, *st; in main() local
|
| /third_party/ffmpeg/libavformat/ |
| D | mms.h | 32 MMSStream *streams; member
|
| /third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/ |
| D | tsmux.h | 130 GPtrArray *streams; member 136 GList *streams; member
|
| /third_party/node/deps/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/ |
| D | pipeline.js | 58 function popCallback(streams) { argument
|
| /third_party/gstreamer/gstplugins_base/gst/playback/ |
| D | gststreamsynchronizer.h | 53 GList *streams; member
|