The conversion script added some comments at the end. They point to the original DocBook files, with will be removed after the manual fixes. So, they'll be pointing to nowere. So, remove those comments. They'll be forever stored at the Kernel tree. So, if someone wants the references, it is just a matter of looking at the backlog. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
24 lines
680 B
ReStructuredText
24 lines
680 B
ReStructuredText
.. -*- coding: utf-8; mode: rst -*-
|
|
|
|
.. _v4l2-selections-common:
|
|
|
|
Common selection definitions
|
|
============================
|
|
|
|
While the :ref:`V4L2 selection API <selection-api>` and
|
|
:ref:`V4L2 subdev selection APIs <v4l2-subdev-selections>` are very
|
|
similar, there's one fundamental difference between the two. On
|
|
sub-device API, the selection rectangle refers to the media bus format,
|
|
and is bound to a sub-device's pad. On the V4L2 interface the selection
|
|
rectangles refer to the in-memory pixel format.
|
|
|
|
This section defines the common definitions of the selection interfaces
|
|
on the two APIs.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
v4l2-selection-targets
|
|
v4l2-selection-flags
|