Home
last modified time | relevance | path

Searched refs:lpData (Results 1 – 8 of 8) sorted by relevance

/third_party/libsnd/programs/
Dsndfile-play.c512 short *lpData = (short *) (void *) audio_data->whdr [audio_data->current].lpData ; in win32_play_data() local
513 thisread = (int) sf_read_short (audio_data->sndfile, lpData, readcount) ; in win32_play_data()
610 audio_data.whdr [0].lpData = (char*) audio_data.buffer ; in win32_play()
611 audio_data.whdr [1].lpData = ((char*) audio_data.buffer) + sizeof (audio_data.buffer) / 2 ; in win32_play()
/third_party/boost/libs/log/src/windows/
Devent_log_registry.hpp129 const BYTE* lpData, in set_value()
132 return RegSetValueExA(hKey, lpValueName, Reserved, dwType, lpData, cbData); in set_value()
245 const BYTE* lpData, in set_value()
248 return RegSetValueExW(hKey, lpValueName, Reserved, dwType, lpData, cbData); in set_value()
/third_party/pulseaudio/src/modules/
Dmodule-waveout.c155 memcpy(hdr->lpData + hdr->dwBufferLength, (char*) p + memchunk.index, len); in do_write()
222 memcpy((char*) p, hdr->lpData, hdr->dwBytesRecorded); in do_read()
716 u->ihdrs[i].lpData = pa_xmalloc(u->fragment_size); in pa__init()
718 u->ohdrs[i].lpData = pa_xmalloc(u->fragment_size); in pa__init()
805 pa_xfree(u->ihdrs[i].lpData); in pa__done()
806 pa_xfree(u->ohdrs[i].lpData); in pa__done()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/winmm/
DSDL_winmm.c125 wavebuf[this->hidden->next_buffer].lpData); in WINMM_GetDeviceBuf()
150 SDL_memcpy(buffer, this->hidden->wavebuf[nextbuf].lpData, this->spec.size); in WINMM_CaptureFromDevice()
361 this->hidden->wavebuf[i].lpData = in WINMM_OpenDevice()
/third_party/gstreamer/gstplugins_good/sys/waveform/
Dgstwaveformsink.c389 wfsink->wave_buffers[index].lpData = g_new0 (gchar, wfsink->buffer_size); in gst_waveform_sink_prepare()
416 g_free (wfsink->wave_buffers[index].lpData); in gst_waveform_sink_unprepare()
477 memcpy (waveheader->lpData + waveheader->dwUser, data, bytes_to_write); in gst_waveform_sink_write()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp337 …DWORD_ *lpReserved, boost::winapi::DWORD_ *lpType, boost::winapi::BYTE_ *lpData, boost::winapi::DW…
389 …DWORD_ *lpReserved, boost::winapi::DWORD_ *lpType, boost::winapi::BYTE_ *lpData, boost::winapi::DW… in RegQueryValueExA() argument
391 …QueryValueExA(reinterpret_cast< ::HKEY >(hKey), lpValueName, lpReserved, lpType, lpData, lpcbData); in RegQueryValueExA()
861 …alueName, unsigned long*lpReserved, unsigned long*lpType, unsigned char *lpData, unsigned long*lpc… in reg_query_value_ex() argument
862 { return boost::ipwinapiext::RegQueryValueExA(hKey, lpValueName, lpReserved, lpType, lpData, lpcbD… in reg_query_value_ex()
/third_party/ffmpeg/libavdevice/
Dvfwcap.c131 dstruct(s, vhdr, lpData, "p"); in dump_videohdr()
204 memcpy(pktl_next->pkt.data, vdhdr->lpData, vdhdr->dwBytesUsed); in videostream_cb()
/third_party/glib/gio/
Dgwin32registrykey.c2160 LPBYTE lpData, in MuiRegQueryValueExW() argument
2171 return RegQueryValueExW (hKey, lpValueName, lpReserved, lpType, lpData, lpcbData); in MuiRegQueryValueExW()
2194 (wchar_t *) lpData, in MuiRegQueryValueExW()
2205 return RegQueryValueExW (hKey, lpValueName, lpReserved, lpType, lpData, lpcbData); in MuiRegQueryValueExW()
2214 (wchar_t *) lpData, in MuiRegQueryValueExW()