Message ID | 20220920-resend-hwtimestamp-v5-0-139d1a144614@chromium.org |
---|---|
Headers | show |
Series | uvcvideo: Fixes for hw timestamping | expand |
On (23/03/08 23:45), Ricardo Ribalda wrote: > > Isolate all the changes related to the clock circular buffer to its own > function, that way we can make changes easier to the buffer logic. > > Also simplify the lock, by removing the circular buffer clock handling > from uvc_video_clock_decode(). > > And now that we are at it, unify the API of the clock functions. > > Tested-by: HungNien Chen <hn.chen@sunplusit.com> > Signed-off-by: Ricardo Ribalda <ribalda@chromium.org> Reviewed-by: Sergey Senozhatsky <senozhatsky@chromium.org>
On (23/03/08 23:45), Ricardo Ribalda wrote: [..] > + /* > + * Some devices make a borderline interpretation of the UVC 1.5 standard > + * and sends packets with no data contain undefined timestamps. A nit: can this be reworded? I'm having some issues with interpretation.