Home
last modified time | relevance | path

Searched refs:stream (Results 1176 - 1200 of 2424) sorted by relevance

1...<<41424344454647484950>>...97

/third_party/python/Include/
H A Dcodecs.h194 PyObject *stream,
202 PyObject *stream,
/third_party/skia/src/codec/
H A DSkJpegCodec.h32 * Takes ownership of the stream
72 * Read enough of the stream to initialize the SkJpegCodec.
84 * @param stream
93 static Result ReadHeader(SkStream* stream, SkCodec** codecOut,
102 * @param stream the encoded image data
106 SkJpegCodec(SkEncodedInfo&& info, std::unique_ptr<SkStream> stream,
H A DSkJpegDecoderMgr.cpp78 JpegDecoderMgr::JpegDecoderMgr(SkStream* stream) in JpegDecoderMgr() argument
79 : fSrcMgr(stream) in JpegDecoderMgr()
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
H A DLiveEffectEngine.h65 void closeStream(std::shared_ptr<oboe::AudioStream> &stream);
73 void warnIfNotLowLatency(std::shared_ptr<oboe::AudioStream> &stream);
/third_party/skia/src/utils/win/
H A DSkDWriteFontFileStream.h77 static HRESULT Create(SkStreamAsset* stream,
81 explicit SkDWriteFontFileStreamWrapper(SkStreamAsset* stream);
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidparse.h44 * stream ::
45 * The current input stream.
71 FT_Stream stream; member
88 FT_Stream stream,
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_iptc.h156 void ParseString (dng_stream &stream,
160 void SpoolString (dng_stream &stream,
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.h106 PyObject *stream; member
111 PyObject *stream; member
/third_party/node/test/cctest/
H A Dtest_inspector_socket.cc79 static void buffer_alloc_cb(uv_handle_t* stream, size_t len, uv_buf_t* buf) { in buffer_alloc_cb() argument
277 static void check_data_cb(uv_stream_t* stream, ssize_t nread, in check_data_cb() argument
280 read_expects* expects = static_cast<read_expects*>(stream->data); in check_data_cb()
284 stream->data = nullptr; in check_data_cb()
285 uv_read_stop(stream); in check_data_cb()
299 static void fail_callback(uv_stream_t* stream, ssize_t nread, in fail_callback() argument
310 uv_stream_t* stream = reinterpret_cast<uv_stream_t*>(&client_socket); in expect_nothing_on_client() local
311 int err = uv_read_start(stream, buffer_alloc_cb, fail_callback); in expect_nothing_on_client()
315 uv_read_stop(stream); in expect_nothing_on_client()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_strm.c190 return ngtcp2_ksl_insert(strm->tx.streamfrq, NULL, &frc->fr.stream.offset, in ngtcp2_strm_streamfrq_push()
213 fr = &frc->fr.stream; in strm_streamfrq_unacked_pop()
305 nfr = &nfrc->fr.stream; in strm_streamfrq_unacked_pop()
379 fr = &frc->fr.stream; in ngtcp2_strm_streamfrq_pop()
414 nfr = &nfrc->fr.stream; in ngtcp2_strm_streamfrq_pop()
439 nfr = &nfrc->fr.stream; in ngtcp2_strm_streamfrq_pop()
474 nfr = &nfrc->fr.stream; in ngtcp2_strm_streamfrq_pop()
534 nfr = &nfrc->fr.stream; in ngtcp2_strm_streamfrq_pop()
559 fr = &frc->fr.stream; in ngtcp2_strm_streamfrq_unacked_offset()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dregs_v2x.h2621 static inline void raw_wr_set_pic_size(struct rkisp_stream *stream, u32 width, u32 height) in raw_wr_set_pic_size() argument
2623 void __iomem *base = stream->ispdev->base_addr; in raw_wr_set_pic_size()
2625 if (stream->out_isp_fmt.fmt_type == FMT_YUV) { in raw_wr_set_pic_size()
2627 } else if (stream->out_isp_fmt.fmt_type == FMT_EBD) { /* hardware received 16bit embedded data */ in raw_wr_set_pic_size()
2630 writel((height << 0x0A) | width, base + stream->config->dma.pic_size); in raw_wr_set_pic_size()
2633 static inline void raw_wr_set_pic_offs(struct rkisp_stream *stream, u32 val) in raw_wr_set_pic_offs() argument
2635 void __iomem *base = stream->ispdev->base_addr; in raw_wr_set_pic_offs()
2637 writel(val, base + stream->config->dma.pic_offs); in raw_wr_set_pic_offs()
2640 static inline void raw_wr_ctrl(struct rkisp_stream *stream, u32 val) in raw_wr_ctrl() argument
2642 void __iomem *base = stream in raw_wr_ctrl()
2647 raw_wr_enable(struct rkisp_stream *stream) raw_wr_enable() argument
2657 raw_wr_disable(struct rkisp_stream *stream) raw_wr_disable() argument
2687 mi_raw_length(struct rkisp_stream *stream) mi_raw_length() argument
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Dregs_v2x.h2623 static inline void raw_wr_set_pic_size(struct rkisp_stream *stream, in raw_wr_set_pic_size() argument
2626 void __iomem *base = stream->ispdev->base_addr; in raw_wr_set_pic_size()
2628 if (stream->out_isp_fmt.fmt_type == FMT_YUV) in raw_wr_set_pic_size()
2631 else if (stream->out_isp_fmt.fmt_type == FMT_EBD) in raw_wr_set_pic_size()
2634 base + stream->config->dma.pic_size); in raw_wr_set_pic_size()
2637 static inline void raw_wr_set_pic_offs(struct rkisp_stream *stream, u32 val) in raw_wr_set_pic_offs() argument
2639 void __iomem *base = stream->ispdev->base_addr; in raw_wr_set_pic_offs()
2641 writel(val, base + stream->config->dma.pic_offs); in raw_wr_set_pic_offs()
2644 static inline void raw_wr_ctrl(struct rkisp_stream *stream, u32 val) in raw_wr_ctrl() argument
2646 void __iomem *base = stream in raw_wr_ctrl()
2651 raw_wr_enable(struct rkisp_stream *stream) raw_wr_enable() argument
2661 raw_wr_disable(struct rkisp_stream *stream) raw_wr_disable() argument
2691 mi_raw_length(struct rkisp_stream *stream) mi_raw_length() argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libsec/include/
H A Dsecurec.h315 * string (specified by the argument buffer) rather than from a stream
339 * Parameter: stream - stdio file stream
343 SECUREC_API int fscanf_s(FILE *stream, const char *format, ...);
350 * Parameter: stream - stdio file stream
355 SECUREC_API int vfscanf_s(FILE *stream, const char *format, va_list argList);
377 * by destMax from the stream pointed to by stdin, into the array pointed to by buffer
505 * Parameter: stream - stdio file stream
[all...]
/third_party/curl/tests/server/
H A Dgetpart.c146 FILE *stream) in readline()
161 if(!fgets(*buffer + offset, bytestoread, stream)) in readline()
309 const char *main, const char *sub, FILE *stream) in getpart()
348 while((error = readline(&buffer, &bufsize, &datalen, stream)) == GPE_OK) { in getpart()
145 readline(char **buffer, size_t *bufsize, size_t *length, FILE *stream) readline() argument
308 getpart(char **outbuf, size_t *outlen, const char *main, const char *sub, FILE *stream) getpart() argument
/third_party/bounds_checking_function/include/
H A Dsecurec.h329 * string (specified by the argument buffer) rather than from a stream
353 * Parameter: stream - stdio file stream
357 SECUREC_API int fscanf_s(FILE *stream, const char *format, ...);
364 * Parameter: stream - stdio file stream
369 SECUREC_API int vfscanf_s(FILE *stream, const char *format, va_list argList);
391 * by destMax from the stream pointed to by stdin, into the array pointed to by buffer
517 * Parameter: stream - stdio file stream
[all...]
/third_party/cups-filters/filter/
H A Dpdf.cxx112 * 'pdf_prepend_stream' - Prepend a stream to the contents of a specified
115 * I - page number of page to prepend stream to
126 fprintf(stderr, "ERROR: Unable to prepend stream to requested PDF page\n"); in pdf_prepend_stream()
132 // get page contents stream / array in pdf_prepend_stream()
140 // prepare the new stream which is to be prepended in pdf_prepend_stream()
143 QPDFObjectHandle stream = QPDFObjectHandle::newStream(pdf, stream_data); in pdf_prepend_stream() local
144 stream = pdf->makeIndirectObject(stream); in pdf_prepend_stream()
146 // if the contents is an array, prepend the new stream to the array, in pdf_prepend_stream()
155 contents.insertItem(0, stream); in pdf_prepend_stream()
[all...]
/third_party/alsa-lib/include/sound/uapi/
H A Dasoc.h34 * Maximum number of PCM stream configs
326 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; /* Name of the stream */
527 struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX]; /* for DAI link */ member
550 char stream_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; /* stream name - used to match */
551 struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX]; /* supported configs playback and captrure */ member
627 struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX]; /* for DAI link */ member
636 struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX]; /* supported configs playback and captrure */ member
/third_party/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2.h39 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() argument
59 void SetStream(ISequentialOutStream *stream) { _stream = stream; }
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_internal.cc88 // Callback function for zlib that opens a file stream from a file descriptor.
90 // a file stream.
111 int FdCloseFileFunc(void* opaque, void* stream) { in FdCloseFileFunc() argument
112 fclose(static_cast<FILE*>(stream)); in FdCloseFileFunc()
130 // Callback function for zlib that opens a file stream from a Windows handle.
145 int HandleCloseFileFunc(void* opaque, void* stream) { in HandleCloseFileFunc() argument
146 free(stream); // malloc'ed in HandleOpenFileFunc() in HandleCloseFileFunc()
161 // uses this pointer as a stream parameter while compressing or uncompressing
178 // Reads compressed data from the specified stream. This function copies data
180 uLong ReadZipBuffer(void* opaque, void* /*stream*/, voi
[all...]
/third_party/node/deps/zlib/google/
H A Dzip_internal.cc88 // Callback function for zlib that opens a file stream from a file descriptor.
90 // a file stream.
111 int FdCloseFileFunc(void* opaque, void* stream) { in FdCloseFileFunc() argument
112 fclose(static_cast<FILE*>(stream)); in FdCloseFileFunc()
130 // Callback function for zlib that opens a file stream from a Windows handle.
145 int HandleCloseFileFunc(void* opaque, void* stream) { in HandleCloseFileFunc() argument
146 free(stream); // malloc'ed in HandleOpenFileFunc() in HandleCloseFileFunc()
161 // uses this pointer as a stream parameter while compressing or uncompressing
178 // Reads compressed data from the specified stream. This function copies data
180 uLong ReadZipBuffer(void* opaque, void* /*stream*/, voi
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DCsvData.java117 .getValues(RangesTableSchema.CSV_REGIONS).stream() in checkRegions()
118 .flatMap(r -> r.getValues().stream()) in checkRegions()
134 shortcodes.getKeys().stream().map(ShortcodeKey::getRegion).collect(toImmutableSet()); in checkRegions()
145 if (diff.getKeys().stream().anyMatch(k -> k.getStatus() != Status.UNCHANGED)) { in diff()
/third_party/skia/third_party/externals/angle2/src/common/
H A Ddebug.h69 // create an instance of LogMessage and then stream stuff to it.
81 std::ostream &stream() { return mStream; } in stream() function in gl::LogMessage
141 // Used by ANGLE_LOG_IS_ON to lazy-evaluate stream arguments.
231 // Helper macro which avoids evaluating the arguments to a stream if the condition doesn't hold.
233 #define ANGLE_LAZY_STREAM(stream, condition) \
234 !(condition) ? static_cast<void>(0) : ::gl::priv::LogMessageVoidify() & (stream)
241 // impossible to stream something like a string directly to an unnamed
242 // ostream. We employ a neat hack by calling the stream() member
244 #define ANGLE_LOG_STREAM(severity) COMPACT_ANGLE_LOG_##severity.stream()
314 // Note that gSwallowStream is used instead of an arbitrary LOG() stream t
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.h42 void load(gl::BinaryInputStream *stream);
43 void save(gl::BinaryOutputStream *stream);
123 void save(gl::BinaryOutputStream *stream);
124 std::unique_ptr<rx::LinkEvent> load(gl::BinaryInputStream *stream);
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_struct_namevalue.c105 void *stream; in main() local
306 if(0 > (ret = SPDYF_name_value_to_stream(container_arr, 2, &stream)) || NULL == stream) in main()
308 ret = SPDYF_name_value_from_stream(stream, ret, &container3); in main()
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_internal.cc83 // Callback function for zlib that opens a file stream from a file descriptor.
85 // a file stream.
106 int FdCloseFileFunc(void* opaque, void* stream) { in FdCloseFileFunc() argument
107 fclose(static_cast<FILE*>(stream)); in FdCloseFileFunc()
125 // Callback function for zlib that opens a file stream from a Windows handle.
140 int HandleCloseFileFunc(void* opaque, void* stream) { in HandleCloseFileFunc() argument
141 free(stream); // malloc'ed in HandleOpenFileFunc() in HandleCloseFileFunc()
156 // uses this pointer as a stream parameter while compressing or uncompressing
173 // Reads compressed data from the specified stream. This function copies data
175 uLong ReadZipBuffer(void* opaque, void* /*stream*/, voi
[all...]

Completed in 33 milliseconds

1...<<41424344454647484950>>...97