All of lore.kernel.org
 help / color / mirror / Atom feed
From: Subash Patel <subashrp@gmail.com>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>,
	linux-media@vger.kernel.org, m.szyprowski@samsung.com,
	kyungmin.park@samsung.com, sw0312.kim@samsung.com,
	riverful.kim@samsung.com
Subject: Re: [PATCH 1/3] v4l: Extend V4L2_CID_COLORFX control with AQUA effect
Date: Mon, 19 Sep 2011 11:38:07 +0530	[thread overview]
Message-ID: <4E76DC47.7050106@gmail.com> (raw)
In-Reply-To: <201109190108.49283.laurent.pinchart@ideasonboard.com>

Hi Laurent,

I am not representing Sylwester :), But with a similar sensor I use, 
Aqua means cool tone which is Cb/Cr manipulations.

Regards,
Subash

On 09/19/2011 04:38 AM, Laurent Pinchart wrote:
> Hi Sylwester,
>
> Thanks for the patch.
>
> On Friday 16 September 2011 19:05:28 Sylwester Nawrocki wrote:
>> Add V4L2_COLORFX_AQUA image effect in the V4L2_CID_COLORFX menu.
>
> What's the aqua effect ?
>
>> Signed-off-by: Sylwester Nawrocki<s.nawrocki@samsung.com>
>> Signed-off-by: Kyungmin Park<kyungmin.park@samsung.com>
>> ---
>>   Documentation/DocBook/media/v4l/controls.xml |    5 +++--
>>   include/linux/videodev2.h                    |    1 +
>>   2 files changed, 4 insertions(+), 2 deletions(-)
>>
>> diff --git a/Documentation/DocBook/media/v4l/controls.xml
>> b/Documentation/DocBook/media/v4l/controls.xml index 8516401..f3c6457
>> 100644
>> --- a/Documentation/DocBook/media/v4l/controls.xml
>> +++ b/Documentation/DocBook/media/v4l/controls.xml
>> @@ -294,8 +294,9 @@ minimum value disables backlight compensation.</entry>
>>   <constant>V4L2_COLORFX_SKETCH</constant>  (5),
>>   <constant>V4L2_COLORFX_SKY_BLUE</constant>  (6),
>>   <constant>V4L2_COLORFX_GRASS_GREEN</constant>  (7),
>> -<constant>V4L2_COLORFX_SKIN_WHITEN</constant>  (8) and
>> -<constant>V4L2_COLORFX_VIVID</constant>  (9).</entry>
>> +<constant>V4L2_COLORFX_SKIN_WHITEN</constant>  (8),
>> +<constant>V4L2_COLORFX_VIVID</constant>  (9) and
>> +<constant>V4L2_COLORFX_AQUA</constant>  (10).</entry>
>>   	</row>
>>   	<row>
>>   	<entry><constant>V4L2_CID_ROTATE</constant></entry>
>> diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h
>> index fca24cc..5032226 100644
>> --- a/include/linux/videodev2.h
>> +++ b/include/linux/videodev2.h
>> @@ -1144,6 +1144,7 @@ enum v4l2_colorfx {
>>   	V4L2_COLORFX_GRASS_GREEN = 7,
>>   	V4L2_COLORFX_SKIN_WHITEN = 8,
>>   	V4L2_COLORFX_VIVID = 9,
>> +	V4L2_COLORFX_AQUA = 10,
>>   };
>>   #define V4L2_CID_AUTOBRIGHTNESS			(V4L2_CID_BASE+32)
>>   #define V4L2_CID_BAND_STOP_FILTER		(V4L2_CID_BASE+33)
>

  reply	other threads:[~2011-09-19  6:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-16 17:05 [PATCH 0/3] Add v4l2 subdev driver for S5K6AAFX sensor with embedded ISP Sylwester Nawrocki
2011-09-16 17:05 ` [PATCH 1/3] v4l: Extend V4L2_CID_COLORFX control with AQUA effect Sylwester Nawrocki
2011-09-18 23:08   ` Laurent Pinchart
2011-09-19  6:08     ` Subash Patel [this message]
     [not found]       ` <4E7726EF.7050003@samsung.com>
2011-09-20 22:23         ` Laurent Pinchart
2011-09-21  8:37           ` Sylwester Nawrocki
2011-09-16 17:05 ` [PATCH 2/3] v4l: Add AUTO option for the V4L2_CID_POWER_LINE_FREQUENCY control Sylwester Nawrocki
2011-09-18 23:08   ` Laurent Pinchart
2011-09-16 17:05 ` [PATCH 3/3] v4l: Add v4l2 sub-device driver for S5K6AAFX sensor Sylwester Nawrocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E76DC47.7050106@gmail.com \
    --to=subashrp@gmail.com \
    --cc=kyungmin.park@samsung.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=riverful.kim@samsung.com \
    --cc=s.nawrocki@samsung.com \
    --cc=sw0312.kim@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.