Home
last modified time | relevance | path

Searched refs:filterCommand (Results 1 – 23 of 23) sorted by relevance

/dports/comms/cubicsdr/CubicSDR-0248e5a/src/demod/
H A DDemodulatorWorkerThread.cpp26 DemodulatorWorkerThreadCommand filterCommand, demodCommand; in run() local
42 filterCommand = command; in run()
58 if (filterCommand.sampleRate) { in run()
59 result.sampleRate = filterCommand.sampleRate; in run()
81 } else if (filterChanged && filterCommand.bandwidth && filterCommand.audioSampleRate) { in run()
83 …result.bandwidth = cModem->checkSampleRate(filterCommand.bandwidth, filterCommand.audioSampleRate); in run()
84 cModemKit = cModem->buildKit(result.bandwidth, filterCommand.audioSampleRate); in run()
98 …ckSampleRate(result.bandwidth, makeDemod?demodCommand.audioSampleRate:filterCommand.audioSampleRat… in run()
/dports/multimedia/zart/gmic-2.8.1/gmic-qt/src/
H A DGmicProcessor.cpp93 …FilterSyncRunner runner(this, _filterContext.filterName, _filterContext.filterCommand, _filterCont… in execute()
104 …_filterThread = new FilterThread(this, _filterContext.filterName, _filterContext.filterCommand, _f… in execute()
115 _lastAppliedCommand = _filterContext.filterCommand; in execute()
119 …_filterThread = new FilterThread(this, _filterContext.filterName, _filterContext.filterCommand, _f… in execute()
H A DGmicProcessor.h77 QString filterCommand; member
H A DMainWindow.cpp555 context.filterCommand = currentFilter.previewCommand; in onPreviewUpdateRequested()
645 context.filterCommand = currentFilter.command; in processImage()
/dports/graphics/gmic/gmic-3.0.0/gmic-qt/src/
H A DGmicProcessor.cpp99 …FilterSyncRunner runner(this, _filterContext.filterCommand, _filterContext.filterArguments, env, _… in execute()
110 …_filterThread = new FilterThread(this, _filterContext.filterCommand, _filterContext.filterArgument… in execute()
122 _lastAppliedCommand = _filterContext.filterCommand; in execute()
125 …_filterThread = new FilterThread(this, _filterContext.filterCommand, _filterContext.filterArgument… in execute()
H A DGmicProcessor.h79 QString filterCommand; member
H A DMainWindow.cpp690 context.filterCommand = currentFilter.previewCommand; in onPreviewUpdateRequested()
791 context.filterCommand = currentFilter.command; in processImage()
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/src/
H A DGmicProcessor.cpp99 …FilterSyncRunner runner(this, _filterContext.filterCommand, _filterContext.filterArguments, env, _… in execute()
110 …_filterThread = new FilterThread(this, _filterContext.filterCommand, _filterContext.filterArgument… in execute()
122 _lastAppliedCommand = _filterContext.filterCommand; in execute()
125 …_filterThread = new FilterThread(this, _filterContext.filterCommand, _filterContext.filterArgument… in execute()
H A DGmicProcessor.h79 QString filterCommand; member
H A DMainWindow.cpp681 context.filterCommand = currentFilter.previewCommand; in onPreviewUpdateRequested()
782 context.filterCommand = currentFilter.command; in processImage()
/dports/multimedia/zart/gmic-2.8.1/gmic-qt/src/FilterSelector/
H A DFiltersModelReader.cpp120 QString filterCommand = commands[0].trimmed(); in parseFiltersDefinitions() local
170 filter.setCommand(filterCommand); in parseFiltersDefinitions()
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/TestFramework/
H A DTestSetup.Mod72 filterCommand-: String8;
274 processor. filterCommand := "";
322 RETURN DataType.GetStringLatin1Attr (value, processor. filterCommand)
343 IF (processor. filterCommand # "") THEN
344 writer. AttrStringLatin1 ("filter-command", processor. filterCommand)
H A DProcessor.Mod100 IF (setup. processor. filterCommand # "") THEN
101 proc. filterCmd := Object.NewLatin1(setup. processor. filterCommand)
/dports/devel/git-lfs/git-lfs-3.0.2/commands/
H A Dcommand_filter_process.go38 func filterCommand(cmd *cobra.Command, args []string) { func
380 RegisterCommand("filter-process", filterCommand, func(cmd *cobra.Command) {
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/src/FilterSelector/
H A DFiltersModelReader.cpp130 QString filterCommand = commands[0].trimmed(); in parseFiltersDefinitions() local
180 filter.setCommand(filterCommand); in parseFiltersDefinitions()
/dports/graphics/gmic/gmic-3.0.0/gmic-qt/src/FilterSelector/
H A DFiltersModelReader.cpp130 QString filterCommand = commands[0].trimmed(); in parseFiltersDefinitions() local
180 filter.setCommand(filterCommand); in parseFiltersDefinitions()
/dports/audio/cantata/cantata-2.4.2/playlists/
H A Dsmartplaylistspage.h99 void filterCommand();
H A Dsmartplaylistspage.cpp177 filterCommand(); in searchResponse()
186 void SmartPlaylistsPage::filterCommand() in filterCommand() function in SmartPlaylistsPage
/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dclusterfitcommand.cpp1227 Command* filterCommand = new FilterSeqsCommand(options); in calcDists() local
1229 filterCommand->execute(); in calcDists()
1230 map<string, vector<string> > filenames = filterCommand->getOutputFiles(); in calcDists()
1233 delete filterCommand; in calcDists()
/dports/x11-toolkits/iwidgets/iwidgets4.0.1/generic/
H A Dextfileselectionbox.itk71 itk_option define -filtercommand filterCommand Command {}
H A Dfileselectionbox.itk69 itk_option define -filtercommand filterCommand Command {}
/dports/deskutils/kmail/kmail-21.12.3/src/
H A Dkmcommands.cpp1333 …KMCommand *filterCommand = new KMFilterActionCommand(mMainWidget, mMainWidget->messageListPane()->… in start() local
1334 filterCommand->start(); in start()
H A Dkmmainwidget.cpp4227 auto filterCommand = new KMMetaFilterActionCommand(filter->identifier(), this); in initializeFilterActions() local
4228 mFilterCommands.append(filterCommand); in initializeFilterActions()
4232 … connect(filterAction, &QAction::triggered, filterCommand, &KMMetaFilterActionCommand::start); in initializeFilterActions()