Home
last modified time | relevance | path

Searched refs:samplesPerSecond (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/glest/glest_source_3.2.2/source/shared_lib/include/sound/
H A Dsound.h30 uint32 samplesPerSecond; variable
39 uint32 getSamplesPerSecond() const {return samplesPerSecond;} in getSamplesPerSecond()
44 void setsamplesPerSecond(uint32 samplesPerSecond) {this->samplesPerSecond= samplesPerSecond;} in setsamplesPerSecond() argument
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/sound/
H A Dsound.h31 uint32 samplesPerSecond; variable
41 uint32 getSamplesPerSecond() const {return samplesPerSecond;} in getSamplesPerSecond()
47 void setsamplesPerSecond(uint32 samplesPerSecond) {this->samplesPerSecond= samplesPerSecond;} in setsamplesPerSecond() argument
/dports/audio/mixxx/mixxx-2.3.0/src/sources/
H A Dsoundsourcemediafoundation.cpp636 UINT32 samplesPerSecond; in configureMediaType() local
638 MF_MT_AUDIO_SAMPLES_PER_SECOND, &samplesPerSecond); in configureMediaType()
645 kLogger.debug() << "Samples per second in input stream" << samplesPerSecond; in configureMediaType()
647 samplesPerSecond = params.getSignalInfo().getSampleRate(); in configureMediaType()
649 MF_MT_AUDIO_SAMPLES_PER_SECOND, samplesPerSecond); in configureMediaType()
653 << samplesPerSecond; in configureMediaType()
657 kLogger.debug() << "Requested samples per second" << samplesPerSecond; in configureMediaType()
753 UINT32 samplesPerSecond; in configureAudioStream() local
755 MF_MT_AUDIO_SAMPLES_PER_SECOND, &samplesPerSecond); in configureAudioStream()
762 initSampleRateOnce(samplesPerSecond); in configureAudioStream()
/dports/www/libdatachannel/libdatachannel-0.16.1/examples/streamer/
H A Dopusfileparser.cpp23 …rser(string directory, bool loop, uint32_t samplesPerSecond): FileParser(directory, ".opus", sampl… in OPUSFileParser() argument
H A Dfileparser.cpp24 …irectory, string extension, uint32_t samplesPerSecond, bool loop): sampleDuration_us(1000 * 1000 /… in FileParser() argument
H A Dopusfileparser.hpp28 …OPUSFileParser(std::string directory, bool loop, uint32_t samplesPerSecond = OPUSFileParser::defau…
H A Dfileparser.hpp36 FileParser(std::string directory, std::string extension, uint32_t samplesPerSecond, bool loop);
/dports/audio/faad/faad2-c626366/plugins/QCDMp4/
H A Daac2mp4.cpp239 u_int32_t samplesPerSecond; in AacCreator() local
248 samplesPerSecond = MP4AV_AdtsGetSamplingRate(firstHeader); in AacCreator()
278 samplesPerSecond, 1024, audioType); in AacCreator()
295 samplesPerSecond, in AacCreator()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/
H A Ddummyaudio.cxx39 unsigned samplesPerSecond, in PSound() argument
46 sampleRate = samplesPerSecond; in PSound()
72 unsigned samplesPerSecond, in SetFormat() argument
77 sampleRate = samplesPerSecond; in SetFormat()
H A Dsunaudio.cxx42 unsigned samplesPerSecond, in PSound() argument
49 sampleRate = samplesPerSecond; in PSound()
75 unsigned samplesPerSecond, in SetFormat() argument
80 sampleRate = samplesPerSecond; in SetFormat()
H A Dmacosaudio.cxx51 unsigned samplesPerSecond, in PSound() argument
57 SetFormat(channels, samplesPerSecond, DEFAULTSAMPLESIZE); in PSound()
85 unsigned samplesPerSecond, in SetFormat() argument
92 sampleRate = samplesPerSecond; in SetFormat()
H A Dvxaudio.cxx42 unsigned samplesPerSecond, in PSound() argument
49 sampleRate = samplesPerSecond; in PSound()
75 unsigned samplesPerSecond, in SetFormat() argument
80 sampleRate = samplesPerSecond; in SetFormat()
H A Dossaix.cxx89 unsigned samplesPerSecond, in PSound() argument
96 sampleRate = samplesPerSecond; in PSound()
122 unsigned samplesPerSecond, in SetFormat() argument
127 sampleRate = samplesPerSecond; in SetFormat()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwsound/
H A Dloudness.hpp30 Sound_Loudness(float samplesPerSecond, int sampleRate, ChannelConfig chans, SampleType type) in Sound_Loudness() argument
31 : mSamplesPerSec(samplesPerSecond) in Sound_Loudness()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/gig/
H A DProfiler.cpp64 unsigned int samplesPerSecond = (unsigned int) (tsPerSecond / avgTicks); in GetBogoVoices() local
65 unsigned int bogoVoices = samplesPerSecond / SamplingFreq; in GetBogoVoices()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Daud_stream.cpp146 int samplesPerSecond = _overrideFrequency > 0 ? _overrideFrequency : _frequency; in startAtSecond() local
147 readBuffer(nullptr, startSecond * samplesPerSecond); in startAtSecond()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/sfprobe_plugin/
H A Dsflow_sampler.c78 void sfl_sampler_set_backoffThreshold(SFLSampler *sampler, u_int32_t samplesPerSecond) { in sfl_sampler_set_backoffThreshold() argument
79 sampler->backoffThreshold = samplesPerSecond; in sfl_sampler_set_backoffThreshold()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DSampleFormatMediaFoundation.cpp347 UINT32 samplesPerSecond = 0; in ReadMediaFoundationSample()
348 …MPT_MF_CHECKED(uncompressedAudioType->GetUINT32(MF_MT_AUDIO_SAMPLES_PER_SECOND, &samplesPerSecond)… in ReadMediaFoundationSample()
355 if(samplesPerSecond <= 0) in ReadMediaFoundationSample()
407 Samples[sample].nC5Speed = samplesPerSecond; in ReadMediaFoundationSample()
/dports/devel/simgear/simgear-2020.3.11/simgear/sound/
H A Dreadwav.cxx273 uint32_t samplesPerSecond; in loadWavFile() local
306 !wavReadLE (fd, samplesPerSecond) || in loadWavFile()
348 b->frequency = samplesPerSecond; in loadWavFile()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/
H A Dsound.cxx482 unsigned samplesPerSecond, in PSound() argument
489 sampleRate = samplesPerSecond; in PSound()
515 unsigned samplesPerSecond, in SetFormat() argument
520 sampleRate = samplesPerSecond; in SetFormat()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/sv/
H A Dsv.asn22 …smpMod [8] IMPLICIT INTEGER{samplesPerNormalPeriod(0),samplesPerSecond(1),secondsPerSample(2)} OP…
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/sv/
H A Dsv.asn22 …smpMod [8] IMPLICIT INTEGER{samplesPerNormalPeriod(0),samplesPerSecond(1),secondsPerSample(2)} OP…
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/sv/
H A Dsv.asn22 …smpMod [8] IMPLICIT INTEGER{samplesPerNormalPeriod(0),samplesPerSecond(1),secondsPerSample(2)} OP…
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/sv/
H A Dsv.asn22 …smpMod [8] IMPLICIT INTEGER{samplesPerNormalPeriod(0),samplesPerSecond(1),secondsPerSample(2)} OP…
/dports/games/glest/glest_source_3.2.2/source/shared_lib/sources/sound/
H A Dsound.cpp26 samplesPerSecond= 0; in SoundInfo()

12