HomeSort by relevance Sort by last modified time
    Searched refs:delay (Results 1 - 25 of 1613) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/aac/libAACenc/src/
spreading.cpp 110 FIXP_DBL delay; local
113 delay = pbSpreadEnergy[0];
115 delay = fixMax(pbSpreadEnergy[i], fMult(maskHighFactor[i], delay));
116 pbSpreadEnergy[i] = delay;
120 delay = pbSpreadEnergy[pbCnt - 1];
122 delay = fixMax(pbSpreadEnergy[i], fMult(maskLowFactor[i], delay));
123 pbSpreadEnergy[i] = delay;
  /external/toybox/toys/other/
usleep.c 21 long delay = atol(*toys.optargs); local
23 tv.tv_sec = delay/1000000;
24 tv.tv_nsec = (delay%1000000) * 1000;
  /external/aac/libAACdec/src/
FDK_delay.cpp 109 INT FDK_Delay_Create(FDK_SignalDelay* data, const USHORT delay,
114 if (delay > 0) {
116 (INT_PCM*)FDKcalloc(num_channels * delay, sizeof(INT_PCM));
124 data->delay = delay;
133 if (data->delay > 0) {
138 if (frame_length >= data->delay) {
139 FDKmemcpy(tmp, &time_buffer[frame_length - data->delay],
140 data->delay * sizeof(FIXP_PCM));
141 FDKmemmove(&time_buffer[data->delay], &time_buffer[0]
    [all...]
FDK_delay.h 109 * Structure representing one delay element for multiple channels.
112 INT_PCM* delay_line; /*!< Pointer which stores allocated delay line. */
113 USHORT delay; /*!< Delay required in samples (per channel). */ member in struct:__anon13557
114 UCHAR num_channels; /*!< Number of channels to delay. */
118 * \brief Create delay element for multiple channels with fixed delay value.
120 * \param data Pointer delay element structure.
121 * \param delay Required delay value in samples per channel
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
TimeStamp.java 59 * delay field
61 protected int delay = -1; field in class:TimeStamp
72 delay = -1;
85 if (delay == -1 && delayFloat == -1)
87 else if (delay != -1)
88 return Integer.toString(delay);
113 * return true if delay exists
118 return delay != -1;
122 * remove the Delay field
125 delay = -1
    [all...]
  /external/libchrome/base/task_scheduler/
task.cc 17 TimeDelta delay)
23 delay.is_zero() ? TimeTicks() : TimeTicks::Now() + delay,
27 traits(!delay.is_zero() && traits.shutdown_behavior() ==
32 delay(delay) {}
task.h 26 // to run. |traits_in| is metadata about the task. |delay| is a delay that
27 // must expire before the Task runs. If |delay| is non-zero and the shutdown
33 TimeDelta delay);
39 // The delay that must expire before the task runs.
40 const TimeDelta delay; member in struct:base::internal::Task
44 // time after the task's delay has expired. If the task hasn't been inserted
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
RetryManagerTest.java 155 long delay = rm.getDelayForNextApn(false); local
156 assertEquals(RetryManager.NO_RETRY, delay);
160 delay = rm.getDelayForNextApn(false);
161 assertEquals(RetryManager.NO_RETRY, delay);
183 long delay = rm.getDelayForNextApn(false); local
184 assertEquals(RetryManager.NO_RETRY, delay);
205 long delay = rm.getDelayForNextApn(false); local
206 assertEquals(2000, delay);
210 delay = rm.getDelayForNextApn(false);
211 assertEquals(3000, delay);
260 long delay = rm.getDelayForNextApn(false); local
298 long delay = rm.getDelayForNextApn(false); local
346 long delay = rm.getDelayForNextApn(false); local
394 long delay = rm.getDelayForNextApn(false); local
429 long delay = rm.getDelayForNextApn(false); local
488 long delay = rm.getDelayForNextApn(false); local
545 long delay = rm.getDelayForNextApn(false); local
597 long delay = rm.getDelayForNextApn(false); local
635 long delay = rm.getDelayForNextApn(false); local
693 long delay = rm.getDelayForNextApn(false); local
763 long delay = rm.getDelayForNextApn(true); local
813 long delay = rm.getDelayForNextApn(false); local
894 long delay = rm.getDelayForNextApn(false); local
950 long delay = rm.getDelayForNextApn(false); local
993 long delay = rm.getDelayForNextApn(false); local
    [all...]
  /frameworks/base/core/java/android/os/
CountDownTimer.java 134 long delay;
137 // just delay until done
138 delay = millisLeft - lastTickDuration;
141 // complete, trigger onFinish without delay
142 if (delay < 0) delay = 0;
144 delay = mCountdownInterval - lastTickDuration;
148 while (delay < 0) delay += mCountdownInterval;
151 sendMessageDelayed(obtainMessage(MSG), delay);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
rm7000.s 5 mthi $8 # No delay needed
micromips-warn-branch-delay.l 2 .*:8: Warning: wrong size instruction in a 16-bit branch delay slot
3 .*:10: Warning: wrong size instruction in a 16-bit branch delay slot
4 .*:12: Warning: wrong size instruction in a 16-bit branch delay slot
5 .*:14: Warning: wrong size instruction in a 16-bit branch delay slot
6 .*:16: Warning: wrong size instruction in a 16-bit branch delay slot
7 .*:18: Warning: wrong size instruction in a 16-bit branch delay slot
8 .*:20: Warning: wrong size instruction in a 16-bit branch delay slot
micromips-size-1.l 2 .*:50: Warning: wrong size instruction in a 32-bit branch delay slot
3 .*:58: Warning: wrong size instruction in a 16-bit branch delay slot
4 .*:64: Warning: wrong size instruction in a 16-bit branch delay slot
5 .*:66: Warning: wrong size instruction in a 16-bit branch delay slot
6 .*:68: Warning: wrong size instruction in a 32-bit branch delay slot
7 .*:70: Warning: wrong size instruction in a 32-bit branch delay slot
8 .*:82: Warning: wrong size instruction in a 32-bit branch delay slot
9 .*:90: Warning: wrong size instruction in a 32-bit branch delay slot
10 .*:92: Warning: wrong size instruction in a 32-bit branch delay slot
mips-gp64-fp64.l 2 .*:92: Warning: macro instruction expanded into multiple instructions in a branch delay slot
3 .*:96: Warning: macro instruction expanded into multiple instructions in a branch delay slot
4 .*:100: Warning: macro instruction expanded into multiple instructions in a branch delay slot
n32-consec.s 4 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
11 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
micromips-branch-delay.l 2 .*:17: Warning: wrong size instruction in a 16-bit branch delay slot
3 .*:19: Warning: wrong size instruction in a 16-bit branch delay slot
4 .*:21: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
5 .*:40: Warning: wrong size instruction in a 16-bit branch delay slot
6 .*:44: Warning: wrong size instruction in a 16-bit branch delay slot
7 .*:46: Warning: wrong size instruction in a 16-bit branch delay slot
8 .*:71: Warning: wrong size instruction in a 16-bit branch delay slot
9 .*:90: Warning: macro instruction expanded into multiple instructions in a branch delay slot
10 .*:92: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
11 .*:94: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slo
    [all...]
  /external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
BasicProfilerDemo.java 70 delay(200);
74 delay(2500);
78 delay(3300);
81 static private void delay(int millis) { method in class:BasicProfilerDemo
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
DelayMix_16x16.c 29 LVM_INT16 *delay, /* Delay buffer */
30 LVM_INT16 size, /* Delay size */
32 LVM_INT16 *pOffset, /* Delay offset */
42 temp = (LVM_INT16)((LVM_UINT32)((LVM_INT32)(*dst) + (LVM_INT32)delay[Offset]) >> 1);
46 delay[Offset] = *src;
52 temp = (LVM_INT16)((LVM_UINT32)((LVM_INT32)(*dst) - (LVM_INT32)delay[Offset]) >> 1);
56 delay[Offset] = *src;
60 /* Make the reverb delay buffer a circular buffer */
74 LVM_FLOAT *delay, /* Delay buffer *
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ScheduledExecutorService.java 40 * delay, or to execute periodically.
50 * with a requested delay of zero. Zero and negative delays (but not
61 * relative delay need not coincide with the current {@code Date} at
98 * after the given delay.
101 * @param delay the time from now to delay execution
102 * @param unit the time unit of the delay parameter
111 long delay, TimeUnit unit);
115 * given delay.
118 * @param delay the time from now to delay executio
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_LED.h 25 __u32 delay; member in struct:xt_led_info
  /external/iptables/include/linux/netfilter/
xt_LED.h 9 __u32 delay; /* Delay until LED is switched off after trigger */ member in struct:xt_led_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_LED.h 10 __u32 delay; /* Delay until LED is switched off after trigger */ member in struct:xt_led_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_LED.h 9 __u32 delay; /* Delay until LED is switched off after trigger */ member in struct:xt_led_info
  /system/bt/btif/include/
btif_a2dp_control.h 42 // Set the audio delay reported to the audio HAL in uints of 1/10ms.
43 // |delay| is the audio delay to set.
44 void btif_a2dp_control_set_audio_delay(uint16_t delay);
46 // Reset the remote audio device's delay value and reset the counter that keeps
  /external/autotest/client/cros/power/
power_strip.py 17 def reboot(self, outlet, delay=0):
18 self.command('reboot', outlet, delay)
20 def off(self, outlet, delay=0):
21 self.command('off', outlet, delay)
23 def on(self, outlet, delay=0):
24 self.command('on', outlet, delay)
26 def command(self, command, outlet=1, delay=0):
27 if delay == 0:
30 threading.Timer(delay, self._do_command, (command, outlet)).start()
  /system/bt/osi/test/
time_test.cc 79 struct timespec delay; local
81 delay.tv_sec = TEST_TIME_SLEEP_MS / 1000;
82 delay.tv_nsec = 1000 * 1000 * (TEST_TIME_SLEEP_MS % 1000);
86 int err = nanosleep(&delay, &delay);
100 struct timespec delay; local
102 delay.tv_sec = TEST_TIME_SLEEP_US / (1000 * 1000);
103 delay.tv_nsec = 1000 * (TEST_TIME_SLEEP_US % (1000 * 1000));
107 int err = nanosleep(&delay, &delay);
140 struct timespec delay; local
    [all...]

Completed in 3573 milliseconds

1 2 3 4 5 6 7 8 91011>>