Home
last modified time | relevance | path

Searched defs:SupportedFormat (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/love/love-11.3/src/modules/graphics/opengl/
H A DCanvas.h83 struct SupportedFormat struct
85 bool readable = false;
86 bool nonreadable = false;
111 static SupportedFormat supportedFormats[PIXELFORMAT_MAX_ENUM]; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/chromeos/
H A Dpixel_format_utils.cc13 struct SupportedFormat { struct
14 cros::mojom::HalPixelFormat hal_format;
15 ChromiumPixelFormat cr_format;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/chromeos/
H A Dpixel_format_utils.cc13 struct SupportedFormat { struct
14 cros::mojom::HalPixelFormat hal_format;
15 ChromiumPixelFormat cr_format;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsowssourceselect.h57 struct SupportedFormat struct
59 QString format;
60 QString label;
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsowssourceselect.h57 struct SupportedFormat struct
59 QString format;
60 QString label;
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/cpal-0.8.2/src/
H A Dlib.rs189 pub struct SupportedFormat { struct
190 pub channels: ChannelCount,
192 pub min_sample_rate: SampleRate,
194 pub max_sample_rate: SampleRate,
196 pub data_type: SampleFormat,
493 impl SupportedFormat { impl
649 impl From<Format> for SupportedFormat { implementation
651 fn from(format: Format) -> SupportedFormat { in from()
679 fn next(&mut self) -> Option<SupportedFormat> { in next()
693 fn next(&mut self) -> Option<SupportedFormat> { in next()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/cpal-0.8.2/src/
H A Dlib.rs189 pub struct SupportedFormat { struct
190 pub channels: ChannelCount,
192 pub min_sample_rate: SampleRate,
194 pub max_sample_rate: SampleRate,
196 pub data_type: SampleFormat,
493 impl SupportedFormat { implementation
649 impl From<Format> for SupportedFormat { implementation
651 fn from(format: Format) -> SupportedFormat { in from()
679 fn next(&mut self) -> Option<SupportedFormat> { in next()
693 fn next(&mut self) -> Option<SupportedFormat> { in next()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Memory/tests/ParsersAndFormatters/
H A DSupportedFormats.cs11 public sealed class SupportedFormat class
13 public SupportedFormat(char symbol, bool supportsPrecision) in SupportedFormat() method in System.Buffers.Text.Tests.SupportedFormat
/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/citeproc/src/
H A Dapi.rs203 pub enum SupportedFormat { enum
210 impl SupportedFormat { impl
221 impl FromStr for SupportedFormat { implementation
233 impl<'de> serde::de::Deserialize<'de> for SupportedFormat { implementation
H A Dprocessor.rs123 impl Default for SupportedFormat { implementation
705 format: Option<SupportedFormat>, in preview_citation_cluster()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/cpal-0.8.2/src/null/
H A Dmod.rs115 fn next(&mut self) -> Option<SupportedFormat> { in next()
124 fn next(&mut self) -> Option<SupportedFormat> { in next()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/cpal-0.8.2/src/null/
H A Dmod.rs115 fn next(&mut self) -> Option<SupportedFormat> { in next()
124 fn next(&mut self) -> Option<SupportedFormat> { in next()
/dports/deskutils/bitcollider/bitcollider-0.6.0/include/
H A Dplugin.h20 } SupportedFormat; typedef
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A Ddxtctool.h186 inline bool dxtc_pixels::SupportedFormat() const { in SupportedFormat() function
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A Ddxtctool.h196 inline bool dxtc_pixels::SupportedFormat() const { in SupportedFormat() function
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/table/block_based/
H A Dfull_filter_block.cc79 last_whole_key_recorded_ = false; in name()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/cpal-0.8.2/src/alsa/
H A Dmod.rs82 ) -> Result<VecIntoIter<SupportedFormat>, FormatsEnumerationError> in supported_formats()
/dports/x11-toolkits/scintilla/scintilla/win32/
H A DScintillaWin.cxx2505 bool SupportedFormat(const FORMATETC *pFE) noexcept { in SupportedFormat() function
/dports/editors/textadept/scintilla/win32/
H A DScintillaWin.cxx2505 bool SupportedFormat(const FORMATETC *pFE) noexcept { in SupportedFormat() function
/dports/editors/scite/scintilla/win32/
H A DScintillaWin.cxx2505 bool SupportedFormat(const FORMATETC *pFE) noexcept { in SupportedFormat() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp3249 SupportedFormat, enumerator
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp3161 SupportedFormat, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp3266 SupportedFormat, enumerator
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaDeclAttr.cpp3314 SupportedFormat, enumerator
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp3272 SupportedFormat, enumerator

12