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

  /external/v8/tools/clang/translation_unit/test_files/
includes_self.cc 1 #ifndef GUARD
2 #define 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)
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 79 #define GUARD 5 // safety guard of this many samples
EffectReverb.c 670 ap1In = (AP0_IN + maxApSamples + GUARD);
671 delay0In = (ap1In + maxApSamples + GUARD);
672 delay1In = (delay0In + maxDelaySamples + GUARD);
677 pReverb->m_nEarly0in = (delay1In + maxDelaySamples + GUARD);
678 pReverb->m_nEarly1in = (pReverb->m_nEarly0in + maxEarlySamples + GUARD);
    [all...]

Completed in 9003 milliseconds