Home
last modified time | relevance | path

Searched refs:stream (Results 2701 - 2725 of 4252) sorted by relevance

1...<<101102103104105106107108109110>>...171

/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DAppletFrame.java141 public void setStream(String key, InputStream stream) throws IOException { in setStream() argument
/third_party/ltp/testcases/network/xinetd/
H A Dxinetd_tests.sh47 socket_type = stream
/third_party/node/deps/v8/src/diagnostics/
H A Dcode-tracer.h64 std::ostream& stream() { in stream() function in v8::internal::final::StreamScope
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_fence.c116 fence->timestamp = etna_cmd_stream_timestamp(ctx->stream); in etna_fence_create()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_gs.h87 struct draw_vertex_stream stream[TGSI_MAX_VERTEX_STREAMS]; member
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvKeyMarshaller.java26 import java.util.stream.Stream;
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
H A DMigrationUtils.java26 import java.util.stream.Stream;
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_parser.hpp51 const uint32_t *stream(const Instruction &instr) const;
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_termination.c84 write_data (void *ptr, size_t size, size_t nmemb, void *stream) in write_data() argument
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffload.h65 FT_Stream stream,
/third_party/skia/third_party/externals/freetype/src/type42/
H A Dt42objs.h66 T42_Face_Init( FT_Stream stream,
/third_party/skia/tools/
H A DMSKPPlayer.h30 /** Make a player from a MSKP stream, or null if stream can't be read as MSKP. */
31 static std::unique_ptr<MSKPPlayer> Make(SkStreamSeekable* stream);
/third_party/skia/tools/debugger/
H A DJsonWriteBuffer.h46 size_t writeStream(SkStream* stream, size_t length) override;
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_mosaic_info.h96 dng_stream &stream,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_none.c105 int os_fdatasync(FILE *stream) in os_fdatasync() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_none.c105 int os_fdatasync(FILE *stream) in os_fdatasync() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_dom.cpp187 std::stringstream stream; in ParseFillAttr() local
188 stream << std::hex << fillColor_.value().GetValue(); in ParseFillAttr()
189 std::string newValue(stream.str()); in ParseFillAttr()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_playback.cpp118 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(fPath_.c_str()); in MSKPSrc() local
120 int count = SkMultiPictureDocumentReadPageCount(stream.get()); in MSKPSrc()
128 SkMultiPictureDocumentRead(stream.get(), &fPages_[0], count, &procs); in MSKPSrc()
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dffmpeg_api_wrap.cpp187 AVStream *stream = nullptr; in FormatNewStream() local
189 stream = formatNewStreamFunc(s, c); in FormatNewStream()
191 return stream; in FormatNewStream()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_generator.cpp257 static uint32_t CopyToSurfaceBuffer(std::unique_ptr<InputDataStream> &stream, sptr<SurfaceBuffer> &surfaceBuffer) in CopyToSurfaceBuffer() argument
259 uint8_t *src = stream->GetDataPtr(); in CopyToSurfaceBuffer()
260 uint32_t srcSize = stream->GetStreamSize(); in CopyToSurfaceBuffer()
267 IMAGE_LOGD("SurfaceBuffer size: %{public}u, stream size: %{public}u", dstSize, srcSize); in CopyToSurfaceBuffer()
398 IMAGE_LOGE("Convert stream to surface buffer failed! errorCode: %{public}u", errorCode); in GenerateJpegAuxiliaryPicture()
/kernel/linux/linux-5.10/sound/soc/atmel/
H A Datmel-i2s.c275 bool is_playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); in atmel_i2s_prepare()
327 bool is_playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); in atmel_i2s_hw_params()
480 bool is_playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); in atmel_i2s_trigger()
/kernel/linux/linux-5.10/sound/soc/hisilicon/
H A Dhi6210-i2s.c425 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in hi6210_i2s_hw_params()
482 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) in hi6210_i2s_trigger()
489 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) in hi6210_i2s_trigger()
/kernel/linux/linux-5.10/sound/soc/pxa/
H A Dmmp-sspa.c265 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in mmp_sspa_hw_params()
290 * stream, do not enable again. in mmp_sspa_trigger()
295 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in mmp_sspa_trigger()
306 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in mmp_sspa_trigger()
309 /* have no capture stream, disable rx port */ in mmp_sspa_trigger()
422 "can't change hardware dai format: stream is in use\n"); in mmp_sspa_open()
/kernel/linux/linux-5.10/sound/soc/jz4740/
H A Djz4740-i2s.c149 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in jz4740_i2s_startup()
202 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in jz4740_i2s_trigger()
304 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in jz4740_i2s_hw_params()
/kernel/linux/linux-5.10/sound/soc/qcom/
H A Dsdm845.c60 substream->stream); in sdm845_slim_snd_hw_params()
75 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in sdm845_slim_snd_hw_params()
106 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in sdm845_tdm_snd_hw_params()

Completed in 14 milliseconds

1...<<101102103104105106107108109110>>...171