diff options
Diffstat (limited to 'Documentation/video4linux/soc-camera.txt')
-rw-r--r-- | Documentation/video4linux/soc-camera.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/video4linux/soc-camera.txt b/Documentation/video4linux/soc-camera.txt index daa9e2ac162c..84f41cf1f3e8 100644 --- a/Documentation/video4linux/soc-camera.txt +++ b/Documentation/video4linux/soc-camera.txt | |||
@@ -151,7 +151,7 @@ they are transferred over a media bus. Soc-camera provides support to | |||
151 | conveniently manage these formats. A table of standard transformations is | 151 | conveniently manage these formats. A table of standard transformations is |
152 | maintained by soc-camera core, which describes, what FOURCC pixel format will | 152 | maintained by soc-camera core, which describes, what FOURCC pixel format will |
153 | be obtained, if a media-bus pixel format is stored in memory according to | 153 | be obtained, if a media-bus pixel format is stored in memory according to |
154 | certain rules. E.g. if V4L2_MBUS_FMT_YUYV8_2X8 data is sampled with 8 bits per | 154 | certain rules. E.g. if MEDIA_BUS_FMT_YUYV8_2X8 data is sampled with 8 bits per |
155 | sample and stored in memory in the little-endian order with no gaps between | 155 | sample and stored in memory in the little-endian order with no gaps between |
156 | bytes, data in memory will represent the V4L2_PIX_FMT_YUYV FOURCC format. These | 156 | bytes, data in memory will represent the V4L2_PIX_FMT_YUYV FOURCC format. These |
157 | standard transformations will be used by soc-camera or by camera host drivers to | 157 | standard transformations will be used by soc-camera or by camera host drivers to |