Home
last modified time | relevance | path

Searched refs:_known_formats (Results 1 – 8 of 8) sorted by relevance

/dports/audio/kwave/kwave-21.12.3/plugins/record/
H A DRecord-ALSA.cpp77 static const snd_pcm_format_t _known_formats[] = variable
235 sizeof(_known_formats) / sizeof(_known_formats[0]); in detectSupportedFormats()
238 snd_pcm_format_t format = _known_formats[i]; in detectSupportedFormats()
242 const snd_pcm_format_t *fmt = &(_known_formats[i]); in detectSupportedFormats()
246 const snd_pcm_format_t *f = &_known_formats[it]; in detectSupportedFormats()
391 _known_formats[format_index])+7) >> 3) * m_tracks; in initialize()
812 const snd_pcm_format_t *fmt = &_known_formats[index]; in mode2format()
838 const snd_pcm_format_t *fmt = &(_known_formats[it]); in detectCompressions()
875 const snd_pcm_format_t *fmt = &(_known_formats[it]); in supportedBits()
916 const snd_pcm_format_t *fmt = &(_known_formats[it]); in detectSampleFormats()
[all …]
H A DRecord-PulseAudio.cpp89 static const pa_sample_format_t _known_formats[] = variable
243 for(unsigned int i = 0; i < ELEMENTS_OF(_known_formats); ++i) { in detectSupportedFormats()
244 const pa_sample_format_t &fmt = _known_formats[i]; in detectSupportedFormats()
246 if (formatSpec < _known_formats[i]) in detectSupportedFormats()
/dports/audio/kwave/kwave-21.12.3/plugins/playback/
H A DPlayBack-ALSA.cpp92 static const snd_pcm_format_t _known_formats[] = variable
235 m_format = _known_formats[format_index]; in setFormat()
267 const snd_pcm_format_t *fmt = &_known_formats[index]; in mode2format()
304 sizeof(_known_formats) / sizeof(_known_formats[0]); in detectSupportedFormats()
307 snd_pcm_format_t format = _known_formats[i]; in detectSupportedFormats()
311 const snd_pcm_format_t *fmt = &(_known_formats[i]); in detectSupportedFormats()
315 const snd_pcm_format_t *f = &_known_formats[index]; in detectSupportedFormats()
954 const snd_pcm_format_t *fmt = &(_known_formats[index]); in supportedBits()
/dports/astro/py-astropy/astropy-5.0/astropy/units/format/
H A D__init__.py30 def _known_formats(): function
/dports/devel/brz/breezy-3.2.0/breezy/plugins/darcs/
H A D__init__.py54 def _known_formats(self): member in DarcsDirFormat
/dports/devel/kde-dev-scripts/kde-dev-scripts-21.12.3/kf5/
H A Dresolve_kuit.py217 if fmt not in _known_formats.values():
1371 _known_formats = set() variable
1374 _known_formats.add(fmt)
1414 if fmt_cm and fmt_cm not in _known_formats:
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Ddir.py393 def _known_formats(self): member in LocalGitControlDirFormat
H A Dremote.py833 def _known_formats(self): member in RemoteGitControlDirFormat