repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux/fpc-iii.git]
/
Documentation
/
media
/
uapi
/
v4l
/
pixfmt-uv8.rst
blob
c449231b51bb8e75cbf8fea941732387cde85216
1
.. -*- coding: utf-8; mode: rst -*-
2
3
.. _V4L2-PIX-FMT-UV8:
4
5
************************
6
V4L2_PIX_FMT_UV8 ('UV8')
7
************************
8
9
10
UV plane interleaved
11
12
13
Description
14
===========
15
16
In this format there is no Y plane, Only CbCr plane. ie (UV interleaved)
17
18
**Byte Order.**
19
Each cell is one byte.
20
21
22
23
24
.. flat-table::
25
:header-rows: 0
26
:stub-columns: 0
27
28
* - start + 0:
29
- Cb\ :sub:`00`
30
- Cr\ :sub:`00`
31
- Cb\ :sub:`01`
32
- Cr\ :sub:`01`
33
* - start + 4:
34
- Cb\ :sub:`10`
35
- Cr\ :sub:`10`
36
- Cb\ :sub:`11`
37
- Cr\ :sub:`11`
38
* - start + 8:
39
- Cb\ :sub:`20`
40
- Cr\ :sub:`20`
41
- Cb\ :sub:`21`
42
- Cr\ :sub:`21`
43
* - start + 12:
44
- Cb\ :sub:`30`
45
- Cr\ :sub:`30`
46
- Cb\ :sub:`31`
47
- Cr\ :sub:`31`