Re: [PATCH] [media] exynos-gsc: propagate timestamps from src to dst buffers

2012-11-27 Thread Laurent Pinchart
Hi Sakari, On Sunday 25 November 2012 14:09:50 Sakari Ailus wrote: > On Thu, Nov 22, 2012 at 10:44:22PM +0100, Sylwester Nawrocki wrote: > >>> the data will not be displayed before this time, secondary to the > >>> nominal frame rate determined by the current video standard in enqueued > >>> order

Re: [PATCH] [media] exynos-gsc: propagate timestamps from src to dst buffers

2012-11-25 Thread Sakari Ailus
Hi Sylwester, On Thu, Nov 22, 2012 at 10:44:22PM +0100, Sylwester Nawrocki wrote: > >>the data > >>will not be displayed before this time, secondary to the nominal frame rate > >>determined by the current video standard in enqueued order. > >>Applications can > >>for example zero this field to dis

Re: [PATCH] [media] exynos-gsc: propagate timestamps from src to dst buffers

2012-11-22 Thread Sylwester Nawrocki
Hi Sakari, On 11/21/2012 08:39 PM, Sakari Ailus wrote: Hi Sylwester and Shaik, On Mon, Nov 19, 2012 at 11:06:34PM +0100, Sylwester Nawrocki wrote: On 11/07/2012 07:40 AM, Shaik Ameer Basha wrote: Make gsc-m2m propagate the timestamp field from source to destination buffers We probably need

Re: [PATCH] [media] exynos-gsc: propagate timestamps from src to dst buffers

2012-11-22 Thread 'Sakari Ailus'
Hi Kamil, On Thu, Nov 22, 2012 at 10:32:09AM +0100, Kamil Debski wrote: > Hi Sakari, > > > From: Sakari Ailus [mailto:sakari.ai...@iki.fi] > > Sent: Wednesday, November 21, 2012 8:40 PM > > > > Hi Sylwester and Shaik, > > > > On Mon, Nov 19, 2012 at 11:06:34PM +0100, Sylwester Nawrocki wrote: >

RE: [PATCH] [media] exynos-gsc: propagate timestamps from src to dst buffers

2012-11-22 Thread Kamil Debski
Hi Sakari, > From: Sakari Ailus [mailto:sakari.ai...@iki.fi] > Sent: Wednesday, November 21, 2012 8:40 PM > > Hi Sylwester and Shaik, > > On Mon, Nov 19, 2012 at 11:06:34PM +0100, Sylwester Nawrocki wrote: > > On 11/07/2012 07:40 AM, Shaik Ameer Basha wrote: > > >Make gsc-m2m propagate the times

Re: [PATCH] [media] exynos-gsc: propagate timestamps from src to dst buffers

2012-11-21 Thread Sakari Ailus
Hi Sylwester and Shaik, On Mon, Nov 19, 2012 at 11:06:34PM +0100, Sylwester Nawrocki wrote: > On 11/07/2012 07:40 AM, Shaik Ameer Basha wrote: > >Make gsc-m2m propagate the timestamp field from source to destination > >buffers > > We probably need some means for letting know the mem-to-mem driver

Re: [PATCH] [media] exynos-gsc: propagate timestamps from src to dst buffers

2012-11-19 Thread Sylwester Nawrocki
Hi Shaik, On 11/07/2012 07:40 AM, Shaik Ameer Basha wrote: Make gsc-m2m propagate the timestamp field from source to destination buffers We probably need some means for letting know the mem-to-mem drivers and applications whether timestamps are copied from OUTPUT to CAPTURE or not. Timestamps

[PATCH] [media] exynos-gsc: propagate timestamps from src to dst buffers

2012-11-06 Thread Shaik Ameer Basha
Make gsc-m2m propagate the timestamp field from source to destination buffers Signed-off-by: John Sheu Signed-off-by: Shaik Ameer Basha --- drivers/media/platform/exynos-gsc/gsc-m2m.c | 19 --- 1 files changed, 12 insertions(+), 7 deletions(-) diff --git a/drivers/media/platf