/third_party/alsa-lib/include/ |
H A D | pcm_external.h | 56 snd_pcm_stream_t stream, int mode)
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_xts.h | 32 OSSL_xts_stream_fn stream; member
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_xts.h | 32 OSSL_xts_stream_fn stream; member
|
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/wav/ |
H A D | WavFmtChunkHeader.h | 51 void read(InputStream *stream);
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftgzip.h | 5 * Gzip-compressed stream support. 48 * compressed file, the library will try to open a gzipped stream from it 51 * The stream implementation is very basic and resets the decompression 52 * process each time seeking backwards is needed within the stream, 66 * Open a new stream to parse gzip-compressed font files. This is mainly 71 * stream :: 72 * The target embedding stream. 75 * The source stream. 81 * The source stream must be opened _before_ calling this function. 83 * Calling the internal function `FT_Stream_Close` on the new stream wil [all...] |
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttkern.h | 33 FT_Stream stream );
|
/third_party/vk-gl-cts/scripts/opengl/ |
H A D | gen_enums.py | 37 logging.basicConfig(stream=sys.stderr, level=logging.INFO)
|
H A D | gen_versions.py | 37 logging.basicConfig(stream=sys.stderr, level=logging.INFO)
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_dom.cpp | 228 std::stringstream stream; in ParseFillAttr() local 229 stream << std::hex << fillColor_.value().GetValue(); in ParseFillAttr() 230 std::string newValue(stream.str()); in ParseFillAttr()
|
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/ |
H A D | audio_effect.h | 102 std::string stream; member 108 std::string stream; member 168 std::vector<Stream> stream; member
|
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/source/ |
H A D | player_demux.cpp | 104 source.stream = &stream_; in GetFormatDemuxer() 132 int32_t PlayerDemuxer::SetSource(BufferStream &stream) in SetSource() argument 135 stream_ = stream; in SetSource()
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | chacha-glue.c | 3 * ARM NEON accelerated ChaCha and XChaCha stream ciphers, 66 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch() argument 69 hchacha_block_arm(state, stream, nrounds); in hchacha_block_arch() 72 hchacha_block_neon(state, stream, nrounds); in hchacha_block_arch() 344 MODULE_DESCRIPTION("ChaCha and XChaCha stream ciphers (scalar and NEON accelerated)");
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | chacha_glue.c | 3 * x64 SIMD accelerated ChaCha and XChaCha stream ciphers, 124 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch() argument 127 hchacha_block_generic(state, stream, nrounds); in hchacha_block_arch() 130 hchacha_block_ssse3(state, stream, nrounds); in hchacha_block_arch() 311 MODULE_DESCRIPTION("ChaCha and XChaCha stream ciphers (x64 SIMD accelerated)");
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | chacha-glue.c | 3 * ARM NEON accelerated ChaCha and XChaCha stream ciphers, 67 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch() argument 70 hchacha_block_arm(state, stream, nrounds); in hchacha_block_arch() 73 hchacha_block_neon(state, stream, nrounds); in hchacha_block_arch() 345 MODULE_DESCRIPTION("ChaCha and XChaCha stream ciphers (scalar and NEON accelerated)");
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_dmaengine.c | 73 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in snd_hwparams_to_dma_slave_config() 97 * direction of the substream. If the substream is a playback stream the dst 98 * fields will be initialized, if it is a capture stream the src fields will be 109 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in snd_dmaengine_pcm_set_config_from_dai_data() 414 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in snd_dmaengine_pcm_refine_runtime_hwparams()
|
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | mpc5200_psc_ac97.c | 155 if (substream->pstr->stream != SNDRV_PCM_STREAM_CAPTURE) in psc_ac97_hw_analog_params() 184 dev_dbg(psc_dma->dev, "AC97 START: stream=%i\n", in psc_ac97_trigger() 185 substream->pstr->stream); in psc_ac97_trigger() 193 dev_dbg(psc_dma->dev, "AC97 STOP: stream=%i\n", in psc_ac97_trigger() 194 substream->pstr->stream); in psc_ac97_trigger()
|
/kernel/linux/linux-5.10/sound/soc/sirf/ |
H A D | sirf-usp.c | 218 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in sirf_usp_pcm_hw_params() 247 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in sirf_usp_pcm_trigger() 255 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in sirf_usp_pcm_trigger()
|
/kernel/linux/linux-5.10/sound/soc/uniphier/ |
H A D | aio-dma.c | 113 struct uniphier_aio_sub *sub = &aio->sub[substream->stream]; in uniphier_aiodma_prepare() 140 struct uniphier_aio_sub *sub = &aio->sub[substream->stream]; in uniphier_aiodma_trigger() 176 struct uniphier_aio_sub *sub = &aio->sub[substream->stream]; in uniphier_aiodma_pointer()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_proto_udp.c | 104 * stream. Set Assured. in nf_conntrack_udp_packet() 108 bool stream = false; in nf_conntrack_udp_packet() local 113 stream = true; in nf_conntrack_udp_packet() 123 if (stream && !test_and_set_bit(IPS_ASSURED_BIT, &ct->status)) in nf_conntrack_udp_packet() 199 stream. Extend timeout. */ in nf_conntrack_udplite_packet()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | chacha_glue.c | 3 * x64 SIMD accelerated ChaCha and XChaCha stream ciphers, 124 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch() argument 127 hchacha_block_generic(state, stream, nrounds); in hchacha_block_arch() 130 hchacha_block_ssse3(state, stream, nrounds); in hchacha_block_arch() 311 MODULE_DESCRIPTION("ChaCha and XChaCha stream ciphers (x64 SIMD accelerated)");
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_dmaengine.c | 75 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in snd_hwparams_to_dma_slave_config() 99 * direction of the substream. If the substream is a playback stream the dst 100 * fields will be initialized, if it is a capture stream the src fields will be 111 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in snd_dmaengine_pcm_set_config_from_dai_data() 425 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in snd_dmaengine_pcm_refine_runtime_hwparams()
|
/kernel/linux/linux-6.6/sound/soc/amd/acp/ |
H A D | amd.h | 216 void config_pte_for_stream(struct acp_dev_data *adata, struct acp_stream *stream); 217 void config_acp_dma(struct acp_dev_data *adata, struct acp_stream *stream, int size); 222 struct acp_dev_data *adata, struct acp_stream *stream);
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_proto_udp.c | 105 * stream. Set Assured. in nf_conntrack_udp_packet() 109 bool stream = false; in nf_conntrack_udp_packet() local 114 stream = (status & IPS_ASSURED) == 0; in nf_conntrack_udp_packet() 124 if (stream && !test_and_set_bit(IPS_ASSURED_BIT, &ct->status)) in nf_conntrack_udp_packet() 199 stream. Extend timeout. */ in nf_conntrack_udplite_packet()
|
/kernel/linux/linux-6.6/sound/soc/uniphier/ |
H A D | aio-dma.c | 113 struct uniphier_aio_sub *sub = &aio->sub[substream->stream]; in uniphier_aiodma_prepare() 140 struct uniphier_aio_sub *sub = &aio->sub[substream->stream]; in uniphier_aiodma_trigger() 176 struct uniphier_aio_sub *sub = &aio->sub[substream->stream]; in uniphier_aiodma_pointer()
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | mpc5200_psc_ac97.c | 155 if (substream->pstr->stream != SNDRV_PCM_STREAM_CAPTURE) in psc_ac97_hw_analog_params() 184 dev_dbg(psc_dma->dev, "AC97 START: stream=%i\n", in psc_ac97_trigger() 185 substream->pstr->stream); in psc_ac97_trigger() 193 dev_dbg(psc_dma->dev, "AC97 STOP: stream=%i\n", in psc_ac97_trigger() 194 substream->pstr->stream); in psc_ac97_trigger()
|