HomeSort by relevance Sort by last modified time
    Searched defs:starttime (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
normal_test.cc 211 double starttime = 0; local
215 starttime = clock()/(double)CLOCKS_PER_SEC;
239 _totalEncodeTime += endtime - starttime;
normal_async_test.cc 333 double starttime = tGetTime(); local
374 double totalExecutionTime = endtime - starttime;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc 53 double starttime; local
117 starttime = clock() / (double) CLOCKS_PER_SEC_G711; /* Runtime statistics */
168 runtime = (double)(clock() / (double) CLOCKS_PER_SEC_G711 - starttime);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 58 double starttime; local
123 starttime = clock()/(double)CLOCKS_PER_SEC_G722;
130 runtime += (double)((clock()/(double)CLOCKS_PER_SEC_G722)-starttime);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 108 double starttime; local
300 starttime = clock()/(double)CLOCKS_PER_SEC; /* Runtime statistics */
677 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
kenny.cc 108 double starttime, runtime, length_file; local
451 starttime = clock()/(double)CLOCKS_PER_SEC;
806 runtime = (double)(((double)clock()/(double)CLOCKS_PER_SEC)-starttime);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 155 int64_t starttime = webrtc::TickTime::MillisecondTimestamp(); local
175 int64_t totalExecutionTime = endtime - starttime;
  /external/tcpdump/
print-mpcp.c 77 u_int8_t starttime[MPCP_TIMESTAMP_LEN]; member in struct:mpcp_grant_t
189 EXTRACT_32BITS(mpcp.grant->starttime),
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 108 double starttime; local
300 starttime = clock()/(double)CLOCKS_PER_SEC; /* Runtime statistics */
672 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
kenny.c 107 double starttime, runtime, length_file; local
460 starttime = clock()/(double)CLOCKS_PER_SEC;
837 runtime = (double)(((double)clock()/(double)CLOCKS_PER_SEC)-starttime);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 57 double starttime, runtime, length_file; local
472 starttime = clock()/(double)CLOCKS_PER_SEC; /* Runtime statistics */
1022 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 90 double starttime; local
251 starttime = clock()/(double)CLOCKS_PER_SEC; /* Runtime statistics */
544 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 285 // double endtime = 0, starttime = 0;
286 struct timeval starttime; local
460 // starttime = clock()/(double)CLOCKS_PER_SEC;
461 gettimeofday(&starttime, NULL);
501 // printf("%f\n", endtime - starttime);
505 if( endtime.tv_usec > starttime.tv_usec)
507 timeused += endtime.tv_usec - starttime.tv_usec;
510 timeused += endtime.tv_usec + 1000000 - starttime.tv_usec;
  /external/openssl/crypto/rand/
rand_win.c 466 DWORD starttime = 0; local
499 if (good) starttime = GetTickCount();
530 && (!good || (GetTickCount()-starttime)<MAXDELAY)
540 && (!good || (GetTickCount()-starttime)<MAXDELAY)
563 && (!good || (GetTickCount()-starttime)<MAXDELAY));
574 if (good) starttime = GetTickCount();
578 while (process_next(handle, &p) && (!good || (GetTickCount()-starttime)<MAXDELAY));
586 if (good) starttime = GetTickCount();
590 while (thread_next(handle, &t) && (!good || (GetTickCount()-starttime)<MAXDELAY));
598 if (good) starttime = GetTickCount()
    [all...]
  /bionic/libc/tzcode/
localtime.c 1031 starttime = transtime(year, &start, stdoffset), local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 979 time_t starttime; local
1010 starttime = transtime(janfirst, year, &start,
1014 if (starttime > endtime) {
1017 *atp++ = starttime;
1020 *atp++ = starttime;
    [all...]
zic.c 122 static void addtt(zic_t starttime, int type);
2104 register zic_t starttime, untiltime; local
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 979 time_t starttime; local
1010 starttime = transtime(janfirst, year, &start,
1014 if (starttime > endtime) {
1017 *atp++ = starttime;
1020 *atp++ = starttime;
    [all...]
zic.c 122 static void addtt(zic_t starttime, int type);
2104 register zic_t starttime, untiltime; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 2274 uint32 starttime[2]; member in struct:dot11_rmrep_bcn
2328 uint32 starttime[2]; member in struct:dot11_rmrep_chanload
2354 uint32 starttime[2]; member in struct:dot11_rmrep_noise
2394 uint32 starttime[2]; member in struct:dot11_rmrep_frame
2453 uint32 starttime[2]; member in struct:dot11_rmrep_tx_stream
    [all...]

Completed in 2027 milliseconds