Home
last modified time | relevance | path

Searched refs:channel_filter (Results 1 – 25 of 61) sorted by relevance

123

/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/channel/src/
H A Dchannel.c49 FIRFILT() channel_filter; // multi-path channel filter object in CHANNEL()
76 q->channel_filter = FIRFILT(_create)(q->h, q->h_len); in CHANNEL()
88 FIRFILT(_destroy)(_q->channel_filter); in CHANNEL()
193 _q->channel_filter = FIRFILT(_recreate)(_q->channel_filter, _q->h, _q->h_len); in CHANNEL()
242 FIRFILT(_push)( _q->channel_filter, _x); in CHANNEL()
243 FIRFILT(_execute)(_q->channel_filter, &r); in CHANNEL()
/dports/multimedia/openshot/openshot-qt-2.6.1/src/classes/
H A Dwaveform.py41 def get_audio_data(clip_id, file_path, channel_filter, volume_keyframe): argument
50 …t = threading.Thread(target=get_waveform_thread, args=[clip, clip_id, file_path, channel_filter, v…
54 def get_waveform_thread(clip, clip_id, file_path, channel_filter=-1, volume_keyframe=None): argument
83 … audio_data.append(frame.GetAudioSample(channel_filter, sample, magnitude_range) * volume)
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/
H A Dmidi_matrix.c26 return &channel_filter; in lv2_descriptor()
H A Dmidi_matrix.h40 extern const LV2_Descriptor channel_filter;
H A Dmanifest.ttl.in29 midi_matrix:channel_filter
H A Dmidi_matrix_channel_filter.c173 const LV2_Descriptor channel_filter = { variable
H A Dmeson.build120 'http://open-music-kontrollers.ch/lv2/midi_matrix#channel_filter'])
/dports/multimedia/libopenshot/libopenshot-0.2.7/src/
H A DFrameMapper.cpp898 for (int channel_filter = 0; channel_filter < info.channels; channel_filter++) in ResampleMappedAudio() local
911 if (channel_filter == channel) in ResampleMappedAudio()
930 frame->AddAudio(true, channel_filter, 0, channel_buffer, position, 1.0f); in ResampleMappedAudio()
932 …pedAudio (Add audio to channel)", "number of samples", position, "channel_filter", channel_filter); in ResampleMappedAudio()
H A DClip.cpp96 channel_filter = Keyframe(-1.0); in init_settings()
885 …r"] = add_property_json("Channel Filter", channel_filter.GetValue(requested_frame), "int", "", &ch… in PropertiesJSON()
933 root["channel_filter"] = channel_filter.JsonValue(); in JsonValue()
1036 channel_filter.SetJsonValue(root["channel_filter"]); in SetJsonValue()
H A DClip.h336 …openshot::Keyframe channel_filter; ///< A number representing an audio channel to filter (clears a… variable
H A DFFmpegReader.cpp1553 for (int channel_filter = 0; channel_filter < info.channels; channel_filter++) { local
1569 if (channel_filter == channel) {
1609 f->AddAudio(true, channel_filter, start, iterate_channel_buffer, samples, 1.0f);
1612 …tarting_frame_number, "start", start, "samples", samples, "channel", channel_filter, "partial_fram…
H A DTimeline.cpp635 …int channel_filter = source_clip->channel_filter.GetInt(clip_frame_number); // optional channel to… in add_layer() local
651 if (channel_filter != -1 && channel_filter != channel) in add_layer()
/dports/devel/grpc/grpc-1.42.0/src/core/ext/xds/
H A Dxds_http_fault_filter.h47 const grpc_channel_filter* channel_filter() const override;
H A Dxds_http_filters.h86 virtual const grpc_channel_filter* channel_filter() const = 0;
H A Dxds_http_filters.cc56 const grpc_channel_filter* channel_filter() const override { return nullptr; } in channel_filter() function in grpc_core::__anonb9854d160111::XdsHttpRouterFilter
H A Dxds_http_fault_filter.cc200 const grpc_channel_filter* XdsHttpFaultFilter::channel_filter() const { in channel_filter() function in grpc_core::XdsHttpFaultFilter
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/xds/
H A Dxds_http_fault_filter.h47 const grpc_channel_filter* channel_filter() const override;
H A Dxds_http_filters.h86 virtual const grpc_channel_filter* channel_filter() const = 0;
H A Dxds_http_filters.cc56 const grpc_channel_filter* channel_filter() const override { return nullptr; } in channel_filter() function in grpc_core::__anon726f01470111::XdsHttpRouterFilter
H A Dxds_http_fault_filter.cc200 const grpc_channel_filter* XdsHttpFaultFilter::channel_filter() const { in channel_filter() function in grpc_core::XdsHttpFaultFilter
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/xds/
H A Dxds_http_fault_filter.h47 const grpc_channel_filter* channel_filter() const override;
H A Dxds_http_filters.h86 virtual const grpc_channel_filter* channel_filter() const = 0;
H A Dxds_http_filters.cc56 const grpc_channel_filter* channel_filter() const override { return nullptr; } in channel_filter() function in grpc_core::__anon9b33587d0111::XdsHttpRouterFilter
H A Dxds_http_fault_filter.cc200 const grpc_channel_filter* XdsHttpFaultFilter::channel_filter() const { in channel_filter() function in grpc_core::XdsHttpFaultFilter
/dports/audio/hydrogen/hydrogen-1.0.1/data/
H A Dhydrogen.default.conf71 <channel_filter>-1</channel_filter>

123