Lines Matching refs:UYVY
199 * .. _V4L2-PIX-FMT-S5C-UYVY-JPG:
204 contains interleaved JPEG and UYVY image data, followed by meta
205 data in form of an array of offsets to the UYVY data blocks. The
206 actual pointer array follows immediately the interleaved JPEG/UYVY
208 UYVY image. Each entry is a 4-byte unsigned integer in big endian
209 order and it's an offset to a single pixel line of the UYVY image.
210 The first plane can start either with JPEG or UYVY data chunk. The
211 size of a single UYVY block equals the UYVY image's width
222 pointer array is constant for given UYVY image height.
224 In order to extract UYVY and JPEG frames an application can
227 pointer indicates start of an UYVY image pixel line. Whole UYVY
230 array. Anything what's in between the UYVY lines is JPEG data and