diff options
author | Tomasz Stanislawski <t.stanislaws@samsung.com> | 2011-08-19 14:00:04 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-11 05:18:23 +0400 |
commit | 8af4922fe5d1574acfdedf8a9eaafccf1b955c1d (patch) | |
tree | 7f47aba773a65e7bc12cd7a33b6c4bc598870e51 /Documentation/DocBook/media/v4l/common.xml | |
parent | 15e9ff3fcde7d8f78e4f9004b4a535a48e3c0cdd (diff) | |
download | linux-8af4922fe5d1574acfdedf8a9eaafccf1b955c1d.tar.xz |
[media] doc: v4l: add documentation for selection API
This patch adds a documentation for VIDIOC_{G/S}_SELECTION ioctl. Moreover, the
patch adds the description of modeling of composing, cropping and scaling
features in V4L2. Finally, some examples are presented.
Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/media/v4l/common.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/common.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/common.xml b/Documentation/DocBook/media/v4l/common.xml index 9d3919831eba..c79278acfb0e 100644 --- a/Documentation/DocBook/media/v4l/common.xml +++ b/Documentation/DocBook/media/v4l/common.xml @@ -1168,6 +1168,8 @@ dheight = format.fmt.pix.height; </section> </section> + &sub-selection-api; + <section id="streaming-par"> <title>Streaming Parameters</title> |