Home
last modified time | relevance | path

Searched refs:FMOD_RESULT (Results 1 – 25 of 33) sorted by relevance

12

/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Dfmod_wrap.h183FMOD_RESULT isRecording (int id, bool *recording) { FMOD_BOOL b; FMOD_RESULT res = FMOD… in isRecording()
284FMOD_RESULT getPaused (bool *paused) { FMOD_BOOL b; FMOD_RESULT res = FMOD_Channel_Ge… in getPaused()
300FMOD_RESULT getMute (bool *mute) { FMOD_BOOL b; FMOD_RESULT res = FMOD_Channel_GetM… in getMute()
339FMOD_RESULT isPlaying (bool *isplaying) { FMOD_BOOL b; FMOD_RESULT res = FMOD_Channel… in isPlaying()
340FMOD_RESULT isVirtual (bool *isvirtual) { FMOD_BOOL b; FMOD_RESULT res = FMOD_Channel… in isVirtual()
384FMOD_RESULT getPaused (bool *paused) { FMOD_BOOL b; FMOD_RESULT res = FMOD_ChannelGr… in getPaused()
386FMOD_RESULT getMute (bool *mute) { FMOD_BOOL b; FMOD_RESULT res = FMOD_ChannelGrou… in getMute()
485FMOD_RESULT getActive (bool *active) { FMOD_BOOL b; FMOD_RESULT res = FMOD_DSP_GetAct… in getActive()
487FMOD_RESULT getBypass (bool *bypass) { FMOD_BOOL b; FMOD_RESULT res = FMOD_DSP_GetByp… in getBypass()
566FMOD_RESULT getActive (bool *active) { FMOD_BOOL b; FMOD_RESULT res = FMOD_Geometry_G… in getActive()
[all …]
H A Dfmodsound.cpp355 FMOD_RESULT result; in Play()
459 FMOD_RESULT result; in IsEnded()
576 FMOD_RESULT result; in PCMReadCallback()
643 FMOD_RESULT result; in Init()
1427 FMOD_RESULT result; in CreateStream()
1763 FMOD_RESULT result; in StartSound()
1841 FMOD_RESULT result; in StartSound3D()
2548 FMOD_RESULT result; in LoadSoundRaw()
2586 FMOD_RESULT result; in LoadSound()
3062 FMOD_RESULT result; in DecodeSample()
[all …]
H A Dfmodsound.h79 …static FMOD_RESULT F_CALLBACK ChannelCallback(FMOD_CHANNEL *channel, FMOD_CHANNEL_CALLBACKTYPE typ…
88 FMOD_RESULT SetSystemReverbProperties(const REVERB_PROPERTIES *props);
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/fmodex/inc/
H A Dfmod.h197 } FMOD_RESULT; typedef
1069 typedef FMOD_RESULT (F_CALLBACK *FMOD_SOUND_NONBLOCKCALLBACK)(FMOD_SOUND *sound, FMOD_RESULT result…
1840 FMOD_RESULT F_API FMOD_Debug_SetLevel (FMOD_DEBUGLEVEL level);
1842 FMOD_RESULT F_API FMOD_File_SetDiskBusy (int busy);
1843 FMOD_RESULT F_API FMOD_File_GetDiskBusy (int *busy);
1849 FMOD_RESULT F_API FMOD_System_Create (FMOD_SYSTEM **system);
1850 FMOD_RESULT F_API FMOD_System_Release (FMOD_SYSTEM *system);
2024 FMOD_RESULT F_API FMOD_Sound_Release (FMOD_SOUND *sound);
2313 FMOD_RESULT F_API FMOD_DSP_Release (FMOD_DSP *dsp);
2323 FMOD_RESULT F_API FMOD_DSP_Remove (FMOD_DSP *dsp);
[all …]
H A Dfmod_output.h20 typedef FMOD_RESULT (F_CALLBACK *FMOD_OUTPUT_GETNUMDRIVERSCALLBACK)(FMOD_OUTPUT_STATE *output_state…
21 typedef FMOD_RESULT (F_CALLBACK *FMOD_OUTPUT_GETDRIVERNAMECALLBACK)(FMOD_OUTPUT_STATE *output_state…
22 typedef FMOD_RESULT (F_CALLBACK *FMOD_OUTPUT_GETDRIVERCAPSCALLBACK)(FMOD_OUTPUT_STATE *output_state…
23 typedef FMOD_RESULT (F_CALLBACK *FMOD_OUTPUT_INITCALLBACK) (FMOD_OUTPUT_STATE *output_state…
24 typedef FMOD_RESULT (F_CALLBACK *FMOD_OUTPUT_CLOSECALLBACK) (FMOD_OUTPUT_STATE *output_state…
25 typedef FMOD_RESULT (F_CALLBACK *FMOD_OUTPUT_UPDATECALLBACK) (FMOD_OUTPUT_STATE *output_state…
26 typedef FMOD_RESULT (F_CALLBACK *FMOD_OUTPUT_GETHANDLECALLBACK) (FMOD_OUTPUT_STATE *output_state…
27 typedef FMOD_RESULT (F_CALLBACK *FMOD_OUTPUT_GETPOSITIONCALLBACK) (FMOD_OUTPUT_STATE *output_state…
28 typedef FMOD_RESULT (F_CALLBACK *FMOD_OUTPUT_LOCKCALLBACK) (FMOD_OUTPUT_STATE *output_state…
29 typedef FMOD_RESULT (F_CALLBACK *FMOD_OUTPUT_UNLOCKCALLBACK) (FMOD_OUTPUT_STATE *output_state…
[all …]
H A Dfmod_codec.h19 typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_OPENCALLBACK) (FMOD_CODEC_STATE *codec_state, FM…
20 typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_CLOSECALLBACK) (FMOD_CODEC_STATE *codec_state);
21 typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_READCALLBACK) (FMOD_CODEC_STATE *codec_state, vo…
22 typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_GETLENGTHCALLBACK) (FMOD_CODEC_STATE *codec_state, un…
23 typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_SETPOSITIONCALLBACK) (FMOD_CODEC_STATE *codec_state, in…
24 typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_GETPOSITIONCALLBACK) (FMOD_CODEC_STATE *codec_state, un…
25 typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_SOUNDCREATECALLBACK) (FMOD_CODEC_STATE *codec_state, in…
26 typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_METADATACALLBACK) (FMOD_CODEC_STATE *codec_state, FM…
27 typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_GETWAVEFORMAT) (FMOD_CODEC_STATE *codec_state, in…
H A Dfmod_dsp.h21 typedef FMOD_RESULT (F_CALLBACK *FMOD_DSP_CREATECALLBACK) (FMOD_DSP_STATE *dsp_state);
22 typedef FMOD_RESULT (F_CALLBACK *FMOD_DSP_RELEASECALLBACK) (FMOD_DSP_STATE *dsp_state);
23 typedef FMOD_RESULT (F_CALLBACK *FMOD_DSP_RESETCALLBACK) (FMOD_DSP_STATE *dsp_state);
24 typedef FMOD_RESULT (F_CALLBACK *FMOD_DSP_READCALLBACK) (FMOD_DSP_STATE *dsp_state, float *in…
25 typedef FMOD_RESULT (F_CALLBACK *FMOD_DSP_SETPOSITIONCALLBACK)(FMOD_DSP_STATE *dsp_state, unsigned …
26 typedef FMOD_RESULT (F_CALLBACK *FMOD_DSP_SETPARAMCALLBACK) (FMOD_DSP_STATE *dsp_state, int index…
27 typedef FMOD_RESULT (F_CALLBACK *FMOD_DSP_GETPARAMCALLBACK) (FMOD_DSP_STATE *dsp_state, int index…
28 typedef FMOD_RESULT (F_CALLBACK *FMOD_DSP_DIALOGCALLBACK) (FMOD_DSP_STATE *dsp_state, void *hwn…
H A Dfmod_errors.h16 static const char *FMOD_ErrorString(FMOD_RESULT errcode) __attribute__((unused));
19 static const char *FMOD_ErrorString(FMOD_RESULT errcode) in FMOD_ErrorString()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DFmodOpenALBridge.h45 } FMOD_RESULT; typedef
141 FMOD_RESULT release();
148 FMOD_RESULT getActive(bool *active);
149 FMOD_RESULT remove();
156 FMOD_RESULT setPaused(bool paused);
158 FMOD_RESULT getPaused(bool *paused);
161 FMOD_RESULT stop();
174 FMOD_RESULT stop();
175 FMOD_RESULT setPaused(bool paused);
188 FMOD_RESULT release();
[all …]
H A DFmodOpenALBridge.cpp622 FMOD_RESULT cls::method params { \
640 FMOD_RESULT release();
695 FMOD_RESULT OpenALSound::release() in release()
739 FMOD_RESULT stop();
787 FMOD_RESULT stop();
1003 FMOD_RESULT OpenALChannel::stop() in stop()
1272 FMOD_RESULT DSP::remove() in remove()
1310 FMOD_RESULT update();
1311 FMOD_RESULT release();
1698 FMOD_RESULT OpenALSystem::release() in release()
[all …]
/dports/games/zdoom/zdoom-2.8.1/output_sdl/
H A Doutput_sdl.c66 static FMOD_RESULT F_CALLBACK GetNumDrivers(FMOD_OUTPUT_STATE *output_state, int *numdrivers) in GetNumDrivers()
76 static FMOD_RESULT F_CALLBACK GetDriverName(FMOD_OUTPUT_STATE *output_state, int id, char *name, in… in GetDriverName()
86 static FMOD_RESULT F_CALLBACK GetDriverCaps(FMOD_OUTPUT_STATE *output_state, int id, FMOD_CAPS *cap… in GetDriverCaps()
96 static FMOD_RESULT F_CALLBACK Init(FMOD_OUTPUT_STATE *output_state, int selecteddriver, in Init()
164 static FMOD_RESULT F_CALLBACK Close(FMOD_OUTPUT_STATE *output_state) in Close()
178 static FMOD_RESULT F_CALLBACK Update(FMOD_OUTPUT_STATE *update) in Update()
183 static FMOD_RESULT F_CALLBACK GetHandle(FMOD_OUTPUT_STATE *output_state, void **handle) in GetHandle()
/dports/games/trigger-rally/trigger-rally-0.6.6.1/src/PEngine/
H A Daudio.cpp299 FMOD_RESULT F_CALLBACK fmod_file_open(const char *name, unsigned int *filesize, void **handle, void…
300 FMOD_RESULT F_CALLBACK fmod_file_close(void *handle, void *userdata);
301 FMOD_RESULT F_CALLBACK fmod_file_read(void *handle, void *buffer, unsigned int sizebytes, unsigned …
302 FMOD_RESULT F_CALLBACK fmod_file_seek(void *handle, unsigned int pos, void *userdata);
304 FMOD_RESULT F_CALLBACK fmod_file_open(const char *name, unsigned int *filesize, void **handle, void… in fmod_file_open()
326 FMOD_RESULT F_CALLBACK fmod_file_close(void *handle, void *userdata) in fmod_file_close()
336 FMOD_RESULT F_CALLBACK fmod_file_read(void *handle, void *buffer, unsigned int sizebytes, unsigned … in fmod_file_read()
353 FMOD_RESULT F_CALLBACK fmod_file_seek(void *handle, unsigned int pos, void *userdata) in fmod_file_seek()
379 FMOD_RESULT fr = FMOD_System_Create(&fs); in PSSAudio()
435 FMOD_RESULT fr = FMOD_System_CreateSound(fs, filename.c_str(), in PAudioSample()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/fmod/src/
H A Dfmod_music.cpp68 static FMOD_RESULT F_CALLBACK
125 FMOD_RESULT result; in setDefaultStreamBufferSize()
249 FMOD_RESULT result; in startSong()
294 FMOD_RESULT result; in DM_Music_Play()
352 FMOD_RESULT result; in DM_Music_PlayFile()
H A Dfmod_cd.cpp53 FMOD_RESULT result;
130 FMOD_RESULT result;
H A Dfmod_sfx.cpp146 static FMOD_RESULT F_CALLBACK channelCallback(FMOD_CHANNELCONTROL *channelcontrol, in channelCallback()
241 static FMOD_RESULT F_CALLBACK pcmReadCallback(FMOD_SOUND* soundPtr, void* data, unsigned int datale… in pcmReadCallback()
341 FMOD_RESULT result; in DS_SFX_Load()
410 FMOD_RESULT result; in DS_SFX_Play()
/dports/games/toycars/toycars-0.3.10/toycars/src/
H A DHotPotatoGame.cpp26 void ERRCHECK(FMOD_RESULT result);
42 FMOD_RESULT result; in HotPotatoGame()
55 FMOD_RESULT result; in ~HotPotatoGame()
124 FMOD_RESULT result; in detonate()
H A DPlayer.cpp44 void ERRCHECK(FMOD_RESULT result);
517 FMOD_RESULT result; in channelIsValid()
539 FMOD_RESULT result; in updateSounds()
603 FMOD_RESULT result; in setEngineSound()
623 FMOD_RESULT result; in setDustSlideSound()
H A DGameConstants.h87 typedef int FMOD_RESULT; typedef
/dports/emulators/snes9x-gtk/snes9x-1.54.1/win32/
H A DCFMODEx.cpp41FMOD_RESULT fr = fmodSystem->createStream(NULL,FMOD_OPENUSER | FMOD_LOOP_NORMAL | FMOD_OPENRAW,&cr… in InitStream()
66 FMOD_RESULT fr; in InitFMODEx()
122 FMOD_RESULT F_CALLBACK CFMODEx::FMODExStreamCallback( in FMODExStreamCallback()
H A DCFMODEx.h23 static FMOD_RESULT F_CALLBACK FMODExStreamCallback(
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/win32/
H A Dwin_snd.c56 static void FMR_Debug(FMOD_RESULT e, int line) in FMR_Debug()
67 static boolean FMR_Music_Debug(FMOD_RESULT e, int line) in FMR_Music_Debug()
118 static FMOD_RESULT F_CALLBACK GMEReadCallback(FMOD_SOUND *sound, void *data, unsigned int datalen) in GMEReadCallback()
399 FMOD_RESULT e; in I_SoundIsPlaying()
513 FMOD_RESULT e; in I_SetSongSpeed()
551 FMOD_RESULT e; in I_LoadSong()
840 FMOD_RESULT e; in I_SetSongPosition()
861 FMOD_RESULT e; in I_GetSongPosition()
877 FMOD_RESULT e; in I_SetSongTrack()
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/RakVoiceFMOD/
H A DFMODVoiceAdapter.cpp36 FMOD_RESULT fmodErr; in SetupAdapter()
92 FMOD_RESULT err; in Release()
135 FMOD_RESULT fmodErr; in UpdateSound()
H A Dmain.cpp46 void FMOD_ERRCHECK(FMOD_RESULT result) in FMOD_ERRCHECK()
103 FMOD_RESULT result; in main()
/dports/devel/upp/upp/bazaar/UltimatePlayer/
H A DFMod.h10 FMOD_RESULT result;
29 FMOD_RESULT result;
/dports/games/toycars/toycars-0.3.10/toycars_track_editor/src/
H A DGameConstants.h84 typedef int FMOD_RESULT; typedef

12