HomeSort by relevance Sort by last modified time
    Searched refs:lpPerformanceCount2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
debug.c 87 LARGE_INTEGER lpPerformanceCount1, lpPerformanceCount2;
93 QueryPerformanceCounter(&lpPerformanceCount2);
94 lpPerformanceCount2.QuadPart -= lpPerformanceCount1.QuadPart;
95 if( (int)lpPerformanceCount2.LowPart < del )
96 del = lpPerformanceCount2.LowPart;
  /external/libopus/silk/
debug.c 87 LARGE_INTEGER lpPerformanceCount1, lpPerformanceCount2;
93 QueryPerformanceCounter(&lpPerformanceCount2);
94 lpPerformanceCount2.QuadPart -= lpPerformanceCount1.QuadPart;
95 if( (int)lpPerformanceCount2.LowPart < del )
96 del = lpPerformanceCount2.LowPart;

Completed in 137 milliseconds