Home
last modified time | relevance | path

Searched refs:stream (Results 1651 - 1675 of 4000) sorted by relevance

1...<<61626364656667686970>>...160

/kernel/linux/linux-5.10/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c352 if (SNDRV_PCM_STREAM_PLAYBACK == substream->stream) { in snd_usx2y_usbpcm_hw_free()
394 stream = subs->pcm_substream->stream; in usx2y_usbpcm_urbs_start() local
397 if (SNDRV_PCM_STREAM_CAPTURE == stream) { in usx2y_usbpcm_urbs_start()
402 for (p = 0; 3 >= (stream + p); p += 2) { in usx2y_usbpcm_urbs_start()
403 struct snd_usx2y_substream *subs = usx2y->subs[stream + p]; in usx2y_usbpcm_urbs_start()
420 for (p = 0; 3 >= (stream + p); p += 2) { in usx2y_usbpcm_urbs_start()
421 struct snd_usx2y_substream *subs = usx2y->subs[stream + p]; in usx2y_usbpcm_urbs_start()
555 snd_pcm_substream_chip(substream))[substream->stream]; in snd_usx2y_usbpcm_open()
561 runtime->hw = SNDRV_PCM_STREAM_PLAYBACK == substream->stream in snd_usx2y_usbpcm_open()
[all...]
/kernel/linux/linux-6.6/net/sctp/
H A Dulpevent.c355 asoc->stream.si->enqueue_event(&asoc->ulpq, event); in sctp_ulpevent_notify_peer_addr_change()
450 skb_pull(skb, sctp_datachk_len(&asoc->stream)); in sctp_ulpevent_make_send_failed()
451 len -= sctp_datachk_len(&asoc->stream); in sctp_ulpevent_make_send_failed()
547 len -= sctp_datachk_len(&asoc->stream); in sctp_ulpevent_make_send_failed_event()
549 skb_pull(skb, sctp_datachk_len(&asoc->stream)); in sctp_ulpevent_make_send_failed_event()
747 event->stream = ntohs(chunk->subh.data_hdr->stream); in sctp_ulpevent_make_rcvmsg()
996 sinfo.sinfo_stream = event->stream; in sctp_ulpevent_read_sndrcvinfo()
1024 rinfo.rcv_sid = event->stream; in sctp_ulpevent_read_rcvinfo()
1047 nxtinfo.nxt_sid = event->stream; in __sctp_ulpevent_read_nxtinfo()
[all...]
/kernel/linux/linux-6.6/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c371 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in snd_usx2y_usbpcm_hw_free()
412 int p, u, err, stream = subs->pcm_substream->stream; in usx2y_usbpcm_urbs_start() local
417 if (stream == SNDRV_PCM_STREAM_CAPTURE) { in usx2y_usbpcm_urbs_start()
422 for (p = 0; 3 >= (stream + p); p += 2) { in usx2y_usbpcm_urbs_start()
423 struct snd_usx2y_substream *subs = usx2y->subs[stream + p]; in usx2y_usbpcm_urbs_start()
442 for (p = 0; 3 >= (stream + p); p += 2) { in usx2y_usbpcm_urbs_start()
443 struct snd_usx2y_substream *subs = usx2y->subs[stream + p]; in usx2y_usbpcm_urbs_start()
589 snd_pcm_substream_chip(substream))[substream->stream]; in snd_usx2y_usbpcm_open()
595 if (substream->stream in snd_usx2y_usbpcm_open()
[all...]
/third_party/curl/tests/server/
H A Dtftpd.c1010 FILE *stream; in parse_servercmd() local
1013 stream = test2fopen(req->testno, logdir); in parse_servercmd()
1014 if(!stream) { in parse_servercmd()
1027 error = getpart(&orgcmd, &cmdsize, "reply", "servercmd", stream); in parse_servercmd()
1028 fclose(stream); in parse_servercmd()
1099 FILE *stream; in validate_access() local
1124 stream = test2fopen(testno, logdir); in validate_access()
1129 if(!stream) { in validate_access()
1137 int error = getpart(&test->buffer, &count, "reply", partbuf, stream); in validate_access()
1138 fclose(stream); in validate_access()
[all...]
/third_party/ffmpeg/libavformat/
H A Doggdec.c69 struct ogg_stream *stream = &ogg->streams[i]; in free_stream() local
71 av_freep(&stream->buf); in free_stream()
72 if (stream->codec && in free_stream()
73 stream->codec->cleanup) { in free_stream()
74 stream->codec->cleanup(s, i); in free_stream()
77 av_freep(&stream->private); in free_stream()
78 av_freep(&stream->new_metadata); in free_stream()
131 struct ogg_stream *stream = &ogg->streams[i]; in ogg_restore() local
132 av_freep(&stream->buf); in ogg_restore()
133 av_freep(&stream in ogg_restore()
[all...]
H A Drpl.c268 "Video stream will be broken!\n", av_fourcc2str(vst->codecpar->codec_tag)); in rpl_read_header()
318 AVStream* stream; in rpl_read_packet() local
328 stream = s->streams[rpl->chunk_part]; in rpl_read_packet()
329 sti = ffstream(stream); in rpl_read_packet()
341 if (stream->codecpar->codec_type == AVMEDIA_TYPE_VIDEO && in rpl_read_packet()
342 stream->codecpar->codec_tag == 124) { in rpl_read_packet()
374 if (stream->codecpar->codec_type == AVMEDIA_TYPE_VIDEO) { in rpl_read_packet()
H A Davformat.h97 * single elementary stream. In the lavf API this process is represented by the
169 * pts/dts, 0 for duration) if the stream does not provide them. The timing
199 * - Unless the format is of the AVFMT_NOSTREAMS type, at least one stream must
201 * the @ref AVStream.codecpar "stream codec parameters" information, such as the
204 * etc.) as known. The @ref AVStream.time_base "stream timebase" should
205 * be set to the timebase that the caller desires to use for this stream (note
213 * AVFormatContext.metadata "global" or @ref AVStream.metadata "per-stream"
373 * changes on a stream, you need to loop through all streams in the AVFormatContext
406 variant_bitrate -- the total bitrate of the bitrate variant that the current stream is part of
479 #define AVFMT_SHOW_IDS 0x0008 /**< Show format stream ID
[all...]
/third_party/ffmpeg/tests/fate/
H A Dmatroska.mak110 # (Btw: The keyframe flags of the input video stream seem wrong.)
119 # stream side-data; not setting any track to default if the user requested it;
123 fate-matroska-spherical-mono-remux: CMD = transcode matroska $(TARGET_SAMPLES)/mkv/spherical.mkv matroska "-map 0 -map 0 -c copy -disposition:0 -default+forced -disposition:1 -default -default_mode passthrough -color_primaries:1 bt709 -color_trc:1 smpte170m -colorspace:1 bt2020c -color_range:1 pc" "-map 0 -c copy -t 0" "-show_entries stream_side_data_list:stream_disposition=default,forced:stream=color_range,color_space,color_primaries,color_transfer"
135 fate-matroska-mastering-display-metadata: CMD = transcode mxf $(TARGET_SAMPLES)/mxf/Meridian-Apple_ProResProxy-HDR10.mxf matroska "-map 0 -map 0:0 -c:v:0 copy -c:v:1 ffv1 -c:a:0 copy -bsf:a:0 noise=amount=3 -filter:a:1 aresample -c:a:1 pcm_s16be -bsf:a:1 noise=amount=-1:drop=-4" "-map 0 -c copy" "-show_entries stream_side_data_list:stream=index,codec_name"
151 fate-matroska-h264-remux: CMD = transcode mpegts $(TARGET_SAMPLES)/h264/h264_intra_first-small.ts matroska "-map 0:0 -map 0 -c:v copy -sar:0 3:4 -bsf:v:1 h264_metadata=aud=remove:delete_filler=1 -disposition:v +hearing_impaired -af aresample -c:a:0 pcm_s32le -c:a:1 pcm_s32be -disposition:a:0 original -metadata:s:a:0 title=swedish_silence -metadata:s:a:1 title=norwegian_silence -disposition:a:1 dub" "-map 0:v" "-show_entries stream=index,codec_name:stream_tags=title,language"
161 # The audio stream to be remuxed here has AV_DISPOSITION_VISUAL_IMPAIRED.
164 fate-matroska-mpegts-remux: CMD = transcode mpegts $(TARGET_SAMPLES)/mpegts/pmtchange.ts matroska "-map 0:2 -map 0:2 -c copy -disposition:a:1 -visual_impaired+hearing_impaired -default_mode infer" "-map 0 -c copy" "-show_entries stream_disposition:stream=index"
179 # Notice that the last packet of stream 0 before 20s is present,
180 # but has no duration (like stream 1).
193 fate-webm-webvtt-remux: CMD = transcode webvtt $(TARGET_SAMPLES)/sub/WebVTT_capability_tester.vtt webm "-map 0 -map 0 -map 0 -map 0 -c:s copy -disposition:0 original+descriptions+hearing_impaired -disposition:1 lyrics+default+metadata -disposition:2 comment+forced -disposition:3 karaoke+captions+dub" "-map 0:0 -map 0:1 -c copy" "-show_entries stream_disposition:stream
[all...]
/third_party/node/deps/v8/third_party/jinja2/
H A Denvironment.py573 stream = self.lexer.tokenize(source, name, filename, state)
575 stream = ext.filter_stream(stream)
576 if not isinstance(stream, TokenStream):
577 stream = TokenStream(stream, name, filename)
578 return stream
671 if not parser.stream.eos:
673 "chunk after expression", parser.stream.current.lineno, None, None
971 >>> stream
1106 def stream(self, *args, **kwargs): global() member in Template
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A Denvironment.py529 stream = self.lexer.tokenize(source, name, filename, state)
531 stream = ext.filter_stream(stream)
532 if not isinstance(stream, TokenStream):
533 stream = TokenStream(stream, name, filename)
534 return stream
625 if not parser.stream.eos:
627 parser.stream.current.lineno,
910 >>> stream
1023 def stream(self, *args, **kwargs): global() member in Template
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_signature.c46 uint8_t stream; member
115 * The signatures are written into the stream in two pieces:
117 * to the stream in order of the registers and each contains an offset
118 * to the semantic name string. Then these strings are dumped into the stream.
146 info->stream = var->data.stream; in get_additional_semantic_info()
466 if (rec->elements[0].stream != 0) { in fill_SV_param_nodes()
468 SV_metadata[num_metadata_nodes++] = dxil_get_metadata_int32(mod, rec->elements[0].stream); in fill_SV_param_nodes()
496 elm->stream = semantic->stream; in fill_signature_element()
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTable.java27 import static java.util.stream.Collectors.joining;
187 RangeTree allAssigned = columnRanges.values().stream() in getUnassignedRanges()
198 return columnRanges.entrySet().stream() in getColumns()
343 ImmutableMap<Column<?>, DisjointRangeMap<?>> columnMap = columnRanges.entrySet().stream() in build()
361 ImmutableSet<Column<?>> empty = columnRanges.entrySet().stream() in buildMinimal()
384 List<Assignment<?>> assignments = row.getValue().entrySet().stream() in from()
518 ImmutableMap<Column<?>, DisjointRangeMap<?>> columnMap = columns.stream() in subTable()
828 return table.rowMap().entrySet().stream() in toString()
834 return r.values().stream() in rowToString()
854 ImmutableList<Column<?>> reversedColumns = src.rowMap().entrySet().stream() in toRows()
[all...]
/third_party/skia/third_party/externals/jinja2/
H A Denvironment.py573 stream = self.lexer.tokenize(source, name, filename, state)
575 stream = ext.filter_stream(stream)
576 if not isinstance(stream, TokenStream):
577 stream = TokenStream(stream, name, filename)
578 return stream
671 if not parser.stream.eos:
673 "chunk after expression", parser.stream.current.lineno, None, None
971 >>> stream
1106 def stream(self, *args, **kwargs): global() member in Template
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc36 // create an output stream and write some data to it, then create a
37 // corresponding input stream to read the same data back and expect it to
105 // Helper to write an array of data to an output stream.
107 // Helper to read a fixed-length array of data from an input stream.
109 // Write a string to the output stream.
114 // Writes some text to the output stream in a particular order. Returns
116 // input stream.
118 // Reads text from an input stream and expects it to match what
124 // Reads and tests a stream that should have been written to
229 // Reads text from an input stream an
880 std::stringstream stream; TEST_F() local
896 std::stringstream stream; TEST_F() local
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderControlStatementTests.cpp49 static void writeConditionalWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) in writeConditionalWorkload() argument
53 stream << resultName << " = "; in writeConditionalWorkload()
58 stream << "*"; in writeConditionalWorkload()
60 stream << operandName; in writeConditionalWorkload()
63 stream << ";"; in writeConditionalWorkload()
67 static void writeLoopWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) in writeLoopWorkload() argument
71 stream << resultName << " = "; in writeLoopWorkload()
76 stream << " * "; in writeLoopWorkload()
78 stream << "(" << resultName << " + " << operandName << ")"; in writeLoopWorkload()
81 stream << ";"; in writeLoopWorkload()
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglPartialUpdateTests.cpp528 std::ostringstream stream; in iterate() local
529 stream << "Fail, the age is invalid. Age: " << currentBufferAge << ", frameNdx: " << frameNdx; in iterate()
530 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, stream.str().c_str()); in iterate()
605 std::ostringstream stream; in generateDrawTypeName() local
612 stream << "_render"; in generateDrawTypeName()
614 stream << "_clear"; in generateDrawTypeName()
618 return stream.str(); in generateDrawTypeName()
666 std::ostringstream stream; in compareToReference() local
667 stream << "FrameNdx = " << frameNdx << ", compare current buffer (numbered: " << bufferNum << ") to reference"; in compareToReference()
668 return tcu::intThresholdPositionDeviationCompare(log, "partial update test", stream in compareToReference()
[all...]
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderControlStatementTests.cpp49 static void writeConditionalWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) in writeConditionalWorkload() argument
53 stream << resultName << " = "; in writeConditionalWorkload()
58 stream << "*"; in writeConditionalWorkload()
60 stream << operandName; in writeConditionalWorkload()
63 stream << ";"; in writeConditionalWorkload()
67 static void writeLoopWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) in writeLoopWorkload() argument
71 stream << resultName << " = "; in writeLoopWorkload()
76 stream << " * "; in writeLoopWorkload()
78 stream << "(" << resultName << " + " << operandName << ")"; in writeLoopWorkload()
81 stream << ";"; in writeLoopWorkload()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c319 assert(!"Unknown stream format"); in debug_stream_format2str()
320 return "unknown-stream-format"; in debug_stream_format2str()
572 debug_print_fifo_channel_state(&sp_to_s2m, "SP to stream-to-memory"); in ia_css_debug_dump_str2mem_sp_fifo_state()
2223 #define FIND_DMEM_PARAMS_TYPE(stream, kernel, type) \
2225 findf_dmem_params(stream, offsetof(struct ia_css_memory_offsets, dmem.kernel))
2227 #define FIND_DMEM_PARAMS(stream, kernel) FIND_DMEM_PARAMS_TYPE(stream, kernel, kernel)
2231 findf_dmem_params(struct ia_css_stream *stream, short idx) in findf_dmem_params() argument
2235 for (i = 0; i < stream->num_pipes; i++) { in findf_dmem_params()
2236 struct ia_css_pipe *pipe = stream in findf_dmem_params()
2255 ia_css_debug_dump_isp_params(struct ia_css_stream *stream, unsigned int enable) ia_css_debug_dump_isp_params() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c318 assert(!"Unknown stream format"); in debug_stream_format2str()
319 return "unknown-stream-format"; in debug_stream_format2str()
571 debug_print_fifo_channel_state(&sp_to_s2m, "SP to stream-to-memory"); in ia_css_debug_dump_str2mem_sp_fifo_state()
2220 #define FIND_DMEM_PARAMS_TYPE(stream, kernel, type) \
2222 findf_dmem_params(stream, offsetof(struct ia_css_memory_offsets, dmem.kernel))
2224 #define FIND_DMEM_PARAMS(stream, kernel) FIND_DMEM_PARAMS_TYPE(stream, kernel, kernel)
2228 findf_dmem_params(struct ia_css_stream *stream, short idx) in findf_dmem_params() argument
2232 for (i = 0; i < stream->num_pipes; i++) { in findf_dmem_params()
2233 struct ia_css_pipe *pipe = stream in findf_dmem_params()
2252 ia_css_debug_dump_isp_params(struct ia_css_stream *stream, unsigned int enable) ia_css_debug_dump_isp_params() argument
[all...]
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.h69 friend std::ostream &operator<<(std::ostream &stream, const AstObject &t);
160 friend std::ostream &operator<<(std::ostream &stream, const ConfigNode &t);
229 friend std::ostream &operator<<(std::ostream &stream, const ConfigTerm &t);
452 std::ostream &operator<<(std::ostream &stream, const AstObject &t);
453 std::ostream &operator<<(std::ostream &stream, const ConfigNode &t);
454 std::ostream &operator<<(std::ostream &stream, const ConfigTerm &t);
/kernel/linux/linux-5.10/sound/firewire/oxfw/
H A Doxfw-pcm.c114 struct amdtp_stream *stream; in init_hw_params() local
117 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) { in init_hw_params()
119 stream = &oxfw->tx_stream; in init_hw_params()
123 stream = &oxfw->rx_stream; in init_hw_params()
141 err = amdtp_am824_add_pcm_hw_constraints(stream, runtime); in init_hw_params()
153 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) in limit_to_current_params()
186 // When source of clock is not internal or any stream is reserved for in pcm_open()
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H A Dhda.h175 * Timeout in us, for setting the stream RUN bit, during
176 * start/stop the stream. The timeout expires if new RUN bit
469 struct sof_intel_stream stream; member
546 struct hdac_ext_stream *stream,
549 int hda_dsp_iccmax_stream_hw_params(struct snd_sof_dev *sdev, struct hdac_ext_stream *stream,
553 struct hdac_ext_stream *stream, int cmd);
557 struct hdac_stream *stream);
565 struct hdac_ext_stream *stream,
/kernel/linux/linux-6.6/tools/net/ynl/lib/
H A Dnlspec.py369 with open(spec_path, "r") as stream:
371 first = stream.readline().strip()
376 stream.seek(0)
377 spec = yaml.safe_load(stream)
393 with open(schema_path, "r") as stream:
394 schema = yaml.safe_load(stream)
/kernel/linux/linux-6.6/sound/firewire/oxfw/
H A Doxfw-pcm.c114 struct amdtp_stream *stream; in init_hw_params() local
117 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) { in init_hw_params()
119 stream = &oxfw->tx_stream; in init_hw_params()
123 stream = &oxfw->rx_stream; in init_hw_params()
141 err = amdtp_am824_add_pcm_hw_constraints(stream, runtime); in init_hw_params()
153 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) in limit_to_current_params()
186 // When source of clock is not internal or any stream is reserved for in pcm_open()
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dc_wrapper_generator.py362 self.stream = 'stdout'
364 def set_stream(self, stream: str) -> None:
365 """Set the stdio stream to log to.
369 self.stream = stream
456 if ({stream}) {{
457 mbedtls_fprintf({stream}, "{formats}\\n",
462 .format(stream=self.stream,

Completed in 32 milliseconds

1...<<61626364656667686970>>...160