HomeSort by relevance Sort by last modified time
    Searched full:msec (Results 126 - 150 of 313) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
mp4lib_int.h 62 uint32 timeStamp; /* Vop TimeStamp in msec */
  /external/opencore/oscl/oscl/osclproc/src/
oscl_semaphore.cpp 135 //convert timeout msec to sec + usec.
  /external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
pvmi_mio_fileinput.h 366 uint32 iStreamDuration; //in msec
  /external/skia/src/animator/
SkDisplayPost.cpp 37 SK_MEMBER(delay, MSec),
SkDisplayApply.cpp 46 SK_MEMBER(begin, MSec),
49 SK_MEMBER(interval, MSec), // recommended redraw interval
58 SK_MEMBER_PROPERTY(time, MSec),
  /external/skia/src/utils/
SkInterpolator.cpp 47 <time (in msec)>
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 62 uint32 timeStamp; /* Vop TimeStamp in msec */
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverScan.h 306 TI_UINT32 uCycleIntervalMsec[ PERIODIC_SCAN_MAX_INTERVAL_NUM ]; /**< Intervals (in Msec) between two sequential scan cycle */
  /system/wlan/ti/sta_dk_4_0_4_32/config/
tiwlan.ini 90 PowerMgmtHangOverPeriod = 5 # in mSec units
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverScan.h 307 TI_UINT32 uCycleIntervalMsec[ PERIODIC_SCAN_MAX_INTERVAL_NUM ]; /**< Intervals (in Msec) between two sequential scan cycle */
  /external/bluetooth/glib/glib/
gmain.c 3175 glong msec; local
    [all...]
  /external/opencore/doc/oscl_html/
classOsclThread.html 27 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void&nbsp;</td><td valign=bottom><a class="el" href="classOsclThread.html#d4">SleepMillisec</a> (const int32 msec)</td></tr>
404 <td class="mdname1" valign="top" nowrap>&nbsp; <em>msec</em> </td>
423 <tr><td valign=top><em>msec, t2:</em>&nbsp;</td><td>
oscl__thread_8h-source.html 88 00189 OSCL_IMPORT_REF <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classOsclThread.html#d4">SleepMillisec</a>(<span class="keyword">const</span> int32 msec);
  /external/tcpdump/
print-icmp.c 321 u_int msec,sec,min,hrs; local
325 msec = tstamp % 1000;
329 snprintf(buf, sizeof(buf), "%02u:%02u:%02u.%03u",hrs,min,sec,msec);
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]
  /external/webkit/WebCore/html/
HTMLInputElement.cpp 1623 double msec = date.millisecondsSinceEpoch(); local
1678 double msec = date.millisecondsSinceEpoch(); local
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_linux.c 97 int wifi_set_power(int on, unsigned long msec)
103 if (msec)
104 mdelay(msec);
108 int wifi_set_reset(int on, unsigned long msec)
114 if (msec)
115 mdelay(msec);
    [all...]
  /frameworks/base/core/java/android/os/
Debug.java 85 * seen this hit 800msec on the device while waiting for a response
89 private static final int MIN_DEBUGGER_IDLE = 1300; // msec
92 private static final int SPIN_DELAY = 200; // msec
    [all...]
  /dalvik/vm/alloc/
HeapDebug.c 236 * This adds 2-5msec to the GC cost on a DVT, or about 2-3% of the cost
  /external/bluetooth/bluez/src/
hcid.conf.5.in 214 Page Timeout measured in number of baseband slots. Interval length = N * 0.625 msec (1 baseband slot)
  /external/dbus/tools/
dbus-send.c 35 fprintf (stderr, "Usage: %s [--help] [--system | --session] [--dest=NAME] [--type=TYPE] [--print-reply=(literal)] [--reply-timeout=MSEC] <destination object path> <message name> [contents ...]\n", appname);
  /external/iproute2/man/man8/
tc.8 299 ms, msec or msecs
  /external/kernel-headers/original/linux/
fd.h 127 unsigned long hlt; /* Head load/settle time, msec */
  /external/libxml2/
xmllint.c 445 long msec; local
449 msec = end.tv_sec - begin.tv_sec;
450 msec *= 1000;
451 msec += (end.tv_usec - begin.tv_usec) / 1000;
460 fprintf(stderr, " took %ld ms\n", msec);
481 long msec; local
485 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
493 fprintf(stderr, " took %ld ms\n", msec);
517 fprintf(stderr, " was not timed\n", msec);
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/common/include/
avcapi_common.h 167 /** In/Out: Coding timestamp in msec (not display timestamp) */

Completed in 1972 milliseconds

1 2 3 4 56 7 8 91011>>