Home
last modified time | relevance | path

Searched refs:stream (Results 2101 - 2125 of 2618) sorted by relevance

1...<<81828384858687888990>>...105

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_parser.h47 static heif_error MakeFromStream(const std::shared_ptr<HeifInputStream> &stream, std::shared_ptr<HeifParser> *out);
86 // stream
/foundation/multimedia/media_utils_lite/hals/
H A Dhal_camera.h224 int32_t HalCameraStreamCreate(uint32_t cameraId, const StreamAttr *stream, uint32_t *streamId);
/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/include/
H A Dbg_efficiency_resources_mgr.h80 std::stringstream &stream, const char *headInfo);
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dmultipart.rs315 /// let part = Part::new().mime("application/octet-stream");
347 /// let part = Part::new().mime("application/octet-stream");
356 /// Sets a stream body of this `Part`.
366 /// # fn set_stream_body<R: AsyncRead + Send + Sync + 'static>(stream: R) {
367 /// let part = Part::new().stream(stream);
370 pub fn stream<T: AsyncRead + Send + Sync + 'static>(mut self, body: T) -> Self { in stream() functions
371 self.body = Some(MultiPartState::stream(Box::pin(body))); in stream()
419 MultiPartState::Stream(ref mut stream) => { in poll_read_curr()
421 match stream in poll_read_curr()
451 fn stream(reader: Pin<Box<dyn AsyncRead + Send + Sync>>) -> Self { stream() functions
[all...]
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h107 EGLStreamKHR stream, const EGLint *attribList);
/third_party/ffmpeg/libavformat/
H A Drtpdec_hevc.c48 AVStream *stream, in hevc_sdp_parse_fmtp_config()
99 When the RTP stream depends on one or more other RTP in hevc_sdp_parse_fmtp_config()
47 hevc_sdp_parse_fmtp_config(AVFormatContext *s, AVStream *stream, PayloadContext *hevc_data, const char *attr, const char *value) hevc_sdp_parse_fmtp_config() argument
/third_party/ffmpeg/tests/fate/
H A Dcbs.mak2 # arguments, it decomposes the stream fully and then recomposes it
H A Dmxf.mak18 # Tests probing MXF format and stream properties
/third_party/PyYAML/tests/lib/
H A Dtest_appliance.py102 pprint.pprint(arg, stream=sys.stdout)
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DRbPath.java190 return new RbPath(segments.stream().map(fn).collect(toImmutableList())); in mapSegments()
H A DIcuConverterConfig.java7 import static java.util.stream.Collectors.joining;
H A DAlternateLocaleData.java126 this.toRemove = altPaths.entrySet().stream() in AltData()
/third_party/mesa3d/include/drm-uapi/
H A Detnaviv_drm.h206 __u64 stream; /* in, ptr to cmdstream */ member
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zOut.h314 HRESULT Create_and_WriteStartPrefix(ISequentialOutStream *stream /* , bool endMarker */);
/third_party/libdrm/etnaviv/
H A Detnaviv_drm.h206 __u64 stream; /* in, ptr to cmdstream */ member
/third_party/node/src/
H A Dspawn_sync.h111 static void ReadCallback(uv_stream_t* stream,
/third_party/node/deps/histogram/include/hdr/
H A Dhdr_histogram.h460 * Print out a percentile based histogram to the supplied stream. Note that
464 * @param stream The FILE to write the output to
472 struct hdr_histogram* h, FILE* stream, int32_t ticks_per_half_distance,
/third_party/node/deps/npm/node_modules/cacache/lib/content/
H A Dwrite.js48 module.exports.stream = writeStream
78 const e = new Error('Cache input stream was empty')
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dmodes.h183 ocb128_f stream; /* direction dependent */ member
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DPrefixTree.java218 ranges.asRangeSpecifications().stream() in trim()
H A DTypes.java51 import java.util.stream.Stream;
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
H A DPrefixTreeTest.java211 return RangeTree.from(Arrays.stream(specs).map(RangeSpecification::parse)); in ranges()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
H A DDigitSequenceMatcherTest.java172 return RangeTree.from(Arrays.stream(lines).map(RangeSpecification::parse)); in ranges()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvParserTest.java27 import java.util.stream.Stream;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DTextureNULL.h141 egl::Stream *stream,

Completed in 14 milliseconds

1...<<81828384858687888990>>...105