Home
last modified time | relevance | path

Searched refs:Channels (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
DBrotliDecoderChannelTest.java17 import java.nio.channels.Channels;
74 ReadableByteChannel src = Channels.newChannel(new ByteArrayInputStream(compressed)); in run()
78 crc = BundleHelper.fingerprintStream(Channels.newInputStream(decoder)); in run()
DBrotliInputStream.java11 import java.nio.channels.Channels;
30 this.decoder = new Decoder(Channels.newChannel(source), bufferSize); in BrotliInputStream()
/third_party/boost/boost/gil/extension/io/pnm/detail/
Dwrite.hpp112 template< int Channels >
117 Channels == 1, in get_type()
123 template< int Channels >
128 Channels == 1, in get_type()
/third_party/libsnd/docs/
Dsndfile_info.md21 Channels : 2
30 Channels : 2
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/
DTestResponseStreamWriter.cs18 using System.Threading.Channels;
33 …_channel = System.Threading.Channels.Channel.CreateBounded<HealthCheckResponse>(new BoundedChannel… in TestResponseStreamWriter()
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
DBrotliOutputStream.java11 import java.nio.channels.Channels;
31 this.encoder = new Encoder(Channels.newChannel(destination), params, bufferSize); in BrotliOutputStream()
DBrotliEncoderChannelTest.java15 import java.nio.channels.Channels;
87 WritableByteChannel encoder = new BrotliEncoderChannel(Channels.newChannel(dst)); in run()
/third_party/grpc/doc/
Dconnectivity-semantics-and-api.md10 gRPC Channels provide the abstraction over which clients can communicate with
12 than a DNS name. Channels encapsulate a range of functionality including name
14 handshakes. Channels can also handle errors on established connections and
32 handshake timing out or a socket error). Channels in this state will eventually
53 Channels may enter this state either because the application explicitly requested
56 communicating) that are classified as non-recoverable.) Channels that enter this
/third_party/skia/modules/particles/include/
DSkParticleData.h18 enum Channels { enum
/third_party/flutter/skia/modules/particles/include/
DSkParticleData.h19 enum Channels { enum
/third_party/flutter/skia/third_party/externals/sdl/src/audio/xaudio2/
DSDL_xaudio2.h255 STDMETHOD_(HRESULT, SetChannelVolumes)(THIS, UINT32 Channels,
258 STDMETHOD_(VOID, GetChannelVolumes)(THIS, UINT32 Channels,
336 STDMETHOD_(HRESULT, SetChannelVolumes)(THIS, UINT32 Channels,
339 STDMETHOD_(VOID, GetChannelVolumes)(THIS, UINT32 Channels,
/third_party/node/doc/api/
Ddiagnostics_channel.md20 Channels may also be acquired at runtime but it is not encouraged
21 due to the additional overhead of doing so. Channels may be exported for
96 for heavy use while incurring very minimal cost. Channels are created with
/third_party/flutter/flutter/dev/integration_tests/channels/lib/
Dmain.dart178 title: 'Channels Test',
181 title: const Text('Channels Test'),
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_color_spec.h90 uint32 Channels () const in Channels() function
/third_party/pulseaudio/src/modules/alsa/mixer/profile-sets/
Dkinect-audio.conf30 description = 4 Channels Input
Dnative-instruments-traktor-audio2.conf50 description = Analog Stereo Output Channels A & B
Dnative-instruments-audio8dj.conf67 description = Analog Stereo Duplex Channels A, B, C (Line/Mic), D (Headphones)
81 description = Analog Stereo Duplex Channels C (Line/Mic), D (Line/Mic)
Dnative-instruments-traktor-audio6.conf66 description = Analog Stereo Duplex Channels A, B (Headphones)
Dnative-instruments-audio4dj.conf48 description = Analog Stereo Duplex Channels A, B (Headphones)
/third_party/gstreamer/gstplugins_bad/gst/siren/
Dcommon.h33 unsigned short Channels; member
/third_party/grpc/src/csharp/Grpc.HealthCheck/
DGrpc.HealthCheck.csproj40 <PackageReference Include="System.Threading.Channels" Version="4.6.0" />
DHealthServiceImpl.cs21 using System.Threading.Channels;
/third_party/grpc/src/core/ext/filters/client_channel/
DREADME.md31 Sub-Channels
/third_party/grpc/doc/python/sphinx/
Dgrpc_asyncio.rst42 Channels are the abstraction of clients, where most of networking logic
/third_party/boost/libs/gil/doc/design/
Dchannel.rst13 and setting the channel values. Channels have associated minimum and maximum
75 default constructor. Channels that also support default construction (and thus

1234