Home
last modified time | relevance | path

Searched refs:IDirectSoundBuffer_Lock (Results 1 – 25 of 90) sorted by relevance

1234

/dports/audio/libmikmod/libmikmod-3.3.11.1/drivers/
H A Ddrv_ds.c115 if (IDirectSoundBuffer_Lock in updateBufferProc()
119 IDirectSoundBuffer_Lock in updateBufferProc()
339 if (IDirectSoundBuffer_Lock(pSoundBuffer, 0, fragsize, &block, &bBytes, NULL, NULL, 0) in DS_Update()
342 IDirectSoundBuffer_Lock (pSoundBuffer, 0, fragsize, &block, &bBytes, NULL, NULL, 0); in DS_Update()
/dports/devel/allegro/allegro-4.4.3.1/src/win/
H A Dwdsndmix.c360 hr = IDirectSoundBuffer_Lock(alleg_buf, 0, digidsbufsize, in digi_dsoundmix_mixer_callback()
371 hr = IDirectSoundBuffer_Lock(alleg_buf, 0, digidsbufsize, in digi_dsoundmix_mixer_callback()
409 hr = IDirectSoundBuffer_Lock(alleg_buf, 0, 0, in digi_dsoundmix_mixer_callback()
601 hr = IDirectSoundBuffer_Lock(alleg_buf, 0, 0, &lpvPtr1, &dwBytes1, in digi_dsoundmix_init()
/dports/audio/julius/julius-4.1.2/libsent/src/adin/pa/
H A Ddsound_wrapper.c154 …if ((result = IDirectSoundBuffer_Lock( dsw->dsw_OutputBuffer, 0, dsw->dsw_OutputSize, (LPVOID*)&pD… in DSW_InitOutputBuffer()
301 …hr = IDirectSoundBuffer_Lock( dsw->dsw_OutputBuffer, dsw->dsw_WriteOffset, bytesEmpty, (void **) &… in DSW_ZeroEmptySpace()
328 …hr = IDirectSoundBuffer_Lock( dsw->dsw_OutputBuffer, dsw->dsw_WriteOffset, numBytes, (void **) &lp… in DSW_WriteBlock()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/portaudio/pa_win_ds/
H A Ddsound_wrapper.c154 …if ((result = IDirectSoundBuffer_Lock( dsw->dsw_OutputBuffer, 0, dsw->dsw_OutputSize, (LPVOID*)&pD… in DSW_InitOutputBuffer()
301 …hr = IDirectSoundBuffer_Lock( dsw->dsw_OutputBuffer, dsw->dsw_WriteOffset, bytesEmpty, (void **) &… in DSW_ZeroEmptySpace()
328 …hr = IDirectSoundBuffer_Lock( dsw->dsw_OutputBuffer, dsw->dsw_WriteOffset, numBytes, (void **) &lp… in DSW_WriteBlock()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_win_ds/
H A Ddsound_wrapper.c154 …if ((result = IDirectSoundBuffer_Lock( dsw->dsw_OutputBuffer, 0, dsw->dsw_OutputSize, (LPVOID*)&pD… in DSW_InitOutputBuffer()
301 …hr = IDirectSoundBuffer_Lock( dsw->dsw_OutputBuffer, dsw->dsw_WriteOffset, bytesEmpty, (void **) &… in DSW_ZeroEmptySpace()
328 …hr = IDirectSoundBuffer_Lock( dsw->dsw_OutputBuffer, dsw->dsw_WriteOffset, numBytes, (void **) &lp… in DSW_WriteBlock()
/dports/audio/sfront/sfront-0.99/src/lib/psys/
H A Dpa_dswrap.c153 …if ((result = IDirectSoundBuffer_Lock( dsw->dsw_OutputBuffer, 0, dsw->dsw_OutputSize, (LPVOID*)&pD… in DSW_InitOutputBuffer()
297 …hr = IDirectSoundBuffer_Lock( dsw->dsw_OutputBuffer, dsw->dsw_WriteOffset, bytesEmpty, (void **) &… in DSW_ZeroEmptySpace()
323 …hr = IDirectSoundBuffer_Lock( dsw->dsw_OutputBuffer, dsw->dsw_WriteOffset, numBytes, (void **) &lp… in DSW_WriteBlock()
/dports/devel/sdl12/SDL-1.2.15/src/audio/windx5/
H A DSDL_dx5audio.c375 result = IDirectSoundBuffer_Lock(mixbuf, cursor, mixlen, in DX5_GetAudioBuf()
379 result = IDirectSoundBuffer_Lock(mixbuf, cursor, mixlen, in DX5_GetAudioBuf()
554 result = IDirectSoundBuffer_Lock(*sndbuf, 0, format.dwBufferBytes, in CreateSecondary()
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dsnd_dsound.c284 …while ((hresult = IDirectSoundBuffer_Lock(pDSBuf, 0, gSndBufSize, (LPVOID *) (HPSTR) &lpData, &dwS… in S_DS_Init()
380 …while ((hresult = IDirectSoundBuffer_Lock(pDSBuf, 0, gSndBufSize, (void **) &pData, &locksize, NUL… in S_DS_LockBuffer()
/dports/games/retroarch/RetroArch-1.9.7/audio/drivers/
H A Ddsound.c107 if ((res = IDirectSoundBuffer_Lock(ds->dsb, write_ptr, CHUNK_SIZE, in grab_region()
174 if ((res = IDirectSoundBuffer_Lock(ds->dsb, write_ptr, CHUNK_SIZE, in dsound_thread()
260 if (IDirectSoundBuffer_Lock(ds->dsb, 0, 0, &ptr, &size, in dsound_clear_buffer()
/dports/devel/sdl20/SDL2-2.0.18/src/audio/directsound/
H A DSDL_directsound.c295 result = IDirectSoundBuffer_Lock(this->hidden->mixbuf, cursor, in DSOUND_GetDeviceBuf()
301 result = IDirectSoundBuffer_Lock(this->hidden->mixbuf, cursor, in DSOUND_GetDeviceBuf()
416 result = IDirectSoundBuffer_Lock(*sndbuf, 0, format.dwBufferBytes, in CreateSecondary()
/dports/multimedia/libxine/xine-lib-1.2.11/src/audio_out/
H A Daudio_directx_out.c232 result = IDirectSoundBuffer_Lock( ao_directx->dsbuffer, in FillSoundBuffer()
275 result = IDirectSoundBuffer_Lock( ao_directx->dsbuffer, in FillSoundBuffer()
309 result = IDirectSoundBuffer_Lock( ao_directx->dsbuffer, in FillSoundBuffer()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/audio/directsound/
H A DSDL_directsound.c291 result = IDirectSoundBuffer_Lock(this->hidden->mixbuf, cursor, in DSOUND_GetDeviceBuf()
297 result = IDirectSoundBuffer_Lock(this->hidden->mixbuf, cursor, in DSOUND_GetDeviceBuf()
412 result = IDirectSoundBuffer_Lock(*sndbuf, 0, format.dwBufferBytes, in CreateSecondary()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/audio/directsound/
H A DSDL_directsound.c291 result = IDirectSoundBuffer_Lock(this->hidden->mixbuf, cursor, in DSOUND_GetDeviceBuf()
297 result = IDirectSoundBuffer_Lock(this->hidden->mixbuf, cursor, in DSOUND_GetDeviceBuf()
412 result = IDirectSoundBuffer_Lock(*sndbuf, 0, format.dwBufferBytes, in CreateSecondary()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/audio/directsound/
H A DSDL_directsound.c291 result = IDirectSoundBuffer_Lock(this->hidden->mixbuf, cursor, in DSOUND_GetDeviceBuf()
297 result = IDirectSoundBuffer_Lock(this->hidden->mixbuf, cursor, in DSOUND_GetDeviceBuf()
412 result = IDirectSoundBuffer_Lock(*sndbuf, 0, format.dwBufferBytes, in CreateSecondary()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/audio/directsound/
H A DSDL_directsound.c291 result = IDirectSoundBuffer_Lock(this->hidden->mixbuf, cursor, in DSOUND_GetDeviceBuf()
297 result = IDirectSoundBuffer_Lock(this->hidden->mixbuf, cursor, in DSOUND_GetDeviceBuf()
412 result = IDirectSoundBuffer_Lock(*sndbuf, 0, format.dwBufferBytes, in CreateSecondary()
/dports/x11/controllermap/SDL2-2.0.18/src/audio/directsound/
H A DSDL_directsound.c295 result = IDirectSoundBuffer_Lock(this->hidden->mixbuf, cursor, in DSOUND_GetDeviceBuf()
301 result = IDirectSoundBuffer_Lock(this->hidden->mixbuf, cursor, in DSOUND_GetDeviceBuf()
416 result = IDirectSoundBuffer_Lock(*sndbuf, 0, format.dwBufferBytes, in CreateSecondary()
/dports/emulators/vice/vice-3.5/src/sounddrv/
H A Dsounddx.c294 result = IDirectSoundBuffer_Lock(buffer, 0, buffer_size, in dx_clear()
520 result = IDirectSoundBuffer_Lock(buffer, buffer_offset, in dx_write()
/dports/games/quakeforge/quakeforge-0.7.2/libs/audio/targets/
H A Dsnd_dx.c302 while ((hresult = IDirectSoundBuffer_Lock (pDSBuf, 0, gSndBufSize, in SNDDMA_InitDirect()
447 while ((hresult = IDirectSoundBuffer_Lock in DSOUND_LockBuffer()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/sounddrv/
H A Dsounddx.c277 result = IDirectSoundBuffer_Lock(buffer, 0, buffer_size, in dx_clear()
501 result = IDirectSoundBuffer_Lock(buffer, buffer_offset, in dx_write()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/drivers/
H A Dfluid_dsound.c245 …hr = IDirectSoundBuffer_Lock(dev->sec_buffer, 0, 0, (void*) &buf1, &bytes1, 0, 0, DSBLOCK_ENTIREBU… in new_fluid_dsound_audio_driver()
347 …res = IDirectSoundBuffer_Lock(dev->sec_buffer, cur_position, bytes, (void*) &buf1, &bytes1, (void*… in fluid_dsound_audio_run()
/dports/emulators/atari800/atari800-3.1.0/src/win32/
H A Dsound.c115 if ((err = IDirectSoundBuffer_Lock(pDSB, 0, sbufsize, in initsound_dx()
206 if ((err = IDirectSoundBuffer_Lock(pDSB, in sound_update_dx()
/dports/audio/soundtracker/soundtracker-1.0.2.1/app/drivers/
H A Ddsound-output.c113 …switch (IDirectSoundBuffer_Lock(d->wbuffer, d->lastpos, delta, &d->lockbuf, &d->locklen, &d->lockb… in dsound_poll_ready_playing()
281 …FAILED(IDirectSoundBuffer_Lock(d->wbuffer, 0, 0, &d->lockbuf, &d->locklen, 0, 0, DSBLOCK_ENTIREBUF… in dsound_play()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/sound/
H A Ddxsound.c183 hres = IDirectSoundBuffer_Lock( lpDSBuffer, nextpos, (DWORD)len, in sound_lowlevel_frame()
/dports/emulators/fuse/fuse-1.6.0/sound/
H A Ddxsound.c181 hres = IDirectSoundBuffer_Lock( lpDSBuffer, nextpos, (DWORD)len, in sound_lowlevel_frame()
/dports/multimedia/vlc/vlc-3.0.16/modules/audio_output/
H A Ddirectsound.c207 dsresult = IDirectSoundBuffer_Lock( in FillBuffer()
219 dsresult = IDirectSoundBuffer_Lock( in FillBuffer()
1154 dsresult = IDirectSoundBuffer_Lock( p_sys->p_dsbuffer, in PlayedDataEraser()
1165 dsresult = IDirectSoundBuffer_Lock( p_sys->p_dsbuffer, in PlayedDataEraser()

1234