Searched defs:AUDIO_TIMESTRETCH_SPEED_MIN_DELTA (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/include/media/
H A DAudioResamplerPublic.h45 // AUDIO_TIMESTRETCH_SPEED_MIN_DELTA is the minimum absolute speed difference that might trigger a
50 #define AUDIO_TIMESTRETCH_SPEED_MIN_DELTA 0.0001f macro
105 return fabs(pr1.mSpeed - pr2.mSpeed) < AUDIO_TIMESTRETCH_SPEED_MIN_DELTA &&

Completed in 58 milliseconds