All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] imx-jpeg: Support dynamic resolution change
@ 2022-03-23  9:05 ` Ming Qian
  0 siblings, 0 replies; 20+ messages in thread
From: Ming Qian @ 2022-03-23  9:05 UTC (permalink / raw)
  To: mchehab, shawnguo, s.hauer, mirela.rabulea
  Cc: hverkuil-cisco, kernel, festevam, linux-imx, linux-media,
	linux-kernel, devicetree, linux-arm-kernel

These patchset are to support dynamic resolution change.
Avoid decoding error or even kernel panic.
Otherwise, the Gstreamer v4l2videodec will fail to decode jpeg
who is not decoded to yuyv.

Ming Qian (5):
  media: imx-jpeg: Refactor function mxc_jpeg_parse
  media: imx-jpeg: Identify and handle precision correctly
  media: imx-jpeg: Propagate the output frame size to the capture side
  media: imx-jpeg: Handle source change in a function
  media: imx-jpeg: Support dynamic resolution change

 .../media/platform/nxp/imx-jpeg/mxc-jpeg.c    | 249 ++++++++++++------
 .../media/platform/nxp/imx-jpeg/mxc-jpeg.h    |   3 +
 2 files changed, 174 insertions(+), 78 deletions(-)


base-commit: 71e6d0608e4d1b79069990c7dacb3600ced28a3b
-- 
2.33.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-04-27  7:04 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-23  9:05 [PATCH v3 0/5] imx-jpeg: Support dynamic resolution change Ming Qian
2022-03-23  9:05 ` Ming Qian
2022-03-23  9:05 ` [PATCH v3 1/5] media: imx-jpeg: Refactor function mxc_jpeg_parse Ming Qian
2022-03-23  9:05   ` Ming Qian
2022-03-23  9:05 ` [PATCH v3 2/5] media: imx-jpeg: Identify and handle precision correctly Ming Qian
2022-03-23  9:05   ` Ming Qian
2022-03-23  9:05 ` [PATCH v3 3/5] media: imx-jpeg: Propagate the output frame size to the capture side Ming Qian
2022-03-23  9:05   ` Ming Qian
2022-04-11 11:50   ` mirela.rabulea
2022-04-11 11:50     ` mirela.rabulea
2022-04-12  2:11     ` Ming Qian
2022-04-12  2:11       ` Ming Qian
2022-03-23  9:05 ` [PATCH v3 4/5] media: imx-jpeg: Handle source change in a function Ming Qian
2022-03-23  9:05   ` Ming Qian
2022-03-23  9:05 ` [PATCH v3 5/5] media: imx-jpeg: Support dynamic resolution change Ming Qian
2022-03-23  9:05   ` Ming Qian
2022-04-27  7:03   ` Hans Verkuil
2022-04-27  7:03     ` Hans Verkuil
2022-04-12  9:46 ` [PATCH v3 0/5] " mirela.rabulea
2022-04-12  9:46   ` mirela.rabulea

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.