commit | a0fe91bf16385f7cddd9f7869c63e0ad0ccfed7b | [log] [tgz] |
---|---|---|
author | Ricardo Ribalda <ribalda@chromium.org> | Fri Nov 12 22:22:34 2021 +0100 |
committer | Ricardo Ribalda <ribalda@chromium.org> | Fri Nov 12 23:44:41 2021 +0100 |
tree | adcc5ffb933370e71a0dcfee229562d2cfbcbfa1 | |
parent | 5e7ccbe8968a4f03ec65653a2b792628480f3d8e [diff] |
media: uvcvideo: Fix hw timestampt handling for slow FPS In UVC 1.5, when working with FPS under 32, there is a chance that the circular buffer contains two dev_sof overflows, but the clock interpolator is only capable of handle a single overflow. Remove all the samples from the circular buffer that are two overflows old. Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>