HomeSort by relevance Sort by last modified time
    Searched refs:GUARD (Results 1 - 6 of 6) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_reverbdata.h 139 #define GUARD 5 // safety guard of this many samples
148 #define AP1_IN (AP0_IN + MAX_AP_SAMPLES + GUARD)
149 #define DELAY0_IN (AP1_IN + MAX_AP_SAMPLES + GUARD)
150 #define DELAY1_IN (DELAY0_IN + MAX_DELAY_SAMPLES + GUARD)
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_reverbdata.h 139 #define GUARD 5 // safety guard of this many samples
148 #define AP1_IN (AP0_IN + MAX_AP_SAMPLES + GUARD)
149 #define DELAY0_IN (AP1_IN + MAX_AP_SAMPLES + GUARD)
150 #define DELAY1_IN (DELAY0_IN + MAX_DELAY_SAMPLES + GUARD)
  /external/sonivox/arm-wt-22k/lib_src/
eas_reverbdata.h 139 #define GUARD 5 // safety guard of this many samples
148 #define AP1_IN (AP0_IN + MAX_AP_SAMPLES + GUARD)
149 #define DELAY0_IN (AP1_IN + MAX_AP_SAMPLES + GUARD)
150 #define DELAY1_IN (DELAY0_IN + MAX_DELAY_SAMPLES + GUARD)
  /bionic/libc/bionic/
malloc_debug_leak.cpp 73 #define GUARD 0x48151642
82 uint32_t guard; member in struct:AllocationEntry
280 header->guard = GUARD;
294 // check the guard to make sure it is valid
297 if (header->guard != GUARD) {
305 if (header->guard == GUARD || is_valid_entry(header->entry)) {
317 debug_log("WARNING bad header guard: '0x%x'! and invalid entry: %p\n"
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 79 #define GUARD 5 // safety guard of this many samples
EffectReverb.c 667 ap1In = (AP0_IN + maxApSamples + GUARD);
668 delay0In = (ap1In + maxApSamples + GUARD);
669 delay1In = (delay0In + maxDelaySamples + GUARD);
674 pReverb->m_nEarly0in = (delay1In + maxDelaySamples + GUARD);
675 pReverb->m_nEarly1in = (pReverb->m_nEarly0in + maxEarlySamples + GUARD);
    [all...]

Completed in 198 milliseconds