Loading media/libaudioclient/AudioTrack.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -56,8 +56,6 @@ static inline const T &max(const T &x, const T &y) { return x > y ? x : y; } static const int32_t NANOS_PER_SECOND = 1000000000; static inline nsecs_t framesToNanoseconds(ssize_t frames, uint32_t sampleRate, float speed) { return ((double)frames * 1000000000) / ((double)sampleRate * speed); Loading Loading
media/libaudioclient/AudioTrack.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -56,8 +56,6 @@ static inline const T &max(const T &x, const T &y) { return x > y ? x : y; } static const int32_t NANOS_PER_SECOND = 1000000000; static inline nsecs_t framesToNanoseconds(ssize_t frames, uint32_t sampleRate, float speed) { return ((double)frames * 1000000000) / ((double)sampleRate * speed); Loading