Searched defs:DELAY (Results 1 – 10 of 10) sorted by relevance
117 struct DELAY { struct118 struct DELAY_CONFIG { argument134 } 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() argument171 FDK_ALLOCATE_MEMORY_1D(*phDelay, 1, struct DELAY); in fdk_sacenc_delay_Open() argument
53 #define DELAY 1000 /* how long to sleep in the worker thread in us */ macro
20 #define DELAY 2 macro
15 DELAY = 0 # Set > 0 when testing a module other than dummy_thread, such as variable
81 DELAY = 10 variable
9 DELAY = 0 variable
155 DELAY, /**< Reverb bands just contains delay elements and no allpass filters. enumerator
466 def DELAY(n): return us_delay(n) function
138 def DELAY(n): return drv_usecwait(n) function
135 def DELAY(n): return drv_usecwait(n) function