Home
last modified time | relevance | path

Searched refs:inChannel (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/PublicUtility/
H A DCAHALAudioDevice.h153 bool HasVolumeControl(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
162 bool HasSubVolumeControl(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
171 bool HasMuteControl(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
173 bool GetMuteControlValue(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
176 bool HasSoloControl(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
178 bool GetSoloControlValue(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
181 bool HasStereoPanControl(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
187 bool HasJackControl(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
188 bool GetJackControlValue(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
190 bool HasSubMuteControl(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
[all …]
H A DCAHALAudioDevice.cpp765 CAPropertyAddress theAddress(kAudioDevicePropertyMute, inScope, inChannel); in HasMuteControl()
771 CAPropertyAddress theAddress(kAudioDevicePropertyMute, inScope, inChannel); in MuteControlIsSettable()
777 CAPropertyAddress theAddress(kAudioDevicePropertyMute, inScope, inChannel); in GetMuteControlValue()
786 CAPropertyAddress theAddress(kAudioDevicePropertyMute, inScope, inChannel); in SetMuteControlValue()
794 CAPropertyAddress theAddress(kAudioDevicePropertySolo, inScope, inChannel); in HasSoloControl()
800 CAPropertyAddress theAddress(kAudioDevicePropertySolo, inScope, inChannel); in SoloControlIsSettable()
806 CAPropertyAddress theAddress(kAudioDevicePropertySolo, inScope, inChannel); in GetSoloControlValue()
815 CAPropertyAddress theAddress(kAudioDevicePropertySolo, inScope, inChannel); in SetSoloControlValue()
876 CAPropertyAddress theAddress(kAudioDevicePropertySubMute, inScope, inChannel); in HasSubMuteControl()
882 CAPropertyAddress theAddress(kAudioDevicePropertySubMute, inScope, inChannel); in SubMuteControlIsSettable()
[all …]
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/graphics/
H A DImage.h94 virtual double *getChannel( int inChannel );
194 virtual double *copyChannel( int inChannel );
249 int inChannel );
301 inline double *Image::getChannel( int inChannel ) { in getChannel() argument
302 return mChannels[ inChannel ]; in getChannel()
340 pasteChannel( filteredChannel, inChannel ); in filter()
378 inline double *Image::copyChannel( int inChannel ) { in copyChannel() argument
408 return mSelection->getChannel( inChannel ); in getChannelSelection()
420 pasteChannel( inChannelData, NULL, inChannel ); in pasteChannel()
429 int inChannel ) { in pasteChannel() argument
[all …]
/dports/games/passage/Passage_v4_UnixSource/minorGems/graphics/
H A DImage.h99 virtual double *getChannel( int inChannel );
223 virtual double *copyChannel( int inChannel );
295 int inChannel );
347 inline double *Image::getChannel( int inChannel ) { in getChannel() argument
348 return mChannels[ inChannel ]; in getChannel()
406 pasteChannel( filteredChannel, inChannel ); in filter()
444 inline double *Image::copyChannel( int inChannel ) { in copyChannel() argument
474 return mSelection->getChannel( inChannel ); in getChannelSelection()
486 pasteChannel( inChannelData, NULL, inChannel ); in pasteChannel()
495 int inChannel ) { in pasteChannel() argument
[all …]
/dports/audio/faust/faust-2.37.3/architecture/AU/AUPublic/AUInstrumentBase/
H A DAUMIDIBase.h115 UInt8 inChannel,
135 virtual OSStatus HandleNoteOn( UInt8 inChannel, in HandleNoteOn() argument
141 virtual OSStatus HandleNoteOff( UInt8 inChannel, in HandleNoteOff() argument
147 virtual OSStatus HandleControlChange( UInt8 inChannel, in HandleControlChange() argument
153 virtual OSStatus HandlePitchWheel( UInt8 inChannel, in HandlePitchWheel() argument
159 virtual OSStatus HandleChannelPressure( UInt8 inChannel, in HandleChannelPressure() argument
164 virtual OSStatus HandleProgramChange( UInt8 inChannel, in HandleProgramChange() argument
168 virtual OSStatus HandlePolyPressure( UInt8 inChannel, in HandlePolyPressure() argument
174 virtual OSStatus HandleResetAllControllers(UInt8 inChannel) { return noErr; } in HandleResetAllControllers() argument
177 virtual OSStatus HandleAllNotesOff( UInt8 inChannel) { return noErr; } in HandleAllNotesOff() argument
[all …]
H A DAUInstrumentBase.cpp541 OSStatus AUInstrumentBase::HandleControlChange( UInt8 inChannel, in HandleControlChange() argument
549 SynthGroupElement *gp = GetElForGroupID(inChannel); in HandleControlChange()
574 OSStatus AUInstrumentBase::HandlePitchWheel( UInt8 inChannel, in HandlePitchWheel() argument
579 SynthGroupElement *gp = GetElForGroupID(inChannel); in HandlePitchWheel()
594 SynthGroupElement *gp = GetElForGroupID(inChannel); in HandleChannelPressure()
605 OSStatus AUInstrumentBase::HandleProgramChange( UInt8 inChannel, in HandleProgramChange() argument
611 SynthGroupElement *gp = GetElForGroupID(inChannel); in HandleProgramChange()
622 OSStatus AUInstrumentBase::HandlePolyPressure( UInt8 inChannel, in HandlePolyPressure() argument
627 SynthGroupElement *gp = GetElForGroupID(inChannel); in HandlePolyPressure()
645 OSStatus AUInstrumentBase::HandleAllNotesOff( UInt8 inChannel) in HandleAllNotesOff() argument
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/
H A DAUMIDIBase.h115 UInt8 inChannel,
135 virtual OSStatus HandleNoteOn( UInt8 inChannel, in HandleNoteOn() argument
141 virtual OSStatus HandleNoteOff( UInt8 inChannel, in HandleNoteOff() argument
147 virtual OSStatus HandleControlChange( UInt8 inChannel, in HandleControlChange() argument
153 virtual OSStatus HandlePitchWheel( UInt8 inChannel, in HandlePitchWheel() argument
159 virtual OSStatus HandleChannelPressure( UInt8 inChannel, in HandleChannelPressure() argument
164 virtual OSStatus HandleProgramChange( UInt8 inChannel, in HandleProgramChange() argument
168 virtual OSStatus HandlePolyPressure( UInt8 inChannel, in HandlePolyPressure() argument
174 virtual OSStatus HandleResetAllControllers(UInt8 inChannel) { return noErr; } in HandleResetAllControllers() argument
177 virtual OSStatus HandleAllNotesOff( UInt8 inChannel) { return noErr; } in HandleAllNotesOff() argument
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/OtherBases/
H A DAUMIDIBase.h115 UInt8 inChannel,
135 virtual OSStatus HandleNoteOn( UInt8 inChannel, in HandleNoteOn() argument
141 virtual OSStatus HandleNoteOff( UInt8 inChannel, in HandleNoteOff() argument
147 virtual OSStatus HandleControlChange( UInt8 inChannel, in HandleControlChange() argument
153 virtual OSStatus HandlePitchWheel( UInt8 inChannel, in HandlePitchWheel() argument
159 virtual OSStatus HandleChannelPressure( UInt8 inChannel, in HandleChannelPressure() argument
164 virtual OSStatus HandleProgramChange( UInt8 inChannel, in HandleProgramChange() argument
168 virtual OSStatus HandlePolyPressure( UInt8 inChannel, in HandlePolyPressure() argument
174 virtual OSStatus HandleResetAllControllers(UInt8 inChannel) { return noErr; } in HandleResetAllControllers() argument
177 virtual OSStatus HandleAllNotesOff( UInt8 inChannel) { return noErr; } in HandleAllNotesOff() argument
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/AUPublic/
H A DAUMIDIBase.h77 UInt8 inChannel,
97 virtual OSStatus HandleNoteOn( UInt8 inChannel, in HandleNoteOn() argument
103 virtual OSStatus HandleNoteOff( UInt8 inChannel, in HandleNoteOff() argument
109 virtual OSStatus HandleControlChange( UInt8 inChannel, in HandleControlChange() argument
115 virtual OSStatus HandlePitchWheel( UInt8 inChannel, in HandlePitchWheel() argument
121 virtual OSStatus HandleChannelPressure( UInt8 inChannel, in HandleChannelPressure() argument
126 virtual OSStatus HandleProgramChange( UInt8 inChannel, in HandleProgramChange() argument
130 virtual OSStatus HandlePolyPressure( UInt8 inChannel, in HandlePolyPressure() argument
136 virtual OSStatus HandleResetAllControllers(UInt8 inChannel) { return noErr; } in HandleResetAllControllers() argument
139 virtual OSStatus HandleAllNotesOff( UInt8 inChannel) { return noErr; } in HandleAllNotesOff() argument
[all …]
H A DAUInstrumentBase.cpp503 OSStatus AUInstrumentBase::HandleControlChange( UInt8 inChannel,
511 SynthGroupElement *gp = GetElForGroupID(inChannel);
536 HandleAllSoundOff(inChannel);
542 OSStatus AUInstrumentBase::HandlePitchWheel( UInt8 inChannel,
547 SynthGroupElement *gp = GetElForGroupID(inChannel);
562 SynthGroupElement *gp = GetElForGroupID(inChannel);
573 OSStatus AUInstrumentBase::HandleProgramChange( UInt8 inChannel,
579 SynthGroupElement *gp = GetElForGroupID(inChannel);
590 OSStatus AUInstrumentBase::HandlePolyPressure( UInt8 inChannel,
595 SynthGroupElement *gp = GetElForGroupID(inChannel);
[all …]
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/gateway/
H A Drpc.c399 if (!inChannel) in rpc_in_channel_transition_to_state()
402 inChannel->State = state; in rpc_in_channel_transition_to_state()
447 inChannel->BytesSent = 0; in rpc_in_channel_init()
460 RpcInChannel* inChannel = NULL; in rpc_in_channel_new() local
463 if (inChannel) in rpc_in_channel_new()
465 rpc_in_channel_init(rpc, inChannel); in rpc_in_channel_new()
468 return inChannel; in rpc_in_channel_new()
740 if (!inChannel || !inChannel->common.client || !inChannel->common.client->context) in rpc_in_channel_connect()
743 context = inChannel->common.client->context; in rpc_in_channel_connect()
833 RpcInChannel* inChannel; in rpc_connect() local
[all …]
H A Dncacn_http.c74 BOOL rpc_ncacn_http_send_in_channel_request(RpcChannel* inChannel) in rpc_ncacn_http_send_in_channel_request() argument
84 if (!inChannel || !inChannel->ntlm || !inChannel->http) in rpc_ncacn_http_send_in_channel_request()
87 ntlm = inChannel->ntlm; in rpc_ncacn_http_send_in_channel_request()
88 http = inChannel->http; in rpc_ncacn_http_send_in_channel_request()
100 status = rpc_channel_write(inChannel, Stream_Buffer(s), Stream_Length(s)); in rpc_ncacn_http_send_in_channel_request()
105 BOOL rpc_ncacn_http_recv_in_channel_response(RpcChannel* inChannel, HttpResponse* response) in rpc_ncacn_http_recv_in_channel_response() argument
112 if (!inChannel || !response || !inChannel->ntlm) in rpc_ncacn_http_recv_in_channel_response()
115 ntlm = inChannel->ntlm; in rpc_ncacn_http_recv_in_channel_response()
/dports/games/passage/Passage_v4_UnixSource/minorGems/graphics/filters/
H A DSeamlessFilter.h45 virtual void apply( double *inChannel, int inWidth, int inHeight );
63 inline void SeamlessFilter::apply( double *inChannel, in apply() argument
106 ( 1 - oXFraction ) * inChannel[ y * inWidth + x ] + in apply()
107 oXFraction * inChannel[ y * inWidth + oX ]; in apply()
112 memcpy( inChannel, channelCopy, sizeof( double ) * numPixels ); in apply()
143 ( 1 - oYFraction ) * inChannel[ y * inWidth + x ] + in apply()
144 oYFraction * inChannel[ oY * inWidth + x ]; in apply()
148 memcpy( inChannel, channelCopy, sizeof( double ) * numPixels ); in apply()
H A DThresholdFilter.h44 void apply( double *inChannel, int inWidth, int inHeight );
65 inline void ThresholdFilter::apply( double *inChannel, in apply() argument
70 if( inChannel[i] >= mThreshold ) { in apply()
71 inChannel[i] = 1.0; in apply()
74 inChannel[i] = 0.0; in apply()
H A DInvertFilter.h24 void apply( double *inChannel, int inWidth, int inHeight );
29 inline void InvertFilter::apply( double *inChannel, in apply() argument
34 inChannel[i] = 1.0 - inChannel[i]; in apply()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/graphics/filters/
H A DSeamlessFilter.h45 virtual void apply( double *inChannel, int inWidth, int inHeight );
63 inline void SeamlessFilter::apply( double *inChannel, in apply() argument
106 ( 1 - oXFraction ) * inChannel[ y * inWidth + x ] + in apply()
107 oXFraction * inChannel[ y * inWidth + oX ]; in apply()
112 memcpy( inChannel, channelCopy, sizeof( double ) * numPixels ); in apply()
143 ( 1 - oYFraction ) * inChannel[ y * inWidth + x ] + in apply()
144 oYFraction * inChannel[ oY * inWidth + x ]; in apply()
148 memcpy( inChannel, channelCopy, sizeof( double ) * numPixels ); in apply()
H A DThresholdFilter.h44 void apply( double *inChannel, int inWidth, int inHeight );
65 inline void ThresholdFilter::apply( double *inChannel, in apply() argument
70 if( inChannel[i] >= mThreshold ) { in apply()
71 inChannel[i] = 1.0; in apply()
74 inChannel[i] = 0.0; in apply()
H A DInvertFilter.h24 void apply( double *inChannel, int inWidth, int inHeight );
29 inline void InvertFilter::apply( double *inChannel, in apply() argument
34 inChannel[i] = 1.0 - inChannel[i]; in apply()
/dports/games/alephone/alephone-release-20190331/Source_Files/TCPMess/
H A DMessageHandler.h42 virtual void handle(Message* inMessage, CommunicationsChannel* inChannel) = 0;
52 typedef void (*FunctionType)(tMessage* inMessage, tChannel* inChannel);
58 void handle(Message* inMessage, CommunicationsChannel* inChannel) in handle() argument
61 mFunction(dynamic_cast<tMessage*>(inMessage), dynamic_cast<tChannel*>(inChannel)); in handle()
77 typedef void (tTargetClass::*MethodType)(tMessage* inMessage, tChannel* inChannel);
85 void handle(Message* inMessage, CommunicationsChannel* inChannel) in handle() argument
88 (mObject->*(mMethod))(dynamic_cast<tMessage*>(inMessage), dynamic_cast<tChannel*>(inChannel)); in handle()
103 void (tTargetClass::*targetMethod)(tMessage* inMessage, tChannel* inChannel) in newMessageHandlerMethod() argument
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/midi/pic/
H A Dmidi.c39 void turnNoteOn( char inChannel, char inKey, char inVelocity ) { in turnNoteOn() argument
44 if( inChannel > 15 ) { in turnNoteOn()
49 midiTempCharA = midiTempCharA | inChannel; in turnNoteOn()
73 void turnNoteOff( char inChannel, char inKey, char inVelocity ) { in turnNoteOff() argument
78 if( inChannel > 15 ) { in turnNoteOff()
83 midiTempCharA = midiTempCharA | inChannel; in turnNoteOff()
/dports/audio/darkice/darkice-1.4/src/
H A DAudioEncoder.h92 unsigned int inChannel; variable
142 unsigned int inChannel, in init() argument
153 this->inChannel = inChannel; in init()
211 unsigned int inChannel,
223 inChannel, in throw()
229 outChannel ? outChannel : inChannel ); in throw()
280 encoder.inChannel, in throw()
305 encoder.inChannel, in throw()
350 return inChannel; in getInChannel()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DAudioHardwareDeprecated.pas599 …AudioDevicePropertyListenerProc = function( inDevice: AudioDeviceID; inChannel: UInt32; isInput: B… in inDevice()
921 function AudioDeviceGetPropertyInfo( inDevice: AudioDeviceID; inChannel: UInt32; isInput: Boolean; … in AudioDeviceGetPropertyInfo()
945 function AudioDeviceGetProperty( inDevice: AudioDeviceID; inChannel: UInt32; isInput: Boolean; inPr… in AudioDeviceGetProperty()
997 function AudioDeviceAddPropertyListener( inDevice: AudioDeviceID; inChannel: UInt32; isInput: Boole… in AudioDeviceAddPropertyListener()
1019 function AudioDeviceRemovePropertyListener( inDevice: AudioDeviceID; inChannel: UInt32; isInput: Bo… in AudioDeviceRemovePropertyListener()
1052 …AudioStreamPropertyListenerProc = function( inStream: AudioStreamID; inChannel: UInt32; inProperty… in inStream()
1139 function AudioStreamGetPropertyInfo( inStream: AudioStreamID; inChannel: UInt32; inPropertyID: Audi… in AudioStreamGetPropertyInfo()
1161 function AudioStreamGetProperty( inStream: AudioStreamID; inChannel: UInt32; inPropertyID: AudioDev… in AudioStreamGetProperty()
1188 …Stream: AudioStreamID; {const} inWhen: {can be NULL} AudioTimeStampPtr; inChannel: UInt32; inPrope… in AudioStreamSetProperty()
1209 function AudioStreamAddPropertyListener( inStream: AudioStreamID; inChannel: UInt32; inPropertyID: … in AudioStreamAddPropertyListener()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/AUInstrumentBase/
H A DAUInstrumentBase.cpp541 OSStatus AUInstrumentBase::HandleControlChange( UInt8 inChannel, in HandleControlChange() argument
549 SynthGroupElement *gp = GetElForGroupID(inChannel); in HandleControlChange()
574 HandleAllSoundOff(inChannel); in HandleControlChange()
580 OSStatus AUInstrumentBase::HandlePitchWheel( UInt8 inChannel, in HandlePitchWheel() argument
585 SynthGroupElement *gp = GetElForGroupID(inChannel); in HandlePitchWheel()
600 SynthGroupElement *gp = GetElForGroupID(inChannel); in HandleChannelPressure()
611 OSStatus AUInstrumentBase::HandleProgramChange( UInt8 inChannel, in HandleProgramChange() argument
617 SynthGroupElement *gp = GetElForGroupID(inChannel); in HandleProgramChange()
628 OSStatus AUInstrumentBase::HandlePolyPressure( UInt8 inChannel, in HandlePolyPressure() argument
633 SynthGroupElement *gp = GetElForGroupID(inChannel); in HandlePolyPressure()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/utils/
H A DFileUtils.java62 FileChannel inChannel = fis.getChannel(); in copy() local
66 inChannel.transferTo(0, inChannel.size(), outChannel); in copy()
71 inChannel.close(); in copy()
88 FileChannel inChannel = null; in forceCopy() local
103 inChannel = fis.getChannel(); in forceCopy()
105 inChannel.transferTo(0, inChannel.size(), outChannel); in forceCopy()
111 if (inChannel != null) { in forceCopy()
113 inChannel.close(); in forceCopy()
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUQuantizedMaxPool.cpp38 const int32_t inChannel = input->buffer().dim[3].extent; in onExecute() local
70 uint8_t *outputBatchPtr = outputPtr + batchIndex * outWidth * outHeight * inChannel; in onExecute()
71 uint8_t *inputBatchPtr = inputPtr + batchIndex * inCols * inRows * inChannel; in onExecute()
73 for (int channelIndex = 0; channelIndex < inChannel; channelIndex++) { in onExecute()
79 … uint8_t *outputTemp = (uint8_t *)(outputBatchPtr + outHeightIndex * outWidth * inChannel + in onExecute()
80 outWidthIndex * inChannel + channelIndex); in onExecute()
90 … inputBatchPtr[(inputHeightIndex + windowRowsIndex) * inCols * inChannel + in onExecute()
91 … (inputWidthIndex + windowColsIndex) * inChannel + channelIndex], in onExecute()

1234567891011