Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1261212
| From | Josh Wu <josh.wu@atmel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/5] media: atmel-isi: enable preview path to output RGB565 format |
| Date | 2015-11-03 06:50 +0100 |
| Message-ID | <qqCDL-6X8-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series will enable preview path support in atmel-isi. Which can
make atmel-isi convert the YUV format (from sensor) to RGB565 format.
Changes in v2:
- remove the duplicated variable: cfg2_yuv_swap.
- correct the comment style
- According to Guennadi's suggestion, remove the is_output_rgb() function
which only used once. Also move the code into the for loop.
Josh Wu (5):
media: atmel-isi: correct yuv swap according to different sensor
outputs
media: atmel-isi: prepare for the support of preview path
media: atmel-isi: add code to setup correct resolution for preview
path
media: atmel-isi: setup YCC_SWAP correctly when using preview path
media: atmel-isi: support RGB565 output when sensor output YUV formats
drivers/media/platform/soc_camera/atmel-isi.c | 162 +++++++++++++++++++-------
drivers/media/platform/soc_camera/atmel-isi.h | 10 ++
2 files changed, 132 insertions(+), 40 deletions(-)
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/5] media: atmel-isi: enable preview path to output RGB565 format Josh Wu <josh.wu@atmel.com> - 2015-11-03 06:50 +0100 [PATCH v2 3/5] media: atmel-isi: add code to setup correct resolution for preview path Josh Wu <josh.wu@atmel.com> - 2015-11-03 06:50 +0100
csiph-web