commit | abd23295648a9e3ae72a806e70a510d3dcd8b374 | [log] [tgz] |
---|---|---|
author | Sakari Ailus <sakari.ailus@iki.fi> | Sat Sep 15 07:51:47 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Dec 21 10:53:43 2012 -0200 |
tree | ee7c891cca5336c934c55daa6ddfcbca52e7729a | |
parent | 1202ecdc24fc88d5b144824f55ec9c8899591caf [diff] |
[media] v4l: Helper function for obtaining timestamps v4l2_get_timestamp() produces a monotonic timestamp but unlike ktime_get_ts(), it uses struct timeval instead of struct timespec, saving the drivers the conversion job when getting timestamps for v4l2_buffer's timestamp field. Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>