public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* omap34xxcam question?
@ 2010-01-14 12:00 Michael Trimarchi
  2010-01-14 17:09 ` Aguirre, Sergio
  0 siblings, 1 reply; 12+ messages in thread
From: Michael Trimarchi @ 2010-01-14 12:00 UTC (permalink / raw)
  To: linux-media@vger.kernel.org; +Cc: Aguirre Rodriguez, Sergio Alberto

Hi

Is ok that it try only the first format and size? why does it not continue and find a matching?

@@ -470,7 +471,7 @@ static int try_pix_parm(struct omap34xxcam_videodev *vdev,
                        pix_tmp_out = *wanted_pix_out;
                        rval = isp_try_fmt_cap(isp, &pix_tmp_in, &pix_tmp_out);
                        if (rval)
-                               return rval;
+                               continue;

Michael

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-02-05  7:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-14 12:00 omap34xxcam question? Michael Trimarchi
2010-01-14 17:09 ` Aguirre, Sergio
2010-01-14 17:25   ` Michael Trimarchi
2010-01-14 17:33     ` Aguirre, Sergio
2010-01-14 17:39       ` Michael Trimarchi
2010-01-14 19:08         ` [RFC PATCH] fix try_pix_parm loop Michael Trimarchi
2010-01-14 23:57         ` omap34xxcam question? Aguirre, Sergio
2010-01-15  8:38           ` Michael Trimarchi
2010-01-19 17:30             ` Michael Trimarchi
2010-02-04 14:21             ` Sakari Ailus
2010-02-04 15:06               ` Michael Trimarchi
2010-02-05  7:43                 ` Sakari Ailus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox