/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/ |
H A D | heif_parser.h | 47 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 D | hal_camera.h | 224 int32_t HalCameraStreamCreate(uint32_t cameraId, const StreamAttr *stream, uint32_t *streamId);
|
/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/include/ |
H A D | bg_efficiency_resources_mgr.h | 80 std::stringstream &stream, const char *headInfo);
|
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/ |
H A D | multipart.rs | 315 /// 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 D | egl_wrapper_display.h | 107 EGLStreamKHR stream, const EGLint *attribList);
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_hevc.c | 48 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 D | cbs.mak | 2 # arguments, it decomposes the stream fully and then recomposes it
|
H A D | mxf.mak | 18 # Tests probing MXF format and stream properties
|
/third_party/PyYAML/tests/lib/ |
H A D | test_appliance.py | 102 pprint.pprint(arg, stream=sys.stdout)
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | RbPath.java | 190 return new RbPath(segments.stream().map(fn).collect(toImmutableList())); in mapSegments()
|
H A D | IcuConverterConfig.java | 7 import static java.util.stream.Collectors.joining;
|
H A D | AlternateLocaleData.java | 126 this.toRemove = altPaths.entrySet().stream() in AltData()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | etnaviv_drm.h | 206 __u64 stream; /* in, ptr to cmdstream */ member
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zOut.h | 314 HRESULT Create_and_WriteStartPrefix(ISequentialOutStream *stream /* , bool endMarker */);
|
/third_party/libdrm/etnaviv/ |
H A D | etnaviv_drm.h | 206 __u64 stream; /* in, ptr to cmdstream */ member
|
/third_party/node/src/ |
H A D | spawn_sync.h | 111 static void ReadCallback(uv_stream_t* stream,
|
/third_party/node/deps/histogram/include/hdr/ |
H A D | hdr_histogram.h | 460 * 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 D | write.js | 48 module.exports.stream = writeStream 78 const e = new Error('Cache input stream was empty')
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | modes.h | 183 ocb128_f stream; /* direction dependent */ member
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
H A D | PrefixTree.java | 218 ranges.asRangeSpecifications().stream() in trim()
|
H A D | Types.java | 51 import java.util.stream.Stream;
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/ |
H A D | PrefixTreeTest.java | 211 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 D | DigitSequenceMatcherTest.java | 172 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 D | CsvParserTest.java | 27 import java.util.stream.Stream;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | TextureNULL.h | 141 egl::Stream *stream,
|