Searched refs:delay (Results 151 - 175 of 276) sorted by relevance

1234567891011>>

/external/aac/libSBRenc/include/
H A Dsbr_encoder.h263 * \brief Get the max required input buffer size including delay balancing space
294 * \param bufferOffset Returns the offset for the audio input data in order to do delay balancing.
299 * \param delay Input: core encoder delay. Output: total delay because of SBR.
313 int *delay,
319 * \brief Do delay line buffers housekeeping. To be called after each encoded audio frame.
/external/arduino/hardware/arduino/cores/arduino/
H A Dwiring.c105 void delay(unsigned long ms) function
127 // for a one-microsecond delay, simply return. the overhead
128 // of the function call yields a delay of approximately 1 1/8 us.
134 // delay requested.
142 // for a one- or two-microsecond delay, simply return. the overhead of
152 // delay requested.
/external/chromium/chrome/browser/resources/ntp/
H A Dmost_visited.css99 -webkit-transition-delay: .5s, 0s;
204 /* delay border radius transition as much as the edit bar slide delay */
205 -webkit-transition-delay: 0, 0, 0, .5s, .5s, 0;
/external/kernel-headers/original/asm-mips/
H A Ddma.h17 #include <linux/delay.h>
/external/kernel-headers/original/asm-mips/lasat/
H A Dlasat.h229 #include <linux/delay.h>
/external/kernel-headers/original/asm-x86/
H A Ddma_32.h13 #include <linux/delay.h>
/external/libppp/src/
H A Dether.c663 dev->dev.cd.delay = p->cfg.cd.delay;
670 p->link.name, dev->dev.cd.delay);
675 dev->timeout = dev->dev.cd.delay;
H A Dphysical.h54 int delay; /* Wait this many seconds after login script */ member in struct:cd
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestoverlay.c306 fprintf(stderr, " -delay <seconds>\n");
325 int delay; local
339 delay = 1;
347 if ( strcmp(argv[1], "-delay") == 0 ) {
349 delay = atoi(argv[2]);
354 "The -delay option requires an argument\n");
590 SDL_Delay(delay*1000);
/external/webkit/Source/WebCore/platform/animation/
H A DAnimation.h84 double delay() const { return m_delay; } function in class:WebCore::Animation
/external/webkit/Source/WebKit2/Platform/
H A DWorkQueue.h65 // Will schedule the given work item to run after the given delay (in seconds).
66 void scheduleWorkAfterDelay(PassOwnPtr<WorkItem>, double delay);
/external/webkit/Source/WebKit2/UIProcess/
H A DTiledDrawingAreaProxy.h90 void setTileCreationDelay(double delay);
/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.h84 // Defines for "check delay estimation"
252 int WebRtcAecm_Control(AecmCore_t *aecm, int delay, int nlpFlag);
324 // Read the farend buffer to account for known delay
330 // - knownDelay : known delay
H A Daecm_core.c211 // - self : Pointer to the delay estimation instance
239 // - delay : Current delay estimate.
248 static const uint16_t* AlignedFarend(AecmCore_t* self, int* far_q, int delay) { argument
251 buffer_position = self->far_history_pos - delay;
688 int WebRtcAecm_Control(AecmCore_t *aecm, int delay, int nlpFlag) argument
691 aecm->fixedDelay = delay;
728 // Fetch an older one corresponding to the delay.
1540 int delay; local
1628 // Get the delay
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Davdt_api.h227 UINT32 dlsr; /* delay since last SR */
329 UINT16 delay; /* Delay value */ member in struct:__anon1080
577 AVDT_API extern UINT16 AVDT_DelayReport(UINT8 handle, UINT8 seid, UINT16 delay);
/external/chromium/chrome/browser/policy/
H A Dcloud_policy_controller.cc369 int64 delay = std::max<int64>((refresh_at - now).InMilliseconds(), 0); local
373 delay);
/external/grub/netboot/
H A Depic100.c49 #define delay(nanosec) do { int _i = 3; while (--_i > 0) \ macro
427 #define eeprom_delay(n) delay(n)
/external/replicaisland/src/com/replica/replicaisland/
H A DInputGameInterface.java134 final float delay = Math.max(ROLL_RESET_DELAY, timeDelta);
135 if (gameTime - mLastRollTime <= delay) {
H A DPatrolComponent.java263 public void setupAttack(float distance, float duration, float delay, boolean stopMovement) { argument
268 mAttackDelay = delay;
/external/webkit/Source/WebCore/page/animation/
H A DKeyframeAnimation.cpp165 // Special case 1 - if the delay time is 0, then we do want to set the first frame of the
169 if (waitingToStart() && m_animation->delay() > 0 && !m_animation->fillsBackwards())
211 // If we're in the delay phase and we're not backwards filling, tell the caller
213 if (waitingToStart() && m_animation->delay() > 0 && !m_animation->fillsBackwards())
/external/webkit/Source/WebCore/page/
H A DFrameView.cpp96 // Normal delay
98 // Negative value would mean that first few repaints happen without a delay
100 // The delay grows on each repaint to this maximum value
102 // On each repaint the delay increses by this amount
107 // More hooks may be needed to reset the delay on things like GIF and CSS animations.
1540 double delay = m_deferringRepaints ? 0 : adjustedDeferredRepaintDelay(); local
1541 if ((m_deferringRepaints || m_deferredRepaintTimer.isActive() || delay) && !immediate) {
1565 m_deferredRepaintTimer.startOneShot(delay);
1631 if (double delay = adjustedDeferredRepaintDelay()) {
1632 m_deferredRepaintTimer.startOneShot(delay);
1753 int delay = m_frame->document()->minimumLayoutDelay(); local
1808 int delay = m_frame->document()->minimumLayoutDelay(); local
[all...]
/external/qemu/hw/
H A Dmc146818rtc.c384 int64_t delay; local
399 delay = (get_ticks_per_sec() * 1) / 100;
400 if (delay < 1)
401 delay = 1;
403 s->next_second_time + delay);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DServerSocketTest.java236 int delay = (int) (finish.getTime() - start.getTime());
237 assertTrue("timeout too soon: " + delay + " " + start.getTime()
238 + " " + finish.getTime(), delay >= 490);
/external/chromium/base/synchronization/
H A Dcondition_variable_unittest.cc104 void SetWorkTime(TimeDelta delay);
640 void WorkQueue::SetWorkTime(TimeDelta delay) { argument
641 worker_delay_ = delay;
/external/chromium/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc137 // Manage the timers that control the delay before a fade begins or ends.
141 void RestartTimer(int delay);
237 void StatusBubbleViews::StatusView::RestartTimer(int delay) { argument
239 StartTimer(delay);
669 // size (shrinking or expanding). Otherwise delay.

Completed in 527 milliseconds

1234567891011>>