/reactos/dll/win32/beepmidi/ |
H A D | beepmidi.c | 151 double frequency = node->note; in ProcessPlayingNotes() local 155 frequency = frequency / 12; in ProcessPlayingNotes() 156 frequency = pow(2, frequency); in ProcessPlayingNotes() 157 frequency = 8.1758 * frequency; in ProcessPlayingNotes() 164 DPRINT("Frequency %f\n", frequency); in ProcessPlayingNotes() 167 beep_data.Frequency = (DWORD) frequency; in ProcessPlayingNotes()
|
/reactos/sdk/lib/ucrt/misc/ |
H A D | slbeep.cpp | 57 extern "C" void __cdecl _beep(unsigned const frequency, unsigned const duration) in _beep() argument 59 Beep(frequency, duration); in _beep()
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | time.c | 106 … NTSTATUS (WINAPI *pNtQueryPerformanceCounter)( LARGE_INTEGER *counter, LARGE_INTEGER *frequency ); 180 LARGE_INTEGER counter, frequency; in test_NtQueryPerformanceCounter() local 185 status = pNtQueryPerformanceCounter(NULL, &frequency); in test_NtQueryPerformanceCounter() 189 status = pNtQueryPerformanceCounter((void *)0xdeadbee0, &frequency); in test_NtQueryPerformanceCounter() 194 status = pNtQueryPerformanceCounter(&counter, &frequency); in test_NtQueryPerformanceCounter()
|
/reactos/modules/rostests/winetests/dsound/ |
H A D | ds3d.c | 320 BOOL set_frequency, DWORD frequency) in test_buffer() argument 330 rc=IDirectSoundBuffer_SetFrequency(*dsbo,frequency); in test_buffer() 398 DWORD f = set_frequency?frequency:wfx.nSamplesPerSec; in test_buffer() 492 frequency, (440 * frequency) / wfx.nSamplesPerSec); in test_buffer() 614 … state.wave=wave_generate_la(&wfx,(duration*frequency)/wfx.nSamplesPerSec,&state.wave_len,ieee); in test_buffer()
|
/reactos/dll/directx/wine/wined3d/ |
H A D | stateblock.c | 860 if (stateblock->state.streams[i].frequency != src_state->streams[i].frequency in wined3d_stateblock_capture() 864 i, src_state->streams[i].frequency, src_state->streams[i].flags); in wined3d_stateblock_capture() 866 stateblock->state.streams[i].frequency = src_state->streams[i].frequency; in wined3d_stateblock_capture() 1082 stateblock->state.streams[i].frequency | stateblock->state.streams[i].flags); in wined3d_stateblock_apply()
|
H A D | cs.c | 185 UINT frequency; member 1128 stream->frequency = op->frequency; in wined3d_cs_exec_set_stream_source_freq() 1134 void wined3d_cs_emit_set_stream_source_freq(struct wined3d_cs *cs, UINT stream_idx, UINT frequency,… in wined3d_cs_emit_set_stream_source_freq() argument 1141 op->frequency = frequency; in wined3d_cs_emit_set_stream_source_freq()
|
H A D | device.c | 1477 old_freq = stream->frequency; in wined3d_device_set_stream_source_freq() 1480 stream->frequency = divider & 0x7fffff; in wined3d_device_set_stream_source_freq() 1484 else if (stream->frequency != old_freq || stream->flags != old_flags) in wined3d_device_set_stream_source_freq() 1485 … wined3d_cs_emit_set_stream_source_freq(device->cs, stream_idx, stream->frequency, stream->flags); in wined3d_device_set_stream_source_freq() 1498 *divider = stream->flags | stream->frequency; in wined3d_device_get_stream_source_freq()
|
H A D | wined3d_private.h | 2814 UINT frequency; member 3654 UINT frequency, UINT flags) DECLSPEC_HIDDEN;
|
H A D | state.c | 4107 context->instance_count = state->streams[0].frequency ? state->streams[0].frequency : 1; in load_numbered_arrays()
|
/reactos/dll/directx/wine/ddraw/ |
H A D | ddraw.c | 1820 static HRESULT WINAPI ddraw7_GetMonitorFrequency(IDirectDraw7 *iface, DWORD *frequency) in ddraw7_GetMonitorFrequency() argument 1826 TRACE("iface %p, frequency %p.\n", iface, frequency); in ddraw7_GetMonitorFrequency() 1837 *frequency = mode.refresh_rate; in ddraw7_GetMonitorFrequency() 1842 static HRESULT WINAPI ddraw4_GetMonitorFrequency(IDirectDraw4 *iface, DWORD *frequency) in ddraw4_GetMonitorFrequency() argument 1846 TRACE("iface %p, frequency %p.\n", iface, frequency); in ddraw4_GetMonitorFrequency() 1848 return ddraw7_GetMonitorFrequency(&ddraw->IDirectDraw7_iface, frequency); in ddraw4_GetMonitorFrequency() 1855 TRACE("iface %p, frequency %p.\n", iface, frequency); in ddraw2_GetMonitorFrequency() 1857 return ddraw7_GetMonitorFrequency(&ddraw->IDirectDraw7_iface, frequency); in ddraw2_GetMonitorFrequency() 1860 static HRESULT WINAPI ddraw1_GetMonitorFrequency(IDirectDraw *iface, DWORD *frequency) in ddraw1_GetMonitorFrequency() argument 1864 TRACE("iface %p, frequency %p.\n", iface, frequency); in ddraw1_GetMonitorFrequency() [all …]
|
/reactos/dll/3rdparty/libpng/ |
H A D | pngwutil.c | 1216 png_save_uint_16(entrybuf + 4, ep->frequency); in png_write_sPLT() 1225 png_save_uint_16(entrybuf + 8, ep->frequency); in png_write_sPLT() 1240 png_save_uint_16(entrybuf + 4, ep[i].frequency); in png_write_sPLT() 1249 png_save_uint_16(entrybuf + 8, ep[i].frequency); in png_write_sPLT()
|
H A D | pngrutil.c | 1777 pp->frequency = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1801 pp[i].frequency = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT()
|
/reactos/sdk/include/reactos/libs/libpng/ |
H A D | png.h | 522 png_uint_16 frequency; member
|
/reactos/sdk/include/dxsdk/ |
H A D | d3dx9mesh.h | 688 STDMETHOD(SetCallback)(THIS_ LPD3DXSHPRTSIMCB cb, float frequency, void *user_context) PURE; in DECLARE_INTERFACE_()
|
/reactos/sdk/include/reactos/wine/ |
H A D | wined3d.h | 736 UINT64 frequency; member
|
/reactos/sdk/include/ddk/ |
H A D | wmidata.h | 6743 ULONG frequency; member
|
/reactos/drivers/network/tcpip/lwip/ |
H A D | CHANGELOG | 2990 call to a lower frequency). Or, you can decide to not call snmp_inc_sysuptime()
|
/reactos/sdk/include/reactos/mc/ |
H A D | errcodes.mc | 34563 …loaded. Consider reducing the number of partners or decreasing the scheduled replication frequency. 34566 …loaded. Consider reducing the number of partners or decreasing the scheduled replication frequency. 34572 …loaded. Consider reducing the number of partners or decreasing the scheduled replication frequency.
|
/reactos/dll/win32/kernel32/winnls/lang/ |
H A D | bg-BG.mc | 13811 …loaded. Consider reducing the number of partners or decreasing the scheduled replication frequency.
|
H A D | de-DE.mc | 13812 …loaded. Consider reducing the number of partners or decreasing the scheduled replication frequency.
|
H A D | pl-PL.mc | 13814 …loaded. Consider reducing the number of partners or decreasing the scheduled replication frequency.
|
H A D | ru-RU.mc | 13812 …loaded. Consider reducing the number of partners or decreasing the scheduled replication frequency.
|