diff for duplicates of <51FB9481.2090202@xs4all.nl> diff --git a/a/1.txt b/N1/1.txt index 3a7f497..9fc72c0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -76,8 +76,10 @@ On 08/02/2013 12:57 PM, Laurent Pinchart wrote: >>> + video->format.width = VSP1_VIDEO_DEF_WIDTH; >>> + video->format.height = VSP1_VIDEO_DEF_HEIGHT; >>> + video->format.num_planes = 1; ->>> + video->format.plane_fmt[0].bytesperline >>> + video->format.width * video->fmtinfo->bpp[0] / 8; ->>> + video->format.plane_fmt[0].sizeimage >>> + video->format.plane_fmt[0].bytesperline * video->format.height; +>>> + video->format.plane_fmt[0].bytesperline = +>>> + video->format.width * video->fmtinfo->bpp[0] / 8; +>>> + video->format.plane_fmt[0].sizeimage = +>>> + video->format.plane_fmt[0].bytesperline * video->format.height; >>> + >>> + /* ... and the video node... */ >>> + video->video.v4l2_dev = &video->vsp1->v4l2_dev; diff --git a/a/content_digest b/N1/content_digest index 52ecd66..b227a8a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\02025148.Pz9nW8WD9Z@avalon\0" "From\0Hans Verkuil <hverkuil@xs4all.nl>\0" "Subject\0Re: [PATCH v5 7/9] v4l: Renesas R-Car VSP1 driver\0" - "Date\0Fri, 02 Aug 2013 11:14:09 +0000\0" + "Date\0Fri, 02 Aug 2013 13:14:09 +0200\0" "To\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Cc\0Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>" linux-media@vger.kernel.org @@ -92,8 +92,10 @@ ">>> +\tvideo->format.width = VSP1_VIDEO_DEF_WIDTH;\n" ">>> +\tvideo->format.height = VSP1_VIDEO_DEF_HEIGHT;\n" ">>> +\tvideo->format.num_planes = 1;\n" - ">>> +\tvideo->format.plane_fmt[0].bytesperline >>> +\t\tvideo->format.width * video->fmtinfo->bpp[0] / 8;\n" - ">>> +\tvideo->format.plane_fmt[0].sizeimage >>> +\t\tvideo->format.plane_fmt[0].bytesperline * video->format.height;\n" + ">>> +\tvideo->format.plane_fmt[0].bytesperline =\n" + ">>> +\t\tvideo->format.width * video->fmtinfo->bpp[0] / 8;\n" + ">>> +\tvideo->format.plane_fmt[0].sizeimage =\n" + ">>> +\t\tvideo->format.plane_fmt[0].bytesperline * video->format.height;\n" ">>> +\n" ">>> +\t/* ... and the video node... */\n" ">>> +\tvideo->video.v4l2_dev = &video->vsp1->v4l2_dev;\n" @@ -144,4 +146,4 @@ "\n" "\tHans" -70cbd20d9d079b37907392d2e2baf0ea8c8b2a1ae238e3e6357cddd84aba2fca +cfe0bcc72fca77f5bcb314bbcb8e4a2d9c298e131ebfb48983abbcf65e3b16ef
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.