Home
last modified time | relevance | path

Searched defs:streams (Results 1 – 25 of 72) sorted by relevance

123

/third_party/pulseaudio/src/pulsecore/
Dmix.c68 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 …]
Dmix_neon.c33 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/
Dindex.js19 constructor (opts, ...streams) {
31 [_linkStreams] (streams) { argument
41 push (...streams) {
53 unshift (...streams) {
/third_party/skia/third_party/externals/oboe/docs/
DFullGuide.md14 ### Audio device
27 ### Sharing mode
42 ### Audio format
/third_party/node/benchmark/http2/
Dwrite.js6 streams: [100, 200, 1000], property
13 function main({ streams, length, size, duration }) { property
Drespond-with-fd.js11 streams: [1, 10, 20, 40, 100, 200], property
17 function main({ requests, streams, clients, duration }) { property
Dcompat.js10 streams: [1, 10, 20, 40, 100, 200], property
16 function main({ requests, streams, clients, duration }) { property
Dsimple.js10 streams: [1, 10, 20, 40, 100, 200], property
16 function main({ requests, streams, clients, duration }) { property
/third_party/node/lib/internal/streams/
Dcompose.js24 module.exports = function compose(...streams) {
Dpipeline.js70 function popCallback(streams) { argument
184 function pipeline(...streams) {
188 function pipelineImpl(streams, callback, opts) { argument
/third_party/node/doc/api/
Dstream.md51 ### 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/
Dpromises.js19 function pipeline(...streams) {
/third_party/pulseaudio/src/tests/
Dcpu-mix-test.c36 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()
Dextended-test.c41 static pa_stream *streams[NSTREAMS]; variable
Dsync-playback.c41 static pa_stream *streams[NSTREAMS]; variable
Dconnect-stress.c54 static pa_stream *streams[NSTREAMS]; variable
/third_party/python/Doc/library/
Dasyncio-stream.rst418 .. _asyncio-tcp-echo-server-streams:
/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_initmsg_connect.c33 __u16 streams; member
/third_party/ffmpeg/tools/
Duncoded_frame.c47 Stream *streams = NULL, *st; in main() local
/third_party/ffmpeg/libavformat/
Dmms.h32 MMSStream *streams; member
Doggdec.h98 struct ogg_stream streams[1]; member
102 struct ogg_stream *streams; member
Doptions.c242 AVStream **streams; in avformat_new_stream() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMinidump.h36 ArrayRef<minidump::Directory> streams() const { return Streams; } in streams() function
/third_party/node/test/fixtures/wpt/
Dversions.json66 "streams": { object
/third_party/alsa-lib/src/seq/
Dseq_hw.c490 int snd_seq_hw_open(snd_seq_t **handle, const char *name, int streams, int mode) in snd_seq_hw_open()
619 int streams, int mode) in _snd_seq_hw_open()

123