Home
last modified time | relevance | path

Searched refs:files_with_peaks (Results 1 – 3 of 3) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsource_factory.cc58 std::list<boost::weak_ptr<AudioSource> > SourceFactory::files_with_peaks; member in SourceFactory
73 if (SourceFactory::files_with_peaks.empty()) { in peak_thread_work()
77 if (SourceFactory::files_with_peaks.empty()) { in peak_thread_work()
81 boost::shared_ptr<AudioSource> as (SourceFactory::files_with_peaks.front().lock()); in peak_thread_work()
82 SourceFactory::files_with_peaks.pop_front (); in peak_thread_work()
102 return SourceFactory::files_with_peaks.size () + active_threads; in peak_work_queue_length()
124 files_with_peaks.push_back (boost::weak_ptr<AudioSource> (as)); in setup_peakfile()
H A Dsession_state.cc3382 while (!SourceFactory::files_with_peaks.empty()) { in cleanup_peakfiles()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dsource_factory.h69 static std::list< boost::weak_ptr<AudioSource> > files_with_peaks; variable