/third_party/ffmpeg/tests/ref/fate/ |
D | ffprobe_flat | 481 streams.stream.0.index=0 482 streams.stream.0.codec_name="pcm_s16le" 483 streams.stream.0.profile="unknown" 484 streams.stream.0.codec_type="audio" 485 streams.stream.0.codec_tag_string="PSD[16]" 486 streams.stream.0.codec_tag="0x10445350" 487 streams.stream.0.sample_fmt="s16" 488 streams.stream.0.sample_rate="44100" 489 streams.stream.0.channels=1 490 streams.stream.0.channel_layout="unknown" [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
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() argument 50 pa_mix_info *m = streams + i; in pa_mix_ch2_s16ne_neon() 80 fallback(streams, nstreams, 2, data, length & mask); 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() argument 85 const int16_t *ptr0 = streams[0].ptr; in pa_mix2_ch1_s16ne_neon() 86 const int16_t *ptr1 = streams[1].ptr; in pa_mix2_ch1_s16ne_neon() 93 : [lin0] "r" (streams[0].linear[0]), [lin1] "r" (streams[1].linear[0]) in pa_mix2_ch1_s16ne_neon() 116 int32_t sum = pa_mult_s16_volume(*ptr0++, streams[0].linear[0].i); in pa_mix2_ch1_s16ne_neon() 117 sum += pa_mult_s16_volume(*ptr1++, streams[1].linear[0].i); 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() argument [all …]
|
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() argument 72 pa_assert(streams); in calc_linear_integer_stream_volumes() 81 pa_mix_info *m = streams + k; 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() argument 91 pa_assert(streams); in calc_linear_float_stream_volumes() 100 pa_mix_info *m = streams + k; in calc_linear_float_stream_volumes() 106 typedef void (*pa_calc_stream_volumes_func_t) (pa_mix_info streams[], unsigned nstreams, const pa_c… 125 static void pa_mix2_ch1_s16ne(pa_mix_info streams[], int16_t *data, unsigned length) { in pa_mix2_ch1_s16ne() argument 126 const int16_t *ptr0 = streams[0].ptr; in pa_mix2_ch1_s16ne() 127 const int16_t *ptr1 = streams[1].ptr; in pa_mix2_ch1_s16ne() [all …]
|
/third_party/node/lib/internal/streams/ |
D | compose.js | 24 module.exports = function compose(...streams) { argument 25 if (streams.length === 0) { 29 if (streams.length === 1) { 30 return Duplex.from(streams[0]); 33 const orgStreams = [...streams]; 35 if (typeof streams[0] === 'function') { 36 streams[0] = Duplex.from(streams[0]); 39 if (typeof streams[streams.length - 1] === 'function') { 40 const idx = streams.length - 1; 41 streams[idx] = Duplex.from(streams[idx]); [all …]
|
D | pipeline.js | 70 function popCallback(streams) { argument 74 validateFunction(streams[streams.length - 1], 'streams[stream.length - 1]'); 75 return streams.pop(); 184 function pipeline(...streams) { argument 185 return pipelineImpl(streams, once(popCallback(streams))); 188 function pipelineImpl(streams, callback, opts) { argument 189 if (streams.length === 1 && ArrayIsArray(streams[0])) { 190 streams = streams[0]; 193 if (streams.length < 2) { 252 for (let i = 0; i < streams.length; i++) { [all …]
|
/third_party/node/deps/npm/node_modules/minipass-pipeline/ |
D | index.js | 19 constructor (opts, ...streams) { argument 21 streams.unshift(opts) 27 if (streams.length) 28 this.push(...streams) 31 [_linkStreams] (streams) { argument 34 return streams.reduce((src, dest) => { 41 push (...streams) { argument 42 this[_streams].push(...streams) 44 streams.unshift(this[_tail]) 46 const linkRet = this[_linkStreams](streams) [all …]
|
/third_party/ffmpeg/libavformat/ |
D | oggdec.c | 69 struct ogg_stream *stream = &ogg->streams[i]; in free_stream() 86 av_malloc(sizeof(*ost) + (ogg->nstreams - 1) * sizeof(*ogg->streams)); in ogg_save() 97 memcpy(ost->streams, ogg->streams, ogg->nstreams * sizeof(*ogg->streams)); in ogg_save() 100 struct ogg_stream *os = ogg->streams + i; in ogg_save() 103 memcpy(os->buf, ost->streams[i].buf, os->bufpos); in ogg_save() 131 struct ogg_stream *stream = &ogg->streams[i]; in ogg_restore() 135 if (i >= ost->nstreams || !ost->streams[i].private) { in ogg_restore() 144 if ((err = av_reallocp_array(&ogg->streams, ogg->nstreams, in ogg_restore() 145 sizeof(*ogg->streams))) < 0) { in ogg_restore() 149 memcpy(ogg->streams, ost->streams, in ogg_restore() [all …]
|
D | webmdashenc.c | 45 int *streams; member 73 AVDictionaryEntry *duration = av_dict_get(s->streams[i]->metadata, in get_duration() 132 AVDictionaryEntry *gold = av_dict_get(s->streams[as->streams[0]]->metadata, in subsegment_alignment() 136 AVDictionaryEntry *ts = av_dict_get(s->streams[as->streams[i]]->metadata, in subsegment_alignment() 146 const AVStream *gold_st = s->streams[as->streams[0]]; in bitstream_switching() 152 const AVStream *st = s->streams[as->streams[i]]; in bitstream_switching() 233 first_width = s->streams[as->streams[0]]->codecpar->width; in check_matching_width() 235 if (first_width != s->streams[as->streams[i]]->codecpar->width) in check_matching_width() 247 first_height = s->streams[as->streams[0]]->codecpar->height; in check_matching_height() 249 if (first_height != s->streams[as->streams[i]]->codecpar->height) in check_matching_height() [all …]
|
D | smoothstreamingenc.c | 73 OutputStream *streams; member 140 AVCodecParameters *par = os->ctx->streams[0]->codecpar; in get_private_data() 165 if (!c->streams) in ism_free() 168 OutputStream *os = &c->streams[i]; in ism_free() 180 av_freep(&c->streams); in ism_free() 220 OutputStream *os = &c->streams[i]; in write_manifest() 225 if (s->streams[i]->codecpar->codec_type == AVMEDIA_TYPE_VIDEO) { in write_manifest() 249 OutputStream *os = &c->streams[i]; in write_manifest() 250 if (s->streams[i]->codecpar->codec_type != AVMEDIA_TYPE_VIDEO) in write_manifest() 253 …vateData=\"%s\" />\n", index, s->streams[i]->codecpar->bit_rate, os->fourcc, s->streams[i]->codecp… in write_manifest() [all …]
|
D | hdsenc.c | 74 OutputStream *streams; member 136 if (!c->streams) in hds_free() 139 OutputStream *os = &c->streams[i]; in hds_free() 154 av_freep(&c->streams); in hds_free() 166 duration = c->streams[0].last_ts * av_q2d(s->streams[0]->time_base); in write_manifest() 184 OutputStream *os = &c->streams[i]; in write_manifest() 224 int index = s->streams[os->first_stream]->id; in write_abst() 326 c->streams = av_calloc(s->nb_streams, sizeof(*c->streams)); in hds_write_header() 327 if (!c->streams) { in hds_write_header() 332 OutputStream *os = &c->streams[c->nb_streams]; in hds_write_header() [all …]
|
D | oggparsevp8.c | 33 struct ogg_stream *os = ogg->streams + idx; in vp8_header() 35 AVStream *st = s->streams[idx]; in vp8_header() 83 struct ogg_stream *os = ogg->streams + idx; in vp8_gptopts() 104 struct ogg_stream *os = ogg->streams + idx; in vp8_packet() 126 if(s->streams[idx]->start_time == AV_NOPTS_VALUE) { in vp8_packet() 127 s->streams[idx]->start_time = os->lastpts; in vp8_packet() 128 if (s->streams[idx]->duration && s->streams[idx]->duration != AV_NOPTS_VALUE) in vp8_packet() 129 s->streams[idx]->duration -= s->streams[idx]->start_time; in vp8_packet()
|
/third_party/libwebsockets/lib/secure-streams/ |
D | CMakeLists.txt | 29 secure-streams/secure-streams.c 30 secure-streams/policy-common.c 31 secure-streams/system/captive-portal-detect/captive-portal-detect.c 32 secure-streams/protocols/ss-raw.c 36 secure-streams/policy-json.c 37 secure-streams/system/fetch-policy/fetch-policy.c 42 secure-streams/protocols/ss-h1.c 47 secure-streams/protocols/ss-h2.c 52 secure-streams/protocols/ss-ws.c 57 secure-streams/protocols/ss-mqtt.c [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-smd C) 19 add_executable(${PROJECT_NAME} minimal-secure-streams-smd.c) 28 $<TARGET_FILE:lws-minimal-secure-streams-smd>) 31 add_test(NAME ss-smd COMMAND lws-minimal-secure-streams-smd) 35 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-smd 42 $<TARGET_FILE:lws-minimal-secure-streams-smd> 47 $<TARGET_FILE:lws-minimal-secure-streams-smd> 52 $<TARGET_FILE:lws-minimal-secure-streams-smd> 56 add_test(NAME ss-smd-fi1 COMMAND lws-minimal-secure-streams-smd 59 add_test(NAME ss-smd-fi2 COMMAND lws-minimal-secure-streams-smd [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams C) 8 set(SAMP lws-minimal-secure-streams) 20 add_executable(${SAMP} minimal-secure-streams.c) 48 $<TARGET_FILE:lws-minimal-secure-streams>) 50 add_test(NAME ss-warmcat COMMAND lws-minimal-secure-streams) 55 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams 65 $<TARGET_FILE:lws-minimal-secure-streams> 70 $<TARGET_FILE:lws-minimal-secure-streams> 74 add_test(NAME ss-warmcat-fi1 COMMAND lws-minimal-secure-streams 77 add_test(NAME ss-warmcat-fi2 COMMAND lws-minimal-secure-streams [all …]
|
/third_party/ffmpeg/tests/fate/ |
D | webm-dash-manifest.mak | 2 …0 -map 1 -map 2 -map 3 -f webm_dash_manifest -adaptation_sets "id=0,streams=0,1 id=1,streams=2,3" - 4 FATE_WEBM_DASH_MANIFEST += fate-webm-dash-manifest-unaligned-video-streams 5 …streams: CMD = run $(FFMPEG) -nostdin -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_video1.w… 7 FATE_WEBM_DASH_MANIFEST += fate-webm-dash-manifest-unaligned-audio-streams 8 …streams: CMD = run $(FFMPEG) -nostdin -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_audio1.w… 11 …/dash_video4.webm -c copy -map 0 -map 1 -f webm_dash_manifest -adaptation_sets "id=0,streams=0,1" - 14 …s +bitexact -f webm_dash_manifest -live 1 -adaptation_sets "id=0,streams=0 id=1,streams=1" -chunk_… 17 …s +bitexact -f webm_dash_manifest -live 1 -adaptation_sets "id=0,streams=0 id=1,streams=1" -chunk_…
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-testsfail C) 8 set(SAMP lws-minimal-secure-streams-testsfail) 18 add_executable(${SAMP} minimal-secure-streams-testsfail.c) 26 $<TARGET_FILE:lws-minimal-secure-streams-testsfail>) 28 add_test(NAME ss-tf COMMAND lws-minimal-secure-streams-testsfail) 33 …ORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-testsf… 52 sstfproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy> 58 sstfproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy> 69 $<TARGET_FILE:lws-minimal-secure-streams-testsfail-client> -i +${CTEST_SOCKET_PATH} -d1039) 71 …add_test(NAME sspc-minimaltf COMMAND lws-minimal-secure-streams-testsfail-client -i +${CTEST_SOCKE… [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-threads/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-threads C) 19 add_executable(${PROJECT_NAME} minimal-secure-streams-threads.c) 28 $<TARGET_FILE:lws-minimal-secure-streams-threads>) 31 add_test(NAME ss-threads COMMAND lws-minimal-secure-streams-threads) 35 …ORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-threads 51 add_executable(${PROJECT_NAME}-client minimal-secure-streams-threads.c) 75 ssproxythreads_sspc $<TARGET_FILE:lws-minimal-secure-streams-proxy> 81 ssproxythreads_sspc $<TARGET_FILE:lws-minimal-secure-streams-proxy> 93 $<TARGET_FILE:lws-minimal-secure-streams-threads-client> -i +${CTEST_SOCKET_PATH}) 95 …add_test(NAME sspcthreads_sspc COMMAND lws-minimal-secure-streams-threads-client -i +${CTEST_SOCKE… [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-sigv4 C) 8 set(SAMP lws-minimal-secure-streams-sigv4) 26 $<TARGET_FILE:lws-minimal-secure-streams-sigv4>) 28 add_test(NAME ss-sigv4 COMMAND lws-minimal-secure-streams-sigv4) 33 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-sigv4 52 ssproxysigv4 $<TARGET_FILE:lws-minimal-secure-streams-proxy> 58 ssproxysigv4 $<TARGET_FILE:lws-minimal-secure-streams-proxy> 70 $<TARGET_FILE:lws-minimal-secure-streams-sigv4-client> -i +${CTEST_SOCKET_PATH}) 72 … add_test(NAME sspc-sigv4 COMMAND lws-minimal-secure-streams-sigv4-client -i +${CTEST_SOCKET_PATH}) 75 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-sigv4
|
/third_party/ffmpeg/tools/ |
D | uncoded_frame.c | 47 Stream *streams = NULL, *st; in main() local 108 if (!(streams = av_calloc(nb_streams, sizeof(*streams)))) { in main() 112 st = streams; in main() 122 av_assert0(st - streams == nb_streams); in main() 131 st = &streams[i]; in main() 153 streams[i].mux = streams[0].mux; in main() 157 st = &streams[i]; in main() 190 st = &streams[i]; in main() 200 st = &streams[i]; in main() 222 st = &streams[i]; in main() [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-perf C) 8 set(SAMP lws-minimal-secure-streams-perf) 18 add_executable(${SAMP} minimal-secure-streams.c) 46 $<TARGET_FILE:lws-minimal-secure-streams-perf>) 48 add_test(NAME ssperf-warmcat COMMAND lws-minimal-secure-streams-perf) 53 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams 75 ssperfproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy> 81 ssperfproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy> 93 $<TARGET_FILE:lws-minimal-secure-streams-perf-client> -i +${CTEST_SOCKET_PATH}) 95 …add_test(NAME ssperfpc-minimal COMMAND lws-minimal-secure-streams-perf-client -i +${CTEST_SOCKET_P… [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-hugeurl C) 8 set(SAMP lws-minimal-secure-streams-hugeurl) 18 add_executable(${SAMP} minimal-secure-streams.c) 46 $<TARGET_FILE:lws-minimal-secure-streams-hugeurl>) 48 add_test(NAME ss-warmcat-hurl COMMAND lws-minimal-secure-streams-hugeurl) 53 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams 75 ssproxy-hurl $<TARGET_FILE:lws-minimal-secure-streams-proxy> 81 ssproxy-hurl $<TARGET_FILE:lws-minimal-secure-streams-proxy> 93 $<TARGET_FILE:lws-minimal-secure-streams-client> -i +${CTEST_SOCKET_PATH}) 95 …add_test(NAME sspc-minimal-hurl COMMAND lws-minimal-secure-streams-client -i +${CTEST_SOCKET_PATH}) [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-blob C) 8 set(SAMP lws-minimal-secure-streams-blob) 19 add_executable(${SAMP} minimal-secure-streams.c) 47 $<TARGET_FILE:lws-minimal-secure-streams>) 49 add_test(NAME ssblob-warmcat COMMAND lws-minimal-secure-streams) 54 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams 76 ssblobproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy> 82 ssblobproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy> 94 $<TARGET_FILE:lws-minimal-secure-streams-client> -i +${CTEST_SOCKET_PATH}) 96 … add_test(NAME sspcblob-minimal COMMAND lws-minimal-secure-streams-client -i +${CTEST_SOCKET_PATH}) [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-stress C) 8 set(SAMP lws-minimal-secure-streams-stress) 19 add_executable(${SAMP} minimal-secure-streams.c) 47 $<TARGET_FILE:lws-minimal-secure-streams-stress> -c 4 --budget 5) 49 add_test(NAME ssstress-warmcat COMMAND lws-minimal-secure-streams-stress -c 4 --budget 5) 54 …WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-stress 76 ssstressproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy> 82 ssstressproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy> 94 … $<TARGET_FILE:lws-minimal-secure-streams-stress-client> -i +${CTEST_SOCKET_PATH} -c 4 --budget 5) 96 …add_test(NAME sspc-minimalstress COMMAND lws-minimal-secure-streams-stress-client -i +${CTEST_SOCK… [all …]
|
/third_party/pulseaudio/src/tests/ |
D | connect-stress.c | 54 static pa_stream *streams[NSTREAMS]; variable 100 if (streams[i]) { in _disconnect() 101 pa_stream_disconnect(streams[i]); in _disconnect() 102 pa_stream_unref(streams[i]); in _disconnect() 103 streams[i] = NULL; in _disconnect() 175 streams[i] = pa_stream_new(c, name, &sample_spec, NULL); in context_state_callback() 176 fail_unless(streams[i] != NULL); in context_state_callback() 177 pa_stream_set_state_callback(streams[i], stream_state_callback, NULL); in context_state_callback() 178 pa_stream_set_write_callback(streams[i], stream_write_callback, NULL); in context_state_callback() 179 pa_stream_connect_playback(streams[i], NULL, &buffer_attr, 0, NULL, NULL); in context_state_callback() [all …]
|
/third_party/typescript/tests/baselines/reference/user/ |
D | graceful-fs.log | 24 node_modules/graceful-fs/legacy-streams.js(14,17): error TS2345: Argument of type 'this' is not ass… 26 node_modules/graceful-fs/legacy-streams.js(36,14): error TS2339: Property 'encoding' does not exist… 27 node_modules/graceful-fs/legacy-streams.js(36,29): error TS2339: Property 'setEncoding' does not ex… 28 node_modules/graceful-fs/legacy-streams.js(36,46): error TS2339: Property 'encoding' does not exist… 29 node_modules/graceful-fs/legacy-streams.js(38,14): error TS2339: Property 'start' does not exist on… 30 node_modules/graceful-fs/legacy-streams.js(39,36): error TS2339: Property 'start' does not exist on… 31 node_modules/graceful-fs/legacy-streams.js(48,16): error TS2339: Property 'start' does not exist on… 32 node_modules/graceful-fs/legacy-streams.js(52,23): error TS2339: Property 'start' does not exist on… 33 node_modules/graceful-fs/legacy-streams.js(57,14): error TS2339: Property '_read' does not exist on… 34 node_modules/graceful-fs/legacy-streams.js(64,14): error TS2339: Property 'emit' does not exist on … [all …]
|