Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1551870
| From | Sakari Ailus <sakari.ailus@iki.fi> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 2/2] [media] v4l: Add 10/16-bits per channel YUV pixel formats |
| Date | 2017-01-05 11:40 +0100 |
| Message-ID | <sWdCG-1IQ-13@gated-at.bofh.it> (permalink) |
| References | <sVWBP-76c-7@gated-at.bofh.it> <sVWLw-79z-53@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Randy, Thanks for the update. On Thu, Jan 05, 2017 at 12:29:11AM +0800, Randy Li wrote: > The formats added by this patch are: > V4L2_PIX_FMT_P010 > V4L2_PIX_FMT_P010M > V4L2_PIX_FMT_P016 > V4L2_PIX_FMT_P016M > Currently, none of driver uses those format, but some video device > has been confirmed with could as those format for video output. > The Rockchip's new decoder has supported those 10 bits format for > profile_10 HEVC/AVC video. > > Signed-off-by: Randy Li <ayaka@soulik.info> > > v4l2 > --- > Documentation/media/uapi/v4l/pixfmt-p010.rst | 86 ++++++++++++++++ > Documentation/media/uapi/v4l/pixfmt-p010m.rst | 94 ++++++++++++++++++ > Documentation/media/uapi/v4l/pixfmt-p016.rst | 126 ++++++++++++++++++++++++ > Documentation/media/uapi/v4l/pixfmt-p016m.rst | 136 ++++++++++++++++++++++++++ You need to include the formats in pixfmt.rst in order to compile the documentation. $ make htmldocs And you'll find it in Documentation/output/media/uapi/v4l/v4l2.html . In Debian you'll need to install sphinx-common and python3-sphinx-rtd-theme . Regarding P010 and the rest --- I'm fine with that, considering also that NV12 was never a great name for a format... -- Kind regards, Sakari Ailus e-mail: sakari.ailus@iki.fi XMPP: sailus@retiisi.org.uk
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/2] Add pixel formats for 10/16 bits YUV video Randy Li <ayaka@soulik.info> - 2017-01-04 17:30 +0100
[PATCH v2 1/2] drm_fourcc: Add new P010, P016 video format Randy Li <ayaka@soulik.info> - 2017-01-04 17:30 +0100
Re: [PATCH v2 1/2] drm_fourcc: Add new P010, P016 video format Daniel Stone <daniel@fooishbar.org> - 2017-01-04 18:10 +0100
Re: [PATCH v2 1/2] drm_fourcc: Add new P010, P016 video format Ayaka <ayaka@soulik.info> - 2017-01-05 03:10 +0100
[PATCH v2 2/2] [media] v4l: Add 10/16-bits per channel YUV pixel formats Randy Li <ayaka@soulik.info> - 2017-01-04 17:40 +0100
Re: [PATCH v2 2/2] [media] v4l: Add 10/16-bits per channel YUV pixel formats Sakari Ailus <sakari.ailus@iki.fi> - 2017-01-05 11:40 +0100
Re: [PATCH v2 2/2] [media] v4l: Add 10/16-bits per channel YUV pixel formats ayaka <ayaka@soulik.info> - 2017-01-05 16:30 +0100
Re: [PATCH v2 2/2] [media] v4l: Add 10/16-bits per channel YUV pixel formats Sakari Ailus <sakari.ailus@iki.fi> - 2017-01-05 19:50 +0100
csiph-web