video: add BGR10A2_LE pixel format
authorHaihao Xiang <haihao.xiang@intel.com>
Fri, 15 Mar 2019 05:06:53 +0000 (13:06 +0800)
committerMatthew Waters <matthew@centricular.com>
Thu, 4 Apr 2019 01:59:18 +0000 (01:59 +0000)
commit3b6415b421ef4c673c563bdd83d2b5579b984cfc
treeda05d9277068719c67bf651bd92b5ed96c715ae4
parentabed7c2d3d0247431811d932975aca3f46d368b2
video: add BGR10A2_LE pixel format

This pixel format is a packed 4:4:4 RGB with alpha channel (B-G-R-A),
R/G/B channel has 10 bits and alpha channel is the MSB 2 bits.
gst-libs/gst/video/video-converter.c
gst-libs/gst/video/video-format.c
gst-libs/gst/video/video-format.h
gst-libs/gst/video/video-info.c