diff for duplicates of <518000EE.40502@cogentembedded.com> diff --git a/a/1.txt b/N1/1.txt index 27cf836..d6bf92e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -96,7 +96,7 @@ thx for pointing to this. >>> +{ >>> + u16 scale; >>> + ->>> + if (src = *dst) +>>> + if (src == *dst) >>> + return 0; >>> + >>> + scale = (src * 4096 / *dst) & ~7; @@ -227,7 +227,7 @@ the data_through is removed per prev request and added just the check for RGB32 FMT in order to use a shift. > > [...] ->>> + data_through = pixfmt = V4L2_PIX_FMT_RGB32; +>>> + data_through = pixfmt == V4L2_PIX_FMT_RGB32; > >> What is "data_through" and why is RGB32 so special? > diff --git a/a/content_digest b/N1/content_digest index bc552a7..658182c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0517D7195.1020301@cogentembedded.com\0" "From\0Vladimir Barinov <vladimir.barinov@cogentembedded.com>\0" "Subject\0Re: [PATCH v2 1/4] V4L2: soc_camera: Renesas R-Car VIN driver\0" - "Date\0Tue, 30 Apr 2013 17:35:42 +0000\0" + "Date\0Tue, 30 Apr 2013 20:35:42 +0300\0" "To\0Guennadi Liakhovetski <g.liakhovetski@gmx.de>\0" "Cc\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>" mchehab@redhat.com @@ -112,7 +112,7 @@ ">>> +{\n" ">>> + u16 scale;\n" ">>> +\n" - ">>> + if (src = *dst)\n" + ">>> + if (src == *dst)\n" ">>> + return 0;\n" ">>> +\n" ">>> + scale = (src * 4096 / *dst) & ~7;\n" @@ -243,7 +243,7 @@ "for RGB32 FMT in order to use a shift.\n" ">\n" "> [...]\n" - ">>> + data_through = pixfmt = V4L2_PIX_FMT_RGB32;\n" + ">>> + data_through = pixfmt == V4L2_PIX_FMT_RGB32;\n" ">\n" ">> What is \"data_through\" and why is RGB32 so special?\n" ">\n" @@ -277,4 +277,4 @@ "Regards,\n" Vladimir -8eadec46e0258a0c91ed2cf6b4a6ad428fcf96e98359eaafcba12ee2b381210f +31d07a39451159e8c9af61a071a64a6a8026372a41e79e9eb61b81d7f1d7fef6
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.