Home
last modified time | relevance | path

Searched defs:ChannelState (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclIO.h128 typedef struct ChannelState { struct
132 int flags; /* ORed combination of the flags defined
137 Tcl_EncodingState inputEncodingState;
145 Tcl_EncodingState outputEncodingState;
153 TclEolTranslation inputTranslation;
156 TclEolTranslation outputTranslation;
166 int refCount; /* How many interpreters hold references to
168 struct CloseCallback *closeCbPtr;
171 char *outputStage; /* Temporary staging buffer used when
200 struct ChannelState *nextCSPtr; argument
[all …]
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclIO.h128 typedef struct ChannelState { struct
132 int flags; /* ORed combination of the flags defined
137 Tcl_EncodingState inputEncodingState;
145 Tcl_EncodingState outputEncodingState;
153 TclEolTranslation inputTranslation;
156 TclEolTranslation outputTranslation;
166 int refCount; /* How many interpreters hold references to
168 struct CloseCallback *closeCbPtr;
171 char *outputStage; /* Temporary staging buffer used when
200 struct ChannelState *nextCSPtr; argument
[all …]
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclIO.h128 typedef struct ChannelState { struct
132 int flags; /* ORed combination of the flags defined
137 Tcl_EncodingState inputEncodingState;
145 Tcl_EncodingState outputEncodingState;
153 TclEolTranslation inputTranslation;
156 TclEolTranslation outputTranslation;
166 int refCount; /* How many interpreters hold references to
168 struct CloseCallback *closeCbPtr;
171 char *outputStage; /* Temporary staging buffer used when
200 struct ChannelState *nextCSPtr; argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/ns/
H A Dnoise_suppressor.h51 struct ChannelState { struct
74 std::vector<std::unique_ptr<ChannelState>> channels_; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/ns/
H A Dnoise_suppressor.h51 struct ChannelState { struct
74 std::vector<std::unique_ptr<ChannelState>> channels_; argument
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/ns/
H A Dnoise_suppressor.h51 struct ChannelState { struct
74 std::vector<std::unique_ptr<ChannelState>> channels_; argument
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/modules/audio_processing/ns/
H A Dnoise_suppressor.h51 struct ChannelState { struct
74 std::vector<std::unique_ptr<ChannelState>> channels_; argument
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclIO.h160 typedef struct ChannelState { struct
164 int flags; /* ORed combination of the flags defined
169 Tcl_EncodingState inputEncodingState;
177 Tcl_EncodingState outputEncodingState;
185 TclEolTranslation inputTranslation;
188 TclEolTranslation outputTranslation;
191 int inEofChar; /* If nonzero, use this as a signal of EOF
199 int refCount; /* How many interpreters hold references to
204 char *outputStage; /* Temporary staging buffer used when
234 struct ChannelState *nextCSPtr; argument
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/ns/
H A Dnoise_suppressor.h60 struct ChannelState { struct
83 std::vector<std::unique_ptr<ChannelState>> channels_; argument
/dports/audio/giada/giada-0.17.1/src/core/channels/
H A Dstate.h199 struct ChannelState struct
207 ID id;
212 std::atomic<float> pan;
213 std::atomic<bool> mute;
214 std::atomic<bool> solo;
216 std::atomic<int> key;
222 AudioBuffer buffer;
224 bool hasActions;
225 std::string name;
226 Pixel height;
[all …]
H A Dstate.cpp251 ChannelState::ChannelState(ID id, Frame bufferSize) in ChannelState() function in giada::m::ChannelState
270 ChannelState::ChannelState(const ChannelState& o) in ChannelState() function in giada::m::ChannelState
290 ChannelState::ChannelState(const patch::Channel& p, Frame bufferSize) in ChannelState() function in giada::m::ChannelState
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_basics/midi/
H A Djuce_MidiRPN.h96 struct ChannelState struct
109 ChannelState states[16]; argument
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_basics/midi/
H A Djuce_MidiRPN.h96 struct ChannelState struct
109 ChannelState states[16]; argument
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_basics/midi/
H A Djuce_MidiRPN.h96 struct ChannelState struct
109 ChannelState states[16]; argument
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/sound/
H A Dmidiparser_sci.h120 struct ChannelState { struct
130 ChannelState _channelState[16]; argument
/dports/games/scummvm/scummvm-2.5.1/engines/sci/sound/
H A Dmidiparser_sci.h121 struct ChannelState { struct
131 ChannelState _channelState[16]; argument
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stages/
H A Dchain_state.h107 struct ChannelState { struct
117 uint8_t flags;
118 uint8_t pot;
119 uint16_t cv_slider;
121 inline bool input_patched() const { in input_patched()
125 inline segment::Configuration configuration() const { in configuration()
132 inline size_t index() const { in index()
136 inline bool UpdateFlags( in UpdateFlags()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-chanmgr/src/mgr/
H A Dmap.rs31 pub(crate) enum ChannelState<C> { enum
47 impl<C> ChannelState<C> { impl
70 impl<C: AbstractChannel> ChannelState<C> { impl
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/neon-0.9.1/src/event/
H A Devent_queue.rs229 struct ChannelState { struct
234 impl ChannelState { argument
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediatailor/include/aws/mediatailor/model/
H A DChannelState.h16 enum class ChannelState enum
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core/
H A DChannelState.cs27 public enum ChannelState enum
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core/
H A DChannelState.cs27 public enum ChannelState enum
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core/
H A DChannelState.cs27 public enum ChannelState enum
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Core/
H A DChannelState.cs27 public enum ChannelState enum
/dports/devel/godot/godot-3.2.3-stable/modules/webrtc/
H A Dwebrtc_data_channel.h47 enum ChannelState { enum

12345678910>>...12