search for: gettickcount

Displaying 20 results from an estimated 29 matches for "gettickcount".

2012 Jan 09
4
"timeGetTime“ function in winmm.dll
...aTrader 4 \\experts\\libraries\\FCS300.dll") ret=00421df4 0009:Call hook proc 0x4f2290 (id=WH_CALLWNDPROC,code=0,wp=00000001,lp=0033669c) 0009:Call user32.CallNextHookEx(00010068,00000000,00000001,0033669c) ret=004f23a7 0025:Ret KERNEL32.Sleep() retval=00000000 ret=0051993e 0025:Call KERNEL32.GetTickCount() ret=005196ce 0025:Ret KERNEL32.GetTickCount() retval=00010158 ret=005196ce 0025:Call ws2_32.ioctlsocket(000000a0,4004667f,01a3ea6c) ret=0051ec12 0025:Call ntdll.wine_server_handle_to_fd(000000a0,00000000,01a3e7dc,00000000) ret=7ee19c24 0009:Ret user32.CallNextHookEx() retval=00000000 ret=004f23...
2002 Feb 25
1
Adobe Illustrator
I have been trying to use Illustrator 8 with wine, and it works fine except often it doesn't recognize the release of a mouse click, so tools/selections continue even after you've released the mouse button. I have no idea as to how to solve this, but anyone with any info it would be much appreciated. Thanks On Tue, 18 Dec 2001 14:39:10 -0500, Joel8bit wrote: > Hello, > Does anyone
2006 May 11
9
world of warcraft doesnÄt work (sorry if double post)
if this is a doublepost please sorry bur the first post was blocked by spamfilter because of wrong timesettings on my local computer. i reaplyed to my original post and now im not shure if the mailserver thinks the message is corrupt because of reply to a non existing message. here is the originalmessage (again?) Hi everyone, thirst of all please forgive my bad english :) i have installed wine
2007 Sep 19
1
Speex Questions <./Configure %install make [-enable-fixed-point] setting> and Encoding Times etc...
...build All started: Project: speexenc, Configuration: Debug SM400M (MIPSII) ------ Deleting intermediate and output files for project 'speexenc', configuration 'Debug|SM400M (MIPSII)' Compiling... getopt.c getopt1.c skeleton.c speexenc.c .\speexenc.c(501) : warning C4013: 'GetTickCount' undefined; assuming extern returning int .\speexenc.c(251) : warning C4101: 'c' : unreferenced local variable wav_io.c wave_out.c .\wave_out.c(64) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR' .\wave_out.c(64) : warning...
2001 Sep 04
0
AOL/Jr Monopoly game installer. Crash on exit
...sages log and found the same message earlier, almost in the end of the log. The messages before and after this earlier occurance: 08072c98:Call ntdll.RtlLeaveCriticalSection(403dd408) ret=411070b1 08072c98:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=411070b1 08072c98:Call kernel32.GetTickCount() ret=4110715b 08072c98:Ret kernel32.GetTickCount() retval=00014b43 ret=4110715b 08072c98:Call kernel32.GetTickCount() ret=41106f89 08072c98:Ret kernel32.GetTickCount() retval=00014b53 ret=41106f89 08072c98:Call ntdll.RtlEnterCriticalSection(403dd408) ret=41106fe1 08072c98:Ret ntdll.RtlEnterCrit...
2009 Dec 07
3
Theora encoder performance
...from the webcam encoded, and then decoded using theora. As you can see there are some strange colors overs there ( looks like edge detection :-D ). Then I measured how long does it take for Theora to encode an image (/th_encode_ycbcr_in/ and / th_encode_packetout/ calls). int TIMER_t0 = GetTickCount(); int ret = th_encode_ycbcr_in( (th_enc_ctx*)m_encoderHandler, ycbcr); ogg_packet op; th_encode_packetout((th_enc_ctx*)m_encoderHandler,0,&op)>0 int TIMER_t1 = GetTickCount(); printf( "Timer : %d \n",TIMER_t1 - TIMER_t0 ); On average: *80 ms*. U...
2001 Oct 09
2
crash on priviledged instruction
...ae ds=09c7 08243b48:Call KERNEL.127: GETPRIVATEPROFILEINT(0x09c70cbf "Palette",0x09bf4ac0 "Animation",0x0001,0x09c789da "H:\\t-online.INI") ret=063f:0b4d ds=09c7 08243b48:Ret KERNEL.127: GETPRIVATEPROFILEINT() retval=0x0001 ret=063f:0b4d ds=09c7 08243b48:Call USER.13: GETTICKCOUNT() ret=03c7:041d ds=09c7 08243b48:Ret USER.13: GETTICKCOUNT() retval=0x00003470 ret=03c7:041d ds=09c7 08243b48:Call KERNEL.169: GETFREESPACE(0x0000) ret=0417:0ae9 ds=09c7 08243b48:Ret KERNEL.169: GETFREESPACE() retval=0x7ffdffff ret=0417:0ae9 ds=09c7 08243b48:Call KERNEL.5: LOCALALLOC(0x0040,0x004...
2009 Jan 07
3
[LLVMdev] LLVM optmization
...g milisectime = milisecs()%1000; sprintf(buffer,"%02d:%02d:%02d:%03d",systime/3600,(systime%3600)/60,(systime%3600)%60,milisectime); return (const char*) buffer; }; //fim cronometro int main(int a, char **b) { int i; DWORD iThreadId; HANDLE mainThread[num_th]; tfim = 0; tini = GetTickCount(); for(i=0; i< num_th;i++) mainThread[i] = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)thread_call, (LPVOID)TESTE, 0, (DWORD *)&iThreadId); //WaitForMultipleObjects( num_th, (const HANDLE* )mainThread, TRUE, INFINITE); for( i=0; i < num_th; i++) { WaitForSingleObject( m...
2005 Apr 19
1
speex voice seems to be bit breaking over long distance.
...f speex_jitter_put() is a char* and the second parameter of speex_jitter_get() is a short*, does it mean that these two function will actually replace speex_bits_read_from() and speex_decode_int()? Also, which timestamp should I use for the third parameter of speex_jitter_put(), should I use the GetTickCount() value at the point when I first receive a voice packet from the microphone? Finally, what is the use of the third parameter (timestamp) of speex_jitter_get()? Thanks very much. Hopes my question is not too many. Regards, YueWeng __________________________________ Do you Yahoo!? Plan gr...
2002 Dec 23
1
Application hangs
...000 ret=407aa55c 0944c780:Call kernel32._EnterSysLevel(40805be8) ret=407aa52c 0944c780:Ret kernel32._EnterSysLevel() retval=400f5b30 ret=407aa52c 0944c780:Call kernel32._LeaveSysLevel(40805be8) ret=407aa55c 0944c780:Ret kernel32._LeaveSysLevel() retval=00000000 ret=407aa55c 0944c780:Call kernel32.GetTickCount() ret=407ca8c7 0944c780:Ret kernel32.GetTickCount() retval=002a805d ret=407ca8c7 0944c780:Call kernel32._ConfirmSysLevel(40805be8) ret=407aba8e 0944c780:Ret kernel32._ConfirmSysLevel() retval=00000000 ret=407aba8e 0944c780:Call kernel32.GlobalLock16(000003af) ret=407a2f21 0944c780:Ret kernel32.G...
2007 Sep 17
3
Libspeex splitting attempt
Hi, A while ago I mentioned I was considering splitting libspeex into two parts. I'm attaching a patch that does exactly that, but I haven't applied it to svn because I first want to have some feedback. That patch leaves the codec in libspeex and moves the other stuff (jitter buffer, AEC, preprocessor, ...) to libspeexvoip (I'm open to suggestions on better names). Some of the things
2001 May 16
1
wine-20010510 fails to run?
...401068 08067f18:Call kernel32.GetEnvironmentStrings() ret=0046ebe9 08067f18:Ret kernel32.GetEnvironmentStrings() retval=40360730 ret=0046ebe9 08067f18:Call kernel32.GetCommandLineA() ret=0046ebf3 08067f18:Ret kernel32.GetCommandLineA() retval=40360e24 ret=0046ebf3 08067f18:Call kernel32.GetTickCount() ret=0046fc59 08067f18:Ret kernel32.GetTickCount() retval=0000149c ret=0046fc59 08067f18:Call kernel32.GetModuleHandleA(0047c32c "kernel32.dll") ret=0046de97 08067f18:Ret kernel32.GetModuleHandleA() retval=40601000 ret=0046de97 08067f18:Call kernel32.GetProcAddress(40601000,004...
2006 Sep 20
1
kernel32.VirtualAlloc() limitation? - "Insufficient memory to perform operation"
...=1 bpp=1 bytesperline=4 0009:Ret winex11.drv.SetCursor() retval=00000000 ret=7ed2b5df 0009:Call kernel32.26(000010f6) ret=7ed2b5e7 0009:trace:global:GlobalUnlock16 10f6 0009:Ret kernel32.26() retval=00000000 ret=7ed2b5e7 0009:Ret user32.SetCursor() retval=00001136 ret=00513bdb 0009:Call kernel32.GetTickCount() ret=00513b5d 0009:Call ntdll.NtGetTickCount() ret=7ee6ba69 0009:Ret ntdll.NtGetTickCount() retval=00000fdf ret=7ee6ba69 0009:Ret kernel32.GetTickCount() retval=00000fdf ret=00513b5d 0009:Call user32.PeekMessageA(007ffdd8,00000000,00000000,00000000,00000003) ret=00513b8c 0009:Call kernel32.94(7e...
2007 Sep 20
0
Libspeex splitting attempt
Hi, Can you please confirm/give any sample on the "tick" value to be passed to jitter_buffer_init ( int tick ) ? Is this: Tick = GetTickCount() ? Thanks -----Original Message----- From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On Behalf Of Jean-Marc Valin Sent: Monday, September 17, 2007 4:29 PM To: speex-dev Subject: [Speex-dev] Libspeex splitting attempt Hi, A while ago I mentioned I was considering splitting...
2006 Aug 08
1
Lancer 20060807 is out
...cache control code in accumulate_fit. * fix incomplete cache control in mdct. * remove exceptional process to zero in inspect_error. * rearrange SSE optimized code in _encodepart. 2006/08/02 Lancer 20060802(test version for memory problem) Changes: * fix memory leak bug in _vp_psy_clear. * replace GetTickCount to timeGetTime for precision. * mdct_butterfly_first_backward is more pre-calculated now. * modify SSE3 optimized code in mdct_butterfly_generic. * stop forced-inlining: couple_lossless_ps, couple_lossless, precomputed_couple_point. * introduce the lookup tables for fft's coefficient. * _ve_amp...
2014 Dec 12
0
Wine release 1.7.33
...rting 'binkw32.dll: You cannot run the game with modified executable code. Please reinstall the game.' 36472 Application ArdourXchange will not run in Wine 36486 Age of Wushu: frequent display of in-game "Don't speed up!" dialog tip disrupts gameplay (Wine fails kernel32.GetTickCount API entry hook check) 36569 TM.exe crashes at a certain time and native usp10 fixes it 36642 IWinHttpRequest::Send returns immediately even when in synchronous mode 36650 Winhttprequest authentication doesn't work anymore 36938 Reason needs MFPlat.DLL and MFReadWrite.dll 37159 va...
2008 Sep 10
2
App ask for admin privilege
i've tried one app that install nicely but told me " you have to use an admin account to run this app for the first time" Is there a way to fix this ?
2015 Feb 13
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...pop edi pop esi mov esp, ebp pop ebp retn ; --------------------------------------------------------------------------- loc_40103A: ; CODE XREF: _main+29 j call ds:GetTickCount mov esi, eax mov eax, [ebp+argv] push dword ptr [eax+4] ; char * call _atoi mov edi, eax lea eax, [edi+1] push eax ; size_t push 4...
2015 Feb 14
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...mov esp, ebp >> pop ebp >> retn >> ; --------------------------------------------------------------------------- >> >> loc_40103A: ; CODE XREF: _main+29 j >> call ds:GetTickCount >> mov esi, eax >> mov eax, [ebp+argv] >> push dword ptr [eax+4] ; char * >> call _atoi >> mov edi, eax >> lea eax, [edi+1] >>...
2015 Feb 14
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...pop ebp >>>> retn >>>> ; --------------------------------------------------------------------------- >>>> >>>> loc_40103A: ; CODE XREF: _main+29 j >>>> call ds:GetTickCount >>>> mov esi, eax >>>> mov eax, [ebp+argv] >>>> push dword ptr [eax+4] ; char * >>>> call _atoi >>>> mov edi, eax >>>>...