mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
95335207829faecdfe91e54af669f0b3fb7f9681
Callbacks .vidioc_enum_frameintervals() and .vidioc_enum_framesizes() are required for applications to obtain the frame intervals and resolutions the driver/sensor supported. For the frame intervals, it reads the minimum one from current linked sensor, and set maximum to 1s. For the frame size, it's stepwise with step equals 8, and maximum is the isp sub-device output size. Change-Id: I840b12a165855e7275c2fbd6f28db364ca7105d8 Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com>
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%