diff for duplicates of <34502970.Ll86D7ehED@avalon> diff --git a/a/1.txt b/N1/1.txt index ed70e6a..12105e7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -174,12 +174,12 @@ I'd call the rate_prev and rate variables best_diff and diff respectively. > + fps = ov772x_frame_intervals[idx]; > + > + /* Use image size (with blankings) to calculate desired pixel clock. */ -> + if ((cfmt->com7 & OFMT_RGB) == OFMT_RGB || -> + (cfmt->com7 & OFMT_YUV) == OFMT_YUV) +> + if ((cfmt->com7 & OFMT_RGB) = OFMT_RGB || +> + (cfmt->com7 & OFMT_YUV) = OFMT_YUV) > + fsize = win->sizeimage * 2; -> + else if ((cfmt->com7 & OFMT_BRAW) == OFMT_BRAW) +> + else if ((cfmt->com7 & OFMT_BRAW) = OFMT_BRAW) -I think all these should test (cfmt->com7 & OFMT_MASK) == ... +I think all these should test (cfmt->com7 & OFMT_MASK) = ... > + fsize = win->sizeimage; > + diff --git a/a/content_digest b/N1/content_digest index 7b25fd5..c542d5f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01517306302-27957-8-git-send-email-jacopo+renesas@jmondi.org\0" "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Subject\0Re: [PATCH v8 07/11] media: i2c: ov772x: Support frame interval handling\0" - "Date\0Wed, 31 Jan 2018 12:34:59 +0200\0" + "Date\0Wed, 31 Jan 2018 10:34:59 +0000\0" "To\0Jacopo Mondi <jacopo+renesas@jmondi.org>\0" "Cc\0magnus.damm@gmail.com" geert@glider.be @@ -196,12 +196,12 @@ "> +\tfps = ov772x_frame_intervals[idx];\n" "> +\n" "> +\t/* Use image size (with blankings) to calculate desired pixel clock. */\n" - "> +\tif ((cfmt->com7 & OFMT_RGB) == OFMT_RGB ||\n" - "> +\t (cfmt->com7 & OFMT_YUV) == OFMT_YUV)\n" + "> +\tif ((cfmt->com7 & OFMT_RGB) = OFMT_RGB ||\n" + "> +\t (cfmt->com7 & OFMT_YUV) = OFMT_YUV)\n" "> +\t\tfsize = win->sizeimage * 2;\n" - "> +\telse if ((cfmt->com7 & OFMT_BRAW) == OFMT_BRAW)\n" + "> +\telse if ((cfmt->com7 & OFMT_BRAW) = OFMT_BRAW)\n" "\n" - "I think all these should test (cfmt->com7 & OFMT_MASK) == ...\n" + "I think all these should test (cfmt->com7 & OFMT_MASK) = ...\n" "\n" "> +\t\tfsize = win->sizeimage;\n" "> +\n" @@ -355,4 +355,4 @@ "\n" Laurent Pinchart -eb03a73bac9775cd4f094c230f481950e36d98cbb5aac30dd67ec8a399fcf754 +f004783b5d4e8c377071bb485ead6812cb37d5b475b37b87ac229875bf7668e8
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.