Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dexport_formats.h69 bool sample_format_is_compatible (SampleFormat format) const;
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dexport_formats.cc45 ExportFormat::sample_format_is_compatible (SampleFormat format) const in sample_format_is_compatible() function in ARDOUR::ExportFormat
H A Dexport_format_manager.cc625 if (format->sample_format_is_compatible (current_selection->sample_format())) { in select_format()