Home
last modified time | relevance | path

Searched refs:IsStereo (Results 1 – 25 of 85) sorted by relevance

1234

/dports/games/alephone/alephone-release-20190331/Source_Files/Sound/
H A DVorbisDecoder.h41 bool IsStereo() { return stereo; } in IsStereo() function
43 int BytesPerFrame() { return 2 * (IsStereo() ? 2 : 1); } in BytesPerFrame()
H A DFFmpegDecoder.h40 bool IsStereo() { return (channels == 2); } in IsStereo() function
42 int BytesPerFrame() { return 2 * (IsStereo() ? 2 : 1); } in BytesPerFrame()
H A DSndfileDecoder.h41 bool IsStereo() { return (sfinfo.channels == 2); } in IsStereo() function
43 int BytesPerFrame() { return 2 * (IsStereo() ? 2 : 1); } in BytesPerFrame()
H A DMADDecoder.h41 bool IsStereo() { return stereo; } in IsStereo() function
H A DBasicIFFDecoder.h39 bool IsStereo() { return stereo; } in IsStereo() function
H A DDecoder.h39 virtual bool IsStereo() = 0;
H A DReplacementSounds.cpp47 stereo = decoder->IsStereo(); in LoadExternal()
/dports/graphics/quat/quat-1.20/kernel/
H A Dquat.c774 if (IsStereo(v)) xres_st *= 2; in CalculateFractal()
777 if (IsStereo(v)) xres_st_aa *= 2; in CalculateFractal()
833 if (IsStereo(&view)) in CalculateFractal()
858 if (IsStereo(&view)) in CalculateFractal()
876 if (IsStereo(&view)) in CalculateFractal()
901 if (IsStereo(&view)) in CalculateFractal()
924 if (IsStereo(&view)) in CalculateFractal()
1061 if (IsStereo(&view)) in CalculateINI()
1139 if (IsStereo(view)) in CreateImage()
1194 if (IsStereo(view)) in CreateZBuf()
[all …]
H A Dcommon.h120 int IsStereo(struct view_struct *view);
/dports/graphics/quat-gui/quat-1.20/kernel/
H A Dquat.c774 if (IsStereo(v)) xres_st *= 2; in CalculateFractal()
777 if (IsStereo(v)) xres_st_aa *= 2; in CalculateFractal()
833 if (IsStereo(&view)) in CalculateFractal()
858 if (IsStereo(&view)) in CalculateFractal()
876 if (IsStereo(&view)) in CalculateFractal()
901 if (IsStereo(&view)) in CalculateFractal()
924 if (IsStereo(&view)) in CalculateFractal()
1061 if (IsStereo(&view)) in CalculateINI()
1139 if (IsStereo(view)) in CreateImage()
1194 if (IsStereo(view)) in CreateZBuf()
[all …]
H A Dcommon.h120 int IsStereo(struct view_struct *view);
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/
H A DRiffWav.h102 bool IsStereo() { return (m_FileInfo.channels > 1); } in IsStereo() function
114 bool IsStereo() { return (m_Header.FmtChannels==2); } in IsStereo() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/windows_mixed_reality/wrappers/
H A Dwmr_rendering.h24 virtual bool IsStereo() = 0;
35 bool IsStereo() override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/vr/windows_mixed_reality/wrappers/
H A Dwmr_rendering.h24 virtual bool IsStereo() = 0;
35 bool IsStereo() override;
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/utility/source/
H A Dfile_recorder_impl.cc152 !_moduleFile->IsStereo())
170 _moduleFile->IsStereo())
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DAudioAPI.cpp43 …engine->RegisterObjectMethod("Sound", "bool get_stereo() const", asMETHOD(Sound, IsStereo), asCALL… in RegisterSound()
100 …engine->RegisterObjectMethod("Audio", "bool get_stereo() const", asMETHOD(Audio, IsStereo), asCALL… in RegisterAudio()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Audio/
H A DSoundStream.h66 bool IsStereo() const { return stereo_; } in IsStereo() function
H A DOggVorbisSoundStream.cpp39 SetFormat(sound->GetIntFrequency(), sound->IsSixteenBit(), sound->IsStereo()); in OggVorbisSoundStream()
H A DSound.h103 bool IsStereo() const { return stereo_; } in IsStereo() function
/dports/games/0ad/0ad-0.0.23b-alpha/source/soundmanager/data/
H A DOggData.h43 virtual bool IsStereo();
H A DSoundData.h48 virtual bool IsStereo();
H A DSoundData.cpp141 bool CSoundData::IsStereo() in IsStereo() function in CSoundData
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/voice_engine/
H A Dfile_recorder.cc158 if (incomingAudioFrame.num_channels_ == 2 && !_moduleFile->IsStereo()) { in RecordAudioToFile()
171 } else if (incomingAudioFrame.num_channels_ == 1 && _moduleFile->IsStereo()) { in RecordAudioToFile()
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/Plugins/StreamPlugin/
H A DStreamPlugin.C214 if (m_File.IsStereo ()) { in OpenStream()
222 if (m_File.IsStereo()) return m_File.GetSize() / (float)m_File.GetSamplerate (); in GetLength()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/windows_mixed_reality/wrappers/test/
H A Dmock_wmr_rendering.h20 bool IsStereo() override;

1234