Home
last modified time | relevance | path

Searched defs:DELAY (Results 1 – 10 of 10) sorted by relevance

/external/aac/libSACenc/src/
Dsacenc_delay.cpp117 struct DELAY { struct
118 struct DELAY_CONFIG { argument
134 } config;
137 INT nDmxAlignBuffer;
138 INT nSurroundAnalysisBuffer;
139 INT nArbDmxAnalysisBuffer;
140 INT nOutputAudioBuffer;
141 INT nBitstreamFrameBuffer;
165 FDK_SACENC_ERROR fdk_sacenc_delay_Open(HANDLE_DELAY *phDelay) { in fdk_sacenc_delay_Open() argument
171 FDK_ALLOCATE_MEMORY_1D(*phDelay, 1, struct DELAY); in fdk_sacenc_delay_Open() argument
/external/ltp/testcases/realtime/func/pi-tests/
Dsbrk_mutex.c53 #define DELAY 1000 /* how long to sleep in the worker thread in us */ macro
/external/linux-kselftest/tools/testing/selftests/timers/
Dposix_timers.c20 #define DELAY 2 macro
/external/python/cpython2/Lib/test/
Dtest_dummy_thread.py15 DELAY = 0 # Set > 0 when testing a module other than dummy_thread, such as variable
/external/python/cpython2/Demo/pdist/
Dcvslock.py81 DELAY = 10 variable
/external/python/cpython3/Lib/test/
Dtest_dummy_thread.py9 DELAY = 0 variable
/external/aac/libFDK/include/
DFDK_decorrelate.h155 DELAY, /**< Reverb bands just contains delay elements and no allpass filters. enumerator
/external/python/cpython2/Lib/plat-irix6/
DFILE.py466 def DELAY(n): return us_delay(n) function
/external/python/cpython2/Lib/plat-sunos5/
DIN.py138 def DELAY(n): return drv_usecwait(n) function
DSTROPTS.py135 def DELAY(n): return drv_usecwait(n) function