/system/core/libsysutils/src/ |
ServiceManager.cpp | 39 #define SLEEP_MIN_USEC 200000 /* 200 msec */
|
/external/libnfc-nxp/src/ |
phOsalNfc_Timer.h | 134 * 50 mSec. In case time out value is below 50 mSec accuracy of timer
|
/external/quake/quake/src/QW/client/ |
cl_pred.c | 67 if (u->msec > 50) 73 split.msec /= 2;
|
/external/webkit/Source/WebCore/platform/audio/ |
ReverbConvolver.cpp | 45 // It turns out then, that the background thread has about 278msec of scheduling slop. 51 const size_t RealtimeFrameLimit = 8192 + 4096; // ~278msec @ 44.1KHz
|
/hardware/ril/reference-ril/ |
atchannel.c | 98 static void setTimespecRelative(struct timespec *p_ts, long long msec) 107 p_ts->tv_sec = tv.tv_sec + (msec / 1000); 108 p_ts->tv_nsec = (tv.tv_usec + (msec % 1000) * 1000L ) * 1000L; 112 static void sleepMsec(long long msec) 117 ts.tv_sec = (msec / 1000); 118 ts.tv_nsec = (msec % 1000) * 1000 * 1000;
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
VideoEditorPerformance.java | 235 writeTimingInfo("testPerformanceAddRemoveVideoItem (in mSec)", loggingInfo); 272 writeTimingInfo("testPerformanceAddRemoveImageItem (in mSec)", 352 writeTimingInfo("testPerformanceAddRemoveTransition (in mSec)", loggingInfo); 530 writeTimingInfo("testPerformanceExport (in mSec)", loggingInfo); 564 writeTimingInfo("testPerformanceThumbnailVideoItem (in mSec)", loggingInfo); 618 writeTimingInfo("testPerformanceOverlayVideoItem (in mSec)", loggingInfo); [all...] |
/development/tools/emulator/system/camera/ |
EmulatedFakeCamera2.cpp | 35 const int64_t MSEC = USEC * 1000LL; 36 const int64_t SEC = MSEC * 1000LL; [all...] |
/external/skia/src/animator/ |
SkDisplayType.cpp | 153 // msec 308 // msec 475 // msec
|
/frameworks/av/media/libmediaplayerservice/ |
MediaPlayerService.h | 316 virtual status_t seekTo(int msec); 317 virtual status_t getCurrentPosition(int* msec); 318 virtual status_t getDuration(int* msec);
|
MediaPlayerService.cpp | 310 snprintf(buffer, 255, " msec per frame(%f), channel count(%d), format(%d), frame count(%ld)\n", 330 snprintf(buffer, 255, " msec per frame(%f), latency (%d)\n", 881 status_t MediaPlayerService::Client::getCurrentPosition(int *msec) 886 status_t ret = p->getCurrentPosition(msec); 888 ALOGV("[%d] getCurrentPosition = %d", mConnId, *msec); 895 status_t MediaPlayerService::Client::getDuration(int *msec) 900 status_t ret = p->getDuration(msec); 902 ALOGV("[%d] getDuration = %d", mConnId, *msec); 930 status_t MediaPlayerService::Client::seekTo(int msec) 932 ALOGV("[%d] seekTo(%d)", mConnId, msec); [all...] |
/frameworks/base/core/java/android/widget/ |
VideoView.java | 631 public void seekTo(int msec) { 633 mMediaPlayer.seekTo(msec); 636 mSeekWhenPrepared = msec;
|
/cts/suite/audio_quality/lib/src/audio/ |
RemoteAudio.cpp | 208 // assume 1Mbps ==> 1000 bits per msec ==> 125 bytes per msec
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_build.c | 307 wpa_printf(MSG_DEBUG, "P2P: * Extended Listen Timing (period %u msec " 308 "interval %u msec)", period, interval);
|
/dalvik/vm/native/ |
java_lang_VMThread.cpp | 213 * static void sleep(long msec, int nsec)
|
/external/bluetooth/bluedroid/stack/include/ |
btu.h | 225 TIMER_LIST_Q quick_timer_queue; /* Timer queue for transport level (100/10 msec)*/
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
call.h | 134 // set the playing_dtmf_ bit and schedule a message in XX msec to clear that
|
/external/iptables/extensions/ |
libxt_RATEEST.c | 58 else if (strcasecmp(p, "ms") == 0 || strcasecmp(p, "msec")==0 ||
|
/external/openssh/ |
md5crypt.c | 118 * On a 60 Mhz Pentium this takes 34 msec, so you would
|
/external/ping/ |
ping_common.h | 87 extern int interval; /* interval between packets (msec) */
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_smfdata.c | 61 0, /* current MIDI tick to msec conversion */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_smfdata.c | 61 0, /* current MIDI tick to msec conversion */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_smfdata.c | 61 0, /* current MIDI tick to msec conversion */
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_upnp_ssdp.c | 282 * Each is sent twice (in case lost) w/ 100 msec delay between; 290 * Delay random interval < 100 msec prior to initial sending. 363 /* First timeout should be random interval < 100 msec */ 415 * Each response is sent twice (in case lost) w/ 100 msec delay
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_ssdp.c | 274 * Each is sent twice (in case lost) w/ 100 msec delay between; 282 * Delay random interval < 100 msec prior to initial sending. 354 /* First timeout should be random interval < 100 msec */ 393 * Each response is sent twice (in case lost) w/ 100 msec delay
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_Private.h | 131 LVM_INT32 RoomSizeInms; /* Room size in msec */
|