Lines Matching full:formats
3 Formats (FOURCC) supported by libyuv are detailed here.
5 # Core Formats
7 There are 2 core formats supported by libyuv - I420 and ARGB. All YUV formats can be converted to/…
11 # OSX Core Media Pixel Formats
13 This is how OSX formats map to libyuv
37 The following is extracted from video_common.h as a complete list of formats supported by libyuv.
40 // 8 Primary YUV formats: 5 planar, 2 biplanar, 2 packed.
50 // 1 Secondary YUV formats: row biplanar.
53 // 9 Primary RGB formats: 4 32 bpp, 2 24 bpp, 3 16 bpp.
64 // 4 Secondary RGB formats: 4 Bayer Patterns.
104 The following formats contains a full size Y plane followed by 1 or 2
114 … ARGB, BGRA, ABGR and RGBA. ARGB is most common by far, used for screen formats, and windows webc…
132 All formats can be converted to/from ARGB.