Home
last modified time | relevance | path

Searched defs:Channel (Results 1 – 25 of 35) sorted by relevance

12

/external/openssh/
Dchannels.h67 typedef struct Channel Channel; typedef
96 struct Channel { struct
97 int type; /* channel type/state */
98 int self; /* my own channel identifier */
99 int remote_id; /* channel identifier for remote peer */
100 u_int istate; /* input from channel (state of receive half) */
101 u_int ostate; /* output to channel (state of transmit half) */
102 int flags; /* close sent/rcvd */
103 int rfd; /* read fd */
104 int wfd; /* write fd */
[all …]
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h146 struct Channel { struct
147 explicit Channel() in Channel() function
169 bool external_transport;
170 bool send;
171 bool playout;
172 float volume_scale;
173 bool vad;
174 bool codec_fec;
175 int max_encoding_bandwidth;
176 bool opus_dtx;
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp90 struct Channel struct
92 deUint8 planeNdx;
93 deUint8 type; // tcu::TextureChannelClass value
94 deUint8 offsetBits; // Offset in element in bits
95 deUint8 sizeBits; // Value size in bits
96 deUint8 strideBytes; // Pixel stride (in bytes), usually plane elementSize
/external/skia/include/core/
DSkICC.h72 struct Channel { struct
78 Channel fRed; argument
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dsync_buffer.h79 const AudioVector& Channel(size_t n) const { return *channels_[n]; } in Channel() function
80 AudioVector& Channel(size_t n) { return *channels_[n]; } in Channel() function
/external/webrtc/webrtc/voice_engine/
Dchannel_proxy.h30 class Channel; variable
Dchannel_manager.h29 class Channel; variable
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DIToken.cs59 int Channel { property
DCommonTokenStream.cs65 public int Channel { property in Antlr.Runtime.CommonTokenStream
DClassicToken.cs114 public int Channel { property in Antlr.Runtime.ClassicToken
DCommonToken.cs151 public int Channel { property in Antlr.Runtime.CommonToken
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DIToken.cs65 int Channel property
DCommonTokenStream.cs70 public int Channel property in Antlr.Runtime.CommonTokenStream
DClassicToken.cs132 public int Channel property in Antlr.Runtime.ClassicToken
DCommonToken.cs170 public int Channel property in Antlr.Runtime.CommonToken
/external/mesa3d/src/intel/isl/
Dgen_format_layout.py95 class Channel(object): class
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp56 FDRPCChannel Channel(InFD, OutFD); in main() local
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimToken.cs100 public int Channel property
/external/webrtc/webrtc/modules/audio_coding/test/
DChannel.cc225 Channel::Channel(int16_t chID) in Channel() function in webrtc::Channel
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h41 OrcRemoteTargetServer(ChannelT &Channel, SymbolLookupFtor SymbolLookup, in OrcRemoteTargetServer()
435 ChannelT &Channel; variable
DOrcRemoteTargetClient.h590 static Expected<OrcRemoteTargetClient> Create(ChannelT &Channel) { in Create()
690 OrcRemoteTargetClient(ChannelT &Channel, Error &Err) : Channel(Channel) { in OrcRemoteTargetClient()
809 ChannelT &Channel; variable
/external/flatbuffers/tests/
Dmonster_test.grpc.fb.h20 class Channel; variable
/external/libmojo/mojo/edk/system/
Dchannel.cc469 Channel::Channel(Delegate* delegate) in Channel() function in mojo::edk::Channel
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DRemoteDebugEventSocketListener.cs124 public int Channel { property in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_parse.py52 class Channel: class

12