Searched refs:AP0_TIME_RANGE (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.h102 // AP0_TIME_BASE to AP0_TIME_BASE + AP0_TIME_RANGE
104 #define AP0_TIME_RANGE (int)((4*65536)/1000) macro
H A DEffectReverb.c992 temp = (int16_t) ((1000 * (temp - AP0_TIME_BASE)) / AP0_TIME_RANGE);
1407 temp = AP0_TIME_BASE + ((int32_t) value16 * AP0_TIME_RANGE) / 1000;

Completed in 26 milliseconds