All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH vicodec v3 0/3] Add support to more pixel formats in vicodec
@ 2018-11-03 20:50 Dafna Hirschfeld
  2018-11-03 20:50 ` [PATCH vicodec v3 1/3] media: vicodec: prepare support for various number of planes Dafna Hirschfeld
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Dafna Hirschfeld @ 2018-11-03 20:50 UTC (permalink / raw)
  To: helen.koike, hverkuil, mchehab; +Cc: Dafna Hirschfeld, outreachy-kernel

The new supported formats are
V4L2_PIX_FMT_GREY, V4L2_PIX_FMT_ARGB32, V4L2_PIX_FMT_ABGR32.

The returned encoded format is chaned to support various numbers
of planes instead of assuming 3 planes.

The first patch adds new fields to structs.
The second patch adds support for V4L2_PIX_FMT_GREY.
The third patch adds support for V4L2_PIX_FMT_ARGB32, V4L2_PIX_FMT_ABGR32.

Changes from v2:

patch 1,3: - no change

patch 2: bug fix - replace a test 'flags | FWHT_FL_COMPONENTS_NUM_BIT[01]'
with the test 'flags & FWHT_FL_COMPONENTS_NUM_BIT[01]'

Dafna Hirschfeld (3):
  media: vicodec: prepare support for various number of planes
  media: vicodec: Add support of greyscale format
  media: vicodec: Add support for 4 planes formats

 drivers/media/platform/vicodec/codec-fwht.c   |  73 +++++++----
 drivers/media/platform/vicodec/codec-fwht.h   |  15 ++-
 .../media/platform/vicodec/codec-v4l2-fwht.c  | 123 +++++++++++++-----
 .../media/platform/vicodec/codec-v4l2-fwht.h  |   3 +-
 drivers/media/platform/vicodec/vicodec-core.c |  35 ++++-
 5 files changed, 182 insertions(+), 67 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2018-11-05 12:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-03 20:50 [PATCH vicodec v3 0/3] Add support to more pixel formats in vicodec Dafna Hirschfeld
2018-11-03 20:50 ` [PATCH vicodec v3 1/3] media: vicodec: prepare support for various number of planes Dafna Hirschfeld
2018-11-03 20:50 ` [PATCH vicodec v3 2/3] media: vicodec: Add support of greyscale format Dafna Hirschfeld
2018-11-05 12:07   ` Hans Verkuil
2018-11-03 20:50 ` [PATCH vicodec v3 3/3] media: vicodec: Add support for 4 planes formats Dafna Hirschfeld

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.