Home
last modified time | relevance | path

Searched refs:m_format (Results 1 – 25 of 2583) sorted by relevance

12345678910>>...104

/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/msw/ole/
H A Ddataform.h29 { m_format = format; return *this; }
31 { m_format = format.m_format; return *this; }
37 { return m_format == (NativeFormat)format; }
39 { return m_format != (NativeFormat)format; }
41 { return m_format == format.m_format; }
43 { return m_format != format.m_format; }
48 NativeFormat GetFormatId() const { return m_format; } in GetFormatId()
49 operator NativeFormat() const { return m_format; } in NativeFormat()
53 NativeFormat GetType() const { return m_format; } in GetType()
61 bool IsStandard() const { return m_format > 0 && m_format < wxDF_PRIVATE; } in IsStandard()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/msw/ole/
H A Ddataform.h29 { m_format = format; return *this; }
31 { m_format = format.m_format; return *this; }
37 { return m_format == (NativeFormat)format; }
39 { return m_format != (NativeFormat)format; }
41 { return m_format == format.m_format; }
43 { return m_format != format.m_format; }
48 NativeFormat GetFormatId() const { return m_format; } in GetFormatId()
49 operator NativeFormat() const { return m_format; } in NativeFormat()
53 NativeFormat GetType() const { return m_format; } in GetType()
61 bool IsStandard() const { return m_format > 0 && m_format < wxDF_PRIVATE; } in IsStandard()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/msw/ole/
H A Ddataform.h29 { m_format = format; return *this; }
31 { m_format = format.m_format; return *this; }
37 { return m_format == (NativeFormat)format; }
39 { return m_format != (NativeFormat)format; }
41 { return m_format == format.m_format; }
43 { return m_format != format.m_format; }
48 NativeFormat GetFormatId() const { return m_format; } in GetFormatId()
49 operator NativeFormat() const { return m_format; } in NativeFormat()
53 NativeFormat GetType() const { return m_format; } in GetType()
61 bool IsStandard() const { return m_format > 0 && m_format < wxDF_PRIVATE; } in IsStandard()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/msw/ole/
H A Ddataform.h29 { m_format = format; return *this; }
31 { m_format = format.m_format; return *this; }
37 { return m_format == (NativeFormat)format; }
39 { return m_format != (NativeFormat)format; }
41 { return m_format == format.m_format; }
43 { return m_format != format.m_format; }
48 NativeFormat GetFormatId() const { return m_format; } in GetFormatId()
49 operator NativeFormat() const { return m_format; } in NativeFormat()
53 NativeFormat GetType() const { return m_format; } in GetType()
61 bool IsStandard() const { return m_format > 0 && m_format < wxDF_PRIVATE; } in IsStandard()
[all …]
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/msw/ole/
H A Ddataform.h29 { m_format = format; return *this; }
31 { m_format = format.m_format; return *this; }
37 { return m_format == (NativeFormat)format; }
39 { return m_format != (NativeFormat)format; }
41 { return m_format == format.m_format; }
43 { return m_format != format.m_format; }
48 NativeFormat GetFormatId() const { return m_format; } in GetFormatId()
49 operator NativeFormat() const { return m_format; } in NativeFormat()
53 NativeFormat GetType() const { return m_format; } in GetType()
61 bool IsStandard() const { return m_format > 0 && m_format < wxDF_MAX; } in IsStandard()
[all …]
/dports/comms/gtkmmorse/gtkmmorse-0.9.27/src/
H A Dastream.cc43 m_format.bits = 16; in oastream()
44 m_format.channels = 2; in oastream()
45 m_format.rate = 44100; in oastream()
47 m_format.matrix=NULL; in oastream()
56 m_format.bits = b; in oastream()
57 m_format.channels = ch; in oastream()
58 m_format.rate = sr; in oastream()
59 m_format.byte_format = bf; in oastream()
66 m_format = cpy.m_format; in oastream()
123 size_type len = m_format.bits/8 * m_format.channels * sample_number; in enqueue_sine()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/compute/image/
H A Dimage_format.hpp75 m_format.image_channel_order = order; in image_format()
76 m_format.image_channel_data_type = type; in image_format()
82 m_format.image_channel_order = format.image_channel_order; in image_format()
88 : m_format(other.m_format) in image_format()
96 m_format = other.m_format; in operator =()
110 return &m_format; in get_format_ptr()
116 return m_format.image_channel_order == in operator ==()
117 other.m_format.image_channel_order && in operator ==()
118 m_format.image_channel_data_type == in operator ==()
119 other.m_format.image_channel_data_type; in operator ==()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/compute/image/
H A Dimage_format.hpp75 m_format.image_channel_order = order; in image_format()
76 m_format.image_channel_data_type = type; in image_format()
82 m_format.image_channel_order = format.image_channel_order; in image_format()
88 : m_format(other.m_format) in image_format()
96 m_format = other.m_format; in operator =()
110 return &m_format; in get_format_ptr()
116 return m_format.image_channel_order == in operator ==()
117 other.m_format.image_channel_order && in operator ==()
118 m_format.image_channel_data_type == in operator ==()
119 other.m_format.image_channel_data_type; in operator ==()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/image/
H A Dimage_format.hpp75 m_format.image_channel_order = order; in image_format()
76 m_format.image_channel_data_type = type; in image_format()
82 m_format.image_channel_order = format.image_channel_order; in image_format()
88 : m_format(other.m_format) in image_format()
96 m_format = other.m_format; in operator =()
110 return &m_format; in get_format_ptr()
116 return m_format.image_channel_order == in operator ==()
117 other.m_format.image_channel_order && in operator ==()
118 m_format.image_channel_data_type == in operator ==()
119 other.m_format.image_channel_data_type; in operator ==()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/compute/image/
H A Dimage_format.hpp75 m_format.image_channel_order = order; in image_format()
76 m_format.image_channel_data_type = type; in image_format()
82 m_format.image_channel_order = format.image_channel_order; in image_format()
88 : m_format(other.m_format) in image_format()
96 m_format = other.m_format; in operator =()
110 return &m_format; in get_format_ptr()
116 return m_format.image_channel_order == in operator ==()
117 other.m_format.image_channel_order && in operator ==()
118 m_format.image_channel_data_type == in operator ==()
119 other.m_format.image_channel_data_type; in operator ==()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/compute/image/
H A Dimage_format.hpp75 m_format.image_channel_order = order; in image_format()
76 m_format.image_channel_data_type = type; in image_format()
82 m_format.image_channel_order = format.image_channel_order; in image_format()
88 : m_format(other.m_format) in image_format()
96 m_format = other.m_format; in operator =()
110 return &m_format; in get_format_ptr()
116 return m_format.image_channel_order == in operator ==()
117 other.m_format.image_channel_order && in operator ==()
118 m_format.image_channel_data_type == in operator ==()
119 other.m_format.image_channel_data_type; in operator ==()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/image/
H A Dimage_format.hpp75 m_format.image_channel_order = order; in image_format()
76 m_format.image_channel_data_type = type; in image_format()
82 m_format.image_channel_order = format.image_channel_order; in image_format()
88 : m_format(other.m_format) in image_format()
96 m_format = other.m_format; in operator =()
110 return &m_format; in get_format_ptr()
116 return m_format.image_channel_order == in operator ==()
117 other.m_format.image_channel_order && in operator ==()
118 m_format.image_channel_data_type == in operator ==()
119 other.m_format.image_channel_data_type; in operator ==()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/compute/image/
H A Dimage_format.hpp75 m_format.image_channel_order = order; in image_format()
76 m_format.image_channel_data_type = type; in image_format()
82 m_format.image_channel_order = format.image_channel_order; in image_format()
88 : m_format(other.m_format) in image_format()
96 m_format = other.m_format; in operator =()
110 return &m_format; in get_format_ptr()
116 return m_format.image_channel_order == in operator ==()
117 other.m_format.image_channel_order && in operator ==()
118 m_format.image_channel_data_type == in operator ==()
119 other.m_format.image_channel_data_type; in operator ==()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/compute/image/
H A Dimage_format.hpp75 m_format.image_channel_order = order; in image_format()
76 m_format.image_channel_data_type = type; in image_format()
82 m_format.image_channel_order = format.image_channel_order; in image_format()
88 : m_format(other.m_format) in image_format()
96 m_format = other.m_format; in operator =()
110 return &m_format; in get_format_ptr()
116 return m_format.image_channel_order == in operator ==()
117 other.m_format.image_channel_order && in operator ==()
118 m_format.image_channel_data_type == in operator ==()
119 other.m_format.image_channel_data_type; in operator ==()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/compute/image/
H A Dimage_format.hpp75 m_format.image_channel_order = order; in image_format()
76 m_format.image_channel_data_type = type; in image_format()
82 m_format.image_channel_order = format.image_channel_order; in image_format()
88 : m_format(other.m_format) in image_format()
96 m_format = other.m_format; in operator =()
110 return &m_format; in get_format_ptr()
116 return m_format.image_channel_order == in operator ==()
117 other.m_format.image_channel_order && in operator ==()
118 m_format.image_channel_data_type == in operator ==()
119 other.m_format.image_channel_data_type; in operator ==()
[all …]
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/qpa/
H A Deglplatformcontext.cpp105 return m_format; in format()
154 m_format = formatFromConfig(m_eglDisplay, m_config); in create()
191 robustCorePriority->setVersion(m_format.majorVersion(), m_format.minorVersion()); in create()
204 robustCore->setVersion(m_format.majorVersion(), m_format.minorVersion()); in create()
216 corePriority->setVersion(m_format.majorVersion(), m_format.minorVersion()); in create()
227 core->setVersion(m_format.majorVersion(), m_format.minorVersion()); in create()
279 m_format.setMajorVersion(major); in updateFormatFromContext()
280 m_format.setMinorVersion(minor); in updateFormatFromContext()
287 if (m_format.version() >= qMakePair(3, 0)) { in updateFormatFromContext()
299 if (m_format.version() >= qMakePair(3, 2)) { in updateFormatFromContext()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/AudioEngine/Sinks/
H A DAESinkAUDIOTRACK.cpp314 m_format = format; in Initialize()
329 …32_t d = std::abs((int)m_format.m_sampleRate - (int)s) + 8 * (s > m_format.m_sampleRate ? (s % m_f… in Initialize()
338 if (m_format.m_dataFormat == AE_FMT_RAW) in Initialize()
486 m_format.m_frameSize = 1; in Initialize()
491m_format.m_frameSize = m_format.m_channelLayout.Count() * (CAEUtil::DataFormatToBits(m_format.m_da… in Initialize()
500 m_format.m_frames = static_cast<int>(m_min_buffer_size / m_format.m_frameSize) / 2; in Initialize()
516 m_format.m_frames = static_cast<int>(m_min_buffer_size / m_format.m_frameSize) / 4; in Initialize()
559 m_min_buffer_size, m_format.m_frames, m_format.m_frameSize, in Initialize()
562 format = m_format; in Initialize()
785 sleep_time = 1000.0 * m_format.m_frames / (m_sink_frameSize * m_format.m_sampleRate); in AddPackets()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/internal/
H A DditAstcTests.cpp50 const CompressedTexFormat m_format; member in dit::__anon84ddb12f0111::AstcCase
64 , m_format (format) in AstcCase()
126 if (!isAstcSRGBFormat(m_format)) in iterate()
138 testDecompress(m_format, numBlocks, &generatedData[0]); in iterate()
142 if (!isAstcSRGBFormat(m_format)) in iterate()
149 const IVec3 blockPixelSize = getBlockPixelSize(m_format); in iterate()
154 testDecompress(m_format, numBlocks, &generatedData[0]); in iterate()
158 if (!isAstcSRGBFormat(m_format)) in iterate()
172 …::generateRandomValidBlocks(&generatedData[0], numBlocks, m_format, mode, deInt32Hash(m_format) ^ … in iterate()
174 testDecompress(m_format, numBlocks, &generatedData[0]); in iterate()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/multimedia/audioinput/
H A Daudioinput.cpp64 , m_format(format) in AudioInfo()
69 switch (m_format.sampleSize()) { in AudioInfo()
71 switch (m_format.sampleType()) { in AudioInfo()
83 switch (m_format.sampleType()) { in AudioInfo()
137 … if (m_format.sampleSize() == 8 && m_format.sampleType() == QAudioFormat::UnSignedInt) { in writeData()
139 … } else if (m_format.sampleSize() == 8 && m_format.sampleType() == QAudioFormat::SignedInt) { in writeData()
267 m_format.setFrequency(8000); in initializeAudio()
268 m_format.setChannels(1); in initializeAudio()
269 m_format.setSampleSize(16); in initializeAudio()
272 m_format.setCodec("audio/pcm"); in initializeAudio()
[all …]
/dports/math/analitza/analitza-21.12.3/analitza/
H A Dvalue.h48 …Object(v), m_value(v.m_value), m_imaginaryPart(v.m_imaginaryPart), m_format(v.m_format) { Q_ASSERT… in Cn()
54 … explicit Cn(int i) : Object(Object::value), m_value(i), m_imaginaryPart(0), m_format(Integer) {} in Cn()
97 bool isBoolean() const { return m_format==Boolean; } in isBoolean()
102 bool isCharacter() const { return m_format==Char; } in isCharacter()
104 ValueFormat format() const { return m_format; } in format()
109 bool isTrue() const { Q_ASSERT(m_format==Boolean); return m_value!=0.; } in isTrue()
117 bool isInteger() const { return m_format&Integer && std::floor(m_value)==m_value; } in isInteger()
147 Cn operator=(double d) { m_value=d; m_format=Real; return *this; }
149 QChar character() const { Q_ASSERT(m_format==Char); return QChar(m_char); } in character()
152 bool isComplex() const { return m_format == Complex && m_imaginaryPart!=0.; } in isComplex()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/mobile/guitartuner/src/
H A Dvoicegenerator.cpp49 m_format(format), in VoiceGenerator()
52 Q_ASSERT(m_format.sampleSize() % 8 == 0); in VoiceGenerator()
53 int sampleBytes = m_format.channels() * (m_format.sampleSize() / 8); in VoiceGenerator()
55 qint64 samplesInBuffer = m_format.sampleRate() in VoiceGenerator()
121 const int channelBytes = m_format.sampleSize() / 8; in refreshData()
122 const int sampleSize = m_format.channels() * channelBytes; in refreshData()
156 / m_format.sampleRate()); in refreshData()
158 for (int i=0; i<m_format.channels(); ++i) { in refreshData()
172 if (m_format.sampleSize() == 8) in setValue()
185 } else if (m_format.sampleSize() == 16) { in setValue()
[all …]
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtmultimedia/examples/multimedia/audioinput/
H A Daudioinput.cpp65 : m_format(format) in AudioInfo()
67 switch (m_format.sampleSize()) { in AudioInfo()
69 switch (m_format.sampleType()) { in AudioInfo()
81 switch (m_format.sampleType()) { in AudioInfo()
94 switch (m_format.sampleType()) { in AudioInfo()
147 … if (m_format.sampleSize() == 8 && m_format.sampleType() == QAudioFormat::UnSignedInt) { in writeData()
149 … } else if (m_format.sampleSize() == 8 && m_format.sampleType() == QAudioFormat::SignedInt) { in writeData()
151 … } else if (m_format.sampleSize() == 16 && m_format.sampleType() == QAudioFormat::UnSignedInt) { in writeData()
156 … } else if (m_format.sampleSize() == 16 && m_format.sampleType() == QAudioFormat::SignedInt) { in writeData()
166 … } else if (m_format.sampleSize() == 32 && m_format.sampleType() == QAudioFormat::SignedInt) { in writeData()
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/widgets/
H A DCSVFormatDialog.cpp43 m_format(format),
60 m_format = CSVFormat(csvFilePath);
61 m_format.setSampleRate(referenceSampleRate);
101 if (c == m_format.getSeparator()) {
201 int columns = m_format.getColumnCount();
263 switch (m_format.getTimeUnits()) {
295 return m_format;
308 switch (m_format.getModelType()) {
399 m_format.setSeparator(sep[0]);
400 m_format.guessFormatFor(m_csvFilePath);
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DModelFactoryImpl.cpp37 m_format(MapFormat::Unknown), in ModelFactoryImpl()
41 m_format(format), in ModelFactoryImpl()
43 assert(m_format != MapFormat::Unknown); in ModelFactoryImpl()
47 return m_format; in doGetFormat()
51 assert(m_format != MapFormat::Unknown); in doCreateWorld()
56 assert(m_format != MapFormat::Unknown); in doCreateLayer()
61 assert(m_format != MapFormat::Unknown); in doCreateGroup()
66 assert(m_format != MapFormat::Unknown); in doCreateEntity()
71 assert(m_format != MapFormat::Unknown); in doCreateBrush()
79 switch (m_format) { in doCreateFace()
[all …]
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/plugins/geoservices/mapbox/
H A Dqgeotilefetchermapbox.cpp51 m_format("png"), in QGeoTileFetcherMapbox()
70 m_format = format; in setFormat()
72 …if (m_format == "png" || m_format == "png32" || m_format == "png64" || m_format == "png128" || m_f… in setFormat()
74 else if (m_format == "jpg70" || m_format == "jpg80" || m_format == "jpg90") in setFormat()
77 qWarning() << "Unknown map format " << m_format; in setFormat()
96 m_format + QLatin1Char('?') + in getTileImage()

12345678910>>...104