Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b62bab1d authored by Dichen Zhang's avatar Dichen Zhang Committed by Android (Google) Code Review
Browse files

Merge "VideoFrameSchedulerBase: fix overflow in PLL::fit()"

parents 1fe70405 3ba81e73
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -115,6 +115,7 @@ void VideoFrameSchedulerBase::PLL::test() {

#endif

__attribute__((no_sanitize("integer")))
bool VideoFrameSchedulerBase::PLL::fit(
        nsecs_t phase, nsecs_t period, size_t numSamplesToUse,
        int64_t *a, int64_t *b, int64_t *err) {