HomeSort by relevance Sort by last modified time
    Searched full:msec (Results 51 - 75 of 354) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/vm/
Sync.h 101 void dvmThreadSleep(u8 msec, u4 nsec);
148 s8 msec, s4 nsec);
  /external/blktrace/
blkiomon.h 110 minmax_print(fp, "throughput read (bytes/msec)", &p->thrput_r);
111 minmax_print(fp, "throughput write (bytes/msec)", &p->thrput_w);
  /external/blktrace/btt/
q2d.c 38 long msec = (long)(q2d / 0.001); local
40 switch (msec) {
  /external/stlport/test/unit/cppunit/
file_reporter.h 102 fprintf(_file, " %f msec", m_testTimer.elapsedMilliseconds());
127 fprintf(_file, " %f msec", m_globalTimer.elapsedMilliseconds());
  /external/webkit/Tools/WebKitTestRunner/qt/
TestControllerQt.cpp 53 void start(int msec)
55 m_timerID = startTimer(msec);
  /frameworks/av/media/libmediaplayerservice/
TestPlayerStub.h 88 virtual status_t seekTo(int msec) {return mPlayer->seekTo(msec);}
  /frameworks/base/media/java/android/media/
AmrInputStream.java 37 // frame is 20 msec at 8.000 khz
85 // fetch a 20 msec frame of pcm
  /frameworks/base/media/tests/omxjpegdecoder/
jpeg_decoder_bench.cpp 64 printf("Decoding Time in BoundsMode %.1f msec.\n", delay / 1000.0f);
80 printf("Decoding Time in PixelsMode %.1f msec.\n", delay / 1000.0f);
  /frameworks/base/services/common_time/
clock_recovery.h 48 // timeout suitable for use with poll/select indicating the number of mSec
149 // How much time (in msec) to wait
common_time_server_api.cpp 232 if (threshold < 1000) // Min threshold is 1mSec
328 dump_printf("Error Est. : %.3f msec\n",
387 dump_printf("Master Announce Interval : %d mSec\n",
389 dump_printf("Client Sync Interval : %d mSec\n",
423 "(%.3f msec RTT)\n",
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
file_reporter.h 102 fprintf(_file, " %f msec", m_testTimer.elapsedMilliseconds());
127 fprintf(_file, " %f msec", m_globalTimer.elapsedMilliseconds());
  /ndk/tests/device/test-stlport/unit/cppunit/
file_reporter.h 102 fprintf(_file, " %f msec", m_testTimer.elapsedMilliseconds());
127 fprintf(_file, " %f msec", m_globalTimer.elapsedMilliseconds());
  /frameworks/wilhelm/src/android/
android_GenericPlayer.h 78 void getDurationMsec(int* msec); //msec != NULL, ANDROID_UNKNOWN_TIME if unknown
79 virtual void getPositionMsec(int* msec) = 0; //msec != NULL, ANDROID_UNKNOWN_TIME if unknown
  /libcore/luni/src/main/java/java/lang/
VMThread.java 31 static native void sleep (long msec, int nsec) throws InterruptedException;
  /sdk/traceview/src/com/android/traceview/
TraceUnits.java 65 return "msec";
  /external/sonivox/arm-fm-22k/lib_src/
eas_imelodydata.h 53 EAS_I32 time; /* current time in 256ths of a msec */
54 EAS_I32 tickBase; /* basline length of 32nd note in 256th of a msec */
55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imelodydata.h 53 EAS_I32 time; /* current time in 256ths of a msec */
54 EAS_I32 tickBase; /* basline length of 32nd note in 256th of a msec */
55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */
  /external/sonivox/arm-wt-22k/lib_src/
eas_imelodydata.h 53 EAS_I32 time; /* current time in 256ths of a msec */
54 EAS_I32 tickBase; /* basline length of 32nd note in 256th of a msec */
55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */
  /external/webkit/Source/WebCore/html/
BaseDateAndTimeInputType.cpp 145 double msec = date.millisecondsSinceEpoch(); local
146 ASSERT(isfinite(msec));
147 return msec;
  /frameworks/av/include/media/
IMediaPlayer.h 55 virtual status_t seekTo(int msec) = 0;
56 virtual status_t getCurrentPosition(int* msec) = 0;
57 virtual status_t getDuration(int* msec) = 0;
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.h 80 status_t setPlaybackBeginTime(uint32_t msec);
81 status_t setPlaybackEndTime(uint32_t msec);
82 status_t setStoryboardStartTime(uint32_t msec);
  /packages/experimental/procstatlog/
procstatreport.py 121 msec: <nobr>%(msec)d waiting</nobr>
147 msec = "%d" % (when * 1000)
148 writer.writerow([msec] + [values.get(n, "") for n in range(num_cols)])
509 msec = int(next[10]) - int(last[10])
512 max_msec = max(max_msec, msec)
517 disk_msec.setdefault(device, {})[when] = msec
552 msec = disk_msec[device]
555 ["msec"], [msec],
    [all...]
  /hardware/libhardware/tests/camera2/
camera2.cpp 315 static const nsecs_t MSEC = 1000*USEC;
316 static const nsecs_t SEC = 1000*MSEC;
375 uint64_t exposureTime = 10*MSEC;
379 uint64_t frameDuration = 30*MSEC;
489 uint64_t frameDuration = 30*MSEC;
651 uint64_t exposureTime = 10*MSEC;
655 uint64_t frameDuration = 30*MSEC;
  /frameworks/native/include/media/openmax/
OMX_Core.h 523 The application should return from this call within 5 msec to avoid
562 The application should return from this call within 5 msec.
591 The application should return from this call within 5 msec.
667 component will return from this call within 5 msec.
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Core.h 506 The application should return from this call within 5 msec to avoid
545 The application should return from this call within 5 msec.
574 The application should return from this call within 5 msec.
650 component will return from this call within 5 msec.
    [all...]

Completed in 733 milliseconds

1 23 4 5 6 7 8 91011>>