/external/webrtc/src/modules/audio_processing/aecm/main/source/ |
aecm_core.c | 431 int WebRtcAecm_Control(AecmCore_t *aecm, int delay, int nlpFlag, int delayOffsetFlag) 434 aecm->fixedDelay = delay; 467 // Estimate the delay of the echo signal. 476 // - delay : Estimated delay 569 // of the minimum positions. Search for the maximum bin to determine the delay. 590 // Select the histogram index corresponding to the maximum bin as the delay. 615 // Select the histogram index corresponding to the maximum bin as the delay. 666 // Fetch an older one corresponding to the delay. 751 // @param delayDiff [in] Delay position in farend buffer 1550 WebRtc_Word16 delay, diff, diffMinusOne; local [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4enc_api.cpp | 134 Bool SetProfile_BufferSize(VideoEncData *video, float delay, Int bInitialized); 532 /* check rate control and vbv delay*/ [all...] |
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
FrameLoaderClientQt.cpp | 990 // Use the default timeout interval for JS as the HTML tokenizer delay. This ensures 994 double delay = JSDOMWindowBase::commonJSGlobalData()->timeoutChecker.timeoutInterval() / 1000.0f; local 997 double delay = 10000 / 1000.0f; local 999 m_frame->page()->setCustomHTMLTokenizerTimeDelay(delay); [all...] |
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
InjectedBundlePage.cpp | 336 void InjectedBundlePage::willPerformClientRedirectForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKURLRef url, double delay, double date, const void* clientInfo) 338 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->willPerformClientRedirectForFrame(frame, url, delay, date); 620 void InjectedBundlePage::willPerformClientRedirectForFrame(WKBundleFrameRef frame, WKURLRef url, double delay, double date) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtPlugin.java | [all...] |
/external/webkit/Source/WebCore/loader/ |
FrameLoader.h | 317 void clientRedirected(const KURL&, double delay, double fireDate, bool lockBackForwardList);
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
WKBundlePage.h | 94 typedef void (*WKBundlePageWillPerformClientRedirectForFrameCallback)(WKBundlePageRef page, WKBundleFrameRef frame, WKURLRef url, double delay, double date, const void *clientInfo);
|
/ndk/ |
ndk-gdb | 38 # Delay in seconds between launching the activity and attaching gdbserver on it. 41 DELAY=2 207 --delay=*) 239 echo " --delay=<secs> Delay in seconds between activity start and gdbserver attach." 264 DELAY="$OPTION_DELAY" 570 run $ADB_CMD shell sleep $DELAY
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
CellLayout.java | [all...] |
Launcher.java | 469 * Returns whether we should delay spring loaded mode -- for shortcuts and widgets that have 707 // We set this directly so that there is no delay before the tab is set 1087 long delay = mAutoAdvanceTimeLeft == -1 ? mAdvanceInterval : mAutoAdvanceTimeLeft; local [all...] |
/external/chromium/chrome/browser/autocomplete/ |
search_provider.cc | 351 int delay = query_suggest_immediately_ ? 0 : kQueryDelayMs; local 352 timer_.Start(TimeDelta::FromMilliseconds(delay), this, &SearchProvider::Run); [all...] |
/external/chromium/chrome/browser/ui/views/ |
browser_actions_container.cc | 1011 int delay = views::GetMenuShowDelay(); local [all...] |
/external/webkit/Source/WebCore/dom/ |
Document.h | 637 void setExtraLayoutDelay(int delay) { m_extraLayoutDelay = delay; } [all...] |
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebFrameLoaderClient.cpp | 289 void WebFrameLoaderClient::dispatchWillPerformClientRedirect(const KURL& url, double delay, double fireDate) 294 frameLoadDelegate->willPerformClientRedirectToURL(webView, BString(url.string()), delay, MarshallingHelpers::CFAbsoluteTimeToDATE(fireDate), m_webFrame); [all...] |
/external/webkit/Tools/DumpRenderTree/mac/ |
FrameLoadDelegate.mm | 350 - (void)webView:(WebView *)sender willPerformClientRedirectToURL:(NSURL *)URL delay:(NSTimeInterval)seconds fireDate:(NSDate *)date forFrame:(WebFrame *)frame
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
MultiWaveView.java | 324 int delay = count * CHEVRON_INCREMENTAL_DELAY; local 331 "delay", delay, 416 "delay", RETURN_TO_HOME_DELAY, 426 "delay", 0, 459 "delay", HIDE_ANIMATION_DELAY, 464 "delay", HIDE_ANIMATION_DELAY, 486 "delay", SHOW_ANIMATION_DELAY, 491 "delay", SHOW_ANIMATION_DELAY, [all...] |
/frameworks/base/services/java/com/android/server/ |
NotificationManagerService.java | 583 long delay = immediate ? 0 : (r.duration == Toast.LENGTH_LONG ? LONG_DELAY : SHORT_DELAY); local 585 mHandler.sendMessageDelayed(m, delay); [all...] |
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
loc_api_common.xdr | 387 unsigned char delay;
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
loc_api_common.xdr | 377 unsigned char delay;
|
/packages/apps/Gallery/src/com/android/camera/ |
ViewImage.java | 200 // zoomButtonControls will not able to show up. So delay it until the 776 private void loadNextImage(final int requestedPos, final long delay, 782 final long targetDisplayTime = System.currentTimeMillis() + delay; [all...] |
/frameworks/base/core/java/android/content/ |
SyncManager.java | 79 /** Delay a sync due to local changes this long. In milliseconds */ 102 * When retrying a sync for the first time use this delay. After that 183 scheduleSync(null /* account */, null /* authority */, new Bundle(), 0 /* delay */, 235 scheduleSync(null, null, null, 0 /* no delay */, onlyThoseWithUnkownSyncableState); 306 scheduleSync(null, type.authority, null, 0 /* no delay */, 500 * @param delay how many milliseconds in the future to wait before performing this 504 Bundle extras, long delay, boolean onlyThoseWithUnkownSyncableState) { 514 delay = -1; // this means schedule at the front of the queue 619 + " delay " + delay [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
DatagramSocketTest.java | 644 int delay = (int) (new Date().getTime() - start.getTime()); local 645 assertTrue("timeout too soon: " + delay, delay >= 490); [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
OldDatagramSocketTest.java | 932 int delay = (int) (new Date().getTime() - start.getTime()); local [all...] |
/bionic/libc/kernel/common/sound/ |
asound.h | 375 snd_pcm_sframes_t delay; member in struct:snd_pcm_status [all...] |
/development/ndk/platforms/android-3/include/linux/ |
input.h | 618 __u16 delay; member in struct:ff_replay
|