linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] imx-jpeg: Support dynamic resolution change
@ 2022-03-11  7:51 Ming Qian
  2022-03-11  7:51 ` [PATCH 1/5] media: imx-jpeg: Refactor function mxc_jpeg_parse Ming Qian
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ming Qian @ 2022-03-11  7:51 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

 drivers/media/platform/imx-jpeg/mxc-jpeg.c | 244 ++++++++++++++-------
 drivers/media/platform/imx-jpeg/mxc-jpeg.h |   3 +
 2 files changed, 169 insertions(+), 78 deletions(-)

-- 
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] 6+ messages in thread

end of thread, other threads:[~2022-03-11  7:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-11  7:51 [PATCH 0/5] imx-jpeg: Support dynamic resolution change Ming Qian
2022-03-11  7:51 ` [PATCH 1/5] media: imx-jpeg: Refactor function mxc_jpeg_parse Ming Qian
2022-03-11  7:51 ` [PATCH 2/5] media: imx-jpeg: Identify and handle precision correctly Ming Qian
2022-03-11  7:51 ` [PATCH 3/5] media: imx-jpeg: Propagate the output frame size to the capture side Ming Qian
2022-03-11  7:51 ` [PATCH 4/5] media: imx-jpeg: Handle source change in a function Ming Qian
2022-03-11  7:51 ` [PATCH 5/5] media: imx-jpeg: Support dynamic resolution change Ming Qian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).