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

1 2 3 4 56 7 8 91011>>

  /external/skia/samplecode/
SampleAnimatedImage.cpp 66 fLastWallTime = animTimer.msec();
SampleSGInval.cpp 71 const auto t = timer.msec() * kRate;
  /external/skqp/samplecode/
SampleAnimatedImage.cpp 66 fLastWallTime = animTimer.msec();
SampleSGInval.cpp 71 const auto t = timer.msec() * kRate;
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
init_encode.c 65 /*Zeroing the past samples for 10msec Split*/
  /frameworks/av/media/libaaudio/src/utility/
LinearRamp.h 90 int32_t mLengthInFrames = 48000 / 100; // 10 msec at 48000 Hz
  /frameworks/av/media/libaudiohal/2.0/
StreamPowerLog.h 92 static const size_t kPowerLogEntries = (1 /* minutes */ * 60 /* seconds */ * 1000 /* msec */
  /frameworks/av/media/libaudiohal/4.0/
StreamPowerLog.h 93 static const size_t kPowerLogEntries = (1 /* minutes */ * 60 /* seconds */ * 1000 /* msec */
  /frameworks/base/libs/services/include/android/os/
DropBoxManager.h 93 Status getNextEntry(const String16& tag, long msec, Entry* entry);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
l2tp.h 98 L2TP_ATTR_RECV_TIMEOUT, /* msec */
  /device/google/taimen/
device.mk 90 # Increase the apparent size of a hardware burst from 1 msec to 2 msec.
  /external/fio/tools/
fio_generate_plots 120 plot "I/O Latency" lat "Time (msec)" 1000
123 plot "I/O Completion Latency" clat "Time (msec)" 1000
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
CapabilityPolling.java 420 public synchronized void schedulePolling(long msec, int type) {
421 logger.print("schedulePolling msec=" + msec + " type=" + type);
433 if ((scheduled > 0) && (scheduled < msec)) {
440 long nextTime = System.currentTimeMillis() + msec;
442 (msec / 1000) + " seconds at "
447 if (msec <= 0) {
459 SystemClock.elapsedRealtime() + msec, mDiscoveryAlarmIntent);
    [all...]
  /external/kernel-headers/original/uapi/linux/
kd.h 149 int delay; /* in msec; <= 0: don't change */
150 int period; /* in msec; <= 0: don't change */
  /external/libdrm/tests/modetest/
cursor.c 74 uint32_t msec; member in struct:cursor_step
164 usleep(1000 * step->msec);
  /external/libnl/lib/
utils.c 554 * @arg msec number of milliseconds
564 char * nl_msec2str(uint64_t msec, char *buf, size_t len)
568 static const char *units[5] = {"d", "h", "m", "s", "msec"};
571 if (msec == 0) {
572 snprintf(buf, len, "0msec");
576 #define _SPLIT(idx, unit) if ((split[idx] = msec / unit)) msec %= unit
582 split[4] = msec;
  /external/python/cpython2/Lib/plat-sunos5/
TYPES.py 281 def MSEC_TO_TICK(msec): return \
283 def MSEC_TO_TICK_ROUNDUP(msec): return \
  /external/skqp/tools/viewer/
SkottieSlide2.cpp 183 fTimeBase = timer.msec();
185 fScene->animate(timer.msec() - fTimeBase);
  /external/sonivox/arm-wt-22k/lib_src/
eas_otadata.h 61 EAS_I32 time; /* current time in 256ths of a msec */
62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */
eas_rtttldata.h 55 EAS_I32 time; /* current time in 256ths of a msec */
56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */
  /frameworks/av/media/libaaudio/examples/input_monitor/src/
input_monitor.cpp 29 #define MIN_FRAMES_TO_READ 48 /* arbitrary, 1 msec at 48000 Hz */
182 ", latency = %7.2f msec\n",
  /frameworks/av/media/libmediaplayerservice/
TestPlayerStub.h 91 int msec,
93 return mPlayer->seekTo(msec, mode);
  /frameworks/base/libs/services/src/os/
DropBoxManager.cpp 232 DropBoxManager::getNextEntry(const String16& tag, long msec, Entry* entry)
239 return service->getNextEntry(tag, msec, entry);
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.h 61 virtual void getPositionMsec(int* msec); //msec != NULL, ANDROID_UNKNOWN_TIME if unknown
android_GenericMediaPlayer.cpp 286 // msec != NULL
288 // *msec ==
291 void GenericMediaPlayer::getPositionMsec(int* msec) {
296 if (player == 0 || player->getCurrentPosition(msec) != NO_ERROR) {
297 *msec = ANDROID_UNKNOWN_TIME;
567 int msec = 0; local
568 if (OK == mPlayer->getDuration(&msec)) {
570 mDurationMsec = msec;

Completed in 1104 milliseconds

1 2 3 4 56 7 8 91011>>