Skip to content

Commit 10c1c5f

Browse files
committed
kernel: Bump to 4.14.76
kernel: Revert net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends See: raspberrypi/linux#2717 kernel: thermal: add hysteresis support and adjust PoE HAT trip points See: raspberrypi/linux#2700 kernel: Add composite RPi driver for pcm512x DAC HAT cards See: raspberrypi/linux#2702 firmware: jpeg/mjpeg: MJPEG doesn't insert JFIF APP0 header See: raspberrypi/userland#345 firmware: Add IL HVS component firmware: mmal: Acquire zero copy buffers on being passed to the VPU firmware: video_render: Use per pixel alpha on RGBA and BGRA firmware: video_render: Add support for alpha options (MIX and PREMULT)
1 parent fbad640 commit 10c1c5f

File tree

6,151 files changed

+105283
-105075
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,151 files changed

+105283
-105075
lines changed

boot/fixup.dat

3 Bytes
Binary file not shown.

boot/fixup_db.dat

-1 Bytes
Binary file not shown.

boot/fixup_x.dat

-1 Bytes
Binary file not shown.

boot/kernel.img

0 Bytes
Binary file not shown.

boot/kernel7.img

-1.69 KB
Binary file not shown.

boot/overlays/README

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,15 @@ Params: gpio GPIO pin to trigger on (default 3)
619619
keycode Set the key code for the button
620620

621621

622+
Name: gpio-no-bank0-irq
623+
Info: Use this overlay to disable GPIO interrupts for GPIOs in bank 0 (0-27),
624+
which can be useful for UIO drivers.
625+
N.B. Using this overlay will trigger a kernel WARN during booting, but
626+
this can safely be ignored - the system should work as expected.
627+
Load: dtoverlay=gpio-no-bank0-irq
628+
Params: <None>
629+
630+
622631
Name: gpio-no-irq
623632
Info: Use this overlay to disable all GPIO interrupts, which can be useful
624633
for user-space GPIO edge detection systems.
@@ -1596,9 +1605,16 @@ Params: touchscreen-size-x Touchscreen X resolution (default 800)
15961605

15971606

15981607
Name: rpi-poe
1599-
Info: Raspberry Pi POE HAT
1600-
Load: dtoverlay=rpi-poe
1601-
Params: <None>
1608+
Info: Raspberry Pi PoE HAT fan
1609+
Load: dtoverlay=rpi-poe,<param>[=<val>]
1610+
Params: poe_fan_temp0 Temperature (in millicelcius) at which the fan
1611+
turns on (default 50000)
1612+
poe_fan_temp0_hyst Temperature delta (in millicelcius) at which
1613+
the fan turns off (default 5000)
1614+
poe_fan_temp1 Temperature (in millicelcius) at which the fan
1615+
speeds up (default 55000)
1616+
poe_fan_temp1_hyst Temperature delta (in millicelcius) at which
1617+
the fan slows down (default 5000)
16021618

16031619

16041620
Name: rpi-proto

boot/overlays/gpio-fan.dtbo

0 Bytes
Binary file not shown.

boot/overlays/gpio-no-bank0-irq.dtbo

274 Bytes
Binary file not shown.

boot/overlays/rpi-poe.dtbo

80 Bytes
Binary file not shown.

boot/start.elf

8.91 KB
Binary file not shown.

boot/start_cd.elf

0 Bytes
Binary file not shown.

boot/start_db.elf

9.94 KB
Binary file not shown.

boot/start_x.elf

8.91 KB
Binary file not shown.

documentation/ilcomponents/audio_capture.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/audio_decode.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/audio_encode.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/audio_lowpower.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/audio_mixer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/audio_processor.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/audio_render.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/audio_splitter.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/camera.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/clock.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/egl_render.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/hvs.html

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
<html>
2+
<head>
3+
<title>hvs</title>
4+
<body>
5+
<table border="0" cellpadding="10"><tr valign="top"><td>
6+
<table border="0" cellspacing="0" cellpadding="1"><tr>
7+
<td bgcolor="#e0c0c0"><a href="index.html">Top</a><br>
8+
<tr><td bgcolor="#c0e0e0">
9+
<a href="audio_capture.html">audio_capture</a><br>
10+
<a href="audio_decode.html">audio_decode</a><br>
11+
<a href="audio_encode.html">audio_encode</a><br>
12+
<a href="audio_lowpower.html">audio_lowpower</a><br>
13+
<a href="audio_mixer.html">audio_mixer</a><br>
14+
<a href="audio_processor.html">audio_processor</a><br>
15+
<a href="audio_render.html">audio_render</a><br>
16+
<a href="audio_splitter.html">audio_splitter</a><br>
17+
<tr><td bgcolor="#e0c0c0">
18+
<a href="image_decode.html">image_decode</a><br>
19+
<a href="image_encode.html">image_encode</a><br>
20+
<a href="image_fx.html">image_fx</a><br>
21+
<a href="resize.html">resize</a><br>
22+
<a href="source.html">source</a><br>
23+
<a href="transition.html">transition</a><br>
24+
<tr><td bgcolor="#c0e0e0">
25+
<a href="clock.html">clock</a><br>
26+
<a href="null_sink.html">null_sink</a><br>
27+
<a href="text_scheduler.html">text_scheduler</a><br>
28+
<a href="visualisation.html">visualisation</a><br>
29+
<tr><td bgcolor="#e0c0c0">
30+
<a href="camera.html">camera</a><br>
31+
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
33+
<a href="isp.html">isp</a><br>
34+
<a href="rawcam.html">rawcam</a><br>
35+
<a href="video_decode.html">video_decode</a><br>
36+
<a href="video_encode.html">video_encode</a><br>
37+
<a href="video_render.html">video_render</a><br>
38+
<a href="video_scheduler.html">video_scheduler</a><br>
39+
<a href="video_splitter.html">video_splitter</a><br>
40+
<tr><td bgcolor="#c0e0e0">
41+
<a href="prop.html">Custom Index</a><br>
42+
<a href="metadata.html">Metadata</a><br>
43+
</table><td>
44+
45+
<h1>OMX.broadcom.hvs</h1>
46+
<p>
47+
<p>
48+
This component wraps the HVS (Hardware Video Scalar) hardware block to
49+
offer hardware accelerated format conversion, blending, and resizing.
50+
It has four inputs port taking numerous different formats, and one output port
51+
which supports various RGB formats.
52+
<p>
53+
Port 380 can be considered the master input port. When both ports 380 and 385
54+
have a bufferthen the component will generate the output buffer based on the
55+
current set of buffers and parameters.
56+
The additional input ports are used for providing extra items to be composed
57+
into the output image. The ports are double-bufferred, only returning a buffer
58+
once a new one has been sent to replace it. Sending an empty buffer to
59+
these ports will return the current buffer and stop that port contributing to
60+
the output image.
61+
<p>
62+
Please note that this component has been developed for use under MMAL. It has
63+
not been tested at all under IL, so there may be unexpected behaviour under IL.
64+
It is also not considered to be production quality code yet - please use with caution.
65+
<p>
66+
<p>
67+
<table border="1" cellspacing="0" cellpadding="2"><tr><td>Port<td>Index<td>Notes
68+
<tr valign="top"><td rowspan="6">380 381 382 383 384<td><tt>OMX_IndexParamPortDefinition</tt>
69+
<td> Set this to control the geometry and format of the input buffers.
70+
The stripe height requirements vary based on format, but must be
71+
>= <tt>nFrameHeight</tt>.
72+
As an exception to the IL spec, this component supports updating this parameter
73+
in any state. Buffer presented to the port will be interpreted with the settings
74+
defined when the buffer is presented.
75+
<tr valign="top"><td><tt><a href="prop.html#OMX_IndexConfigDisplayRegion">OMX_IndexConfigDisplayRegion</a></tt>
76+
<td> Setting this config allows control over how buffers passed on that port
77+
contribute to the output frame.
78+
Source rectangles may currently not take into account any cropping required by
79+
a decoder.
80+
It does not support the OMX_DISPLAY_MODE_FILL and OMX_DISPLAY_MODE_LETTERBOX
81+
flags.
82+
It assumes that OMX_DISPLAY_SET_NOASPECT is set, ie it will distort the image to
83+
map the source/source rectangle into the destination rectangle.
84+
Buffers will be displayed with the value of OMX_IndexConfigDisplayRegion set at
85+
the point the buffer is submitted, even if it is subsequently updated.
86+
<tr valign="top"><td><tt><a href="prop.html#OMX_IndexParamColorSpace">OMX_IndexParamColorSpace</a></tt>
87+
<td> Set/retrieve the image colour space settings that images received on
88+
this port should be rendered with.
89+
<tr valign="top"><td><tt><a href="prop.html#OMX_IndexParamCameraPoolToEncoderFunction">OMX_IndexParamCameraPoolToEncoderFunction</a></tt>
90+
<td> Used to set up proprietary communication with the previous component.
91+
<tr valign="top"><td><tt><a href="prop.html#OMX_IndexConfigBrcmUseProprietaryCallback">OMX_IndexConfigBrcmUseProprietaryCallback</a></tt>
92+
<td> Forces use of proprietary tunnelling between ports.
93+
<tr valign="top"><td><tt><a href="prop.html#OMX_IndexParamBrcmSupportsUnalignedSliceheight">OMX_IndexParamBrcmSupportsUnalignedSliceheight</a></tt>
94+
<td> Retrieves the capabilites of this component to allow any
95+
nSliceHeight value >= nHeight.
96+
<tr valign="top"><td rowspan="1">385<td><tt>OMX_IndexParamPortDefinition</tt>
97+
<td> Set / query this to control the geometry and format of the output buffers.
98+
<tr valign="top"><td rowspan="2">380 381 382 383 384 385<td><tt><a href="prop.html#OMX_IndexParamMinimumAlignment">OMX_IndexParamMinimumAlignment</a></tt>
99+
<td> Query the minimum alignment that the component requries on the port.
100+
<tr valign="top"><td><tt>OMX_IndexParamVideoPortFormat</tt>
101+
<td> Set / query the image port format used.
102+
</table>
103+
104+
</table>
105+
</body>
106+
</html>

documentation/ilcomponents/image_decode.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/image_encode.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/image_fx.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ <h1>VMCS-X OpenMAX IL Components</h1>
213213
<tr><td border="1" port="221" bgcolor="red">221</td></tr>
214214
</table></td>
215215
</tr></table></a>
216+
<p><a href="hvs.html"></a>
216217
<p><a href="isp.html"></a>
217218
<p><a href="rawcam.html"><table cellspacing="0" cellpadding="2"><tr>
218219
<td bgcolor="grey" border="1">rawcam</td> <td cellpadding="0">

documentation/ilcomponents/isp.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/metadata.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/null_sink.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/prop.html

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>
@@ -513,7 +514,7 @@ <h1>Broadcom Custom Index List</h1>
513514

514515
<a name="OMX_IndexConfigBrcmUseProprietaryCallback"><h2>Force use of proprietary callback</h2></a>
515516
<tt>OMX_IndexConfigBrcmUseProprietaryCallback</tt><br>
516-
Used by: <a href="image_encode.html">image_encode</a>, <a href="image_fx.html">image_fx</a>, <a href="resize.html">resize</a>, <a href="null_sink.html">null_sink</a>, <a href="isp.html">isp</a>, <a href="video_encode.html">video_encode</a>, <a href="video_render.html">video_render</a>, <a href="video_splitter.html">video_splitter</a><p>
517+
Used by: <a href="image_encode.html">image_encode</a>, <a href="image_fx.html">image_fx</a>, <a href="resize.html">resize</a>, <a href="null_sink.html">null_sink</a>, <a href="hvs.html">hvs</a>, <a href="isp.html">isp</a>, <a href="video_encode.html">video_encode</a>, <a href="video_render.html">video_render</a>, <a href="video_splitter.html">video_splitter</a><p>
517518

518519
This index uses the standard IL structure <tt>OMX_CONFIG_BRCMUSEPROPRIETARYTUNNELTYPE</tt><p>
519520

@@ -1297,7 +1298,7 @@ <h1>Broadcom Custom Index List</h1>
12971298
</dl>
12981299
<a name="OMX_IndexConfigDisplayRegion"><h2>Display Region</h2></a>
12991300
<tt>OMX_IndexConfigDisplayRegion</tt><br>
1300-
Used by: <a href="video_render.html">video_render</a><p>
1301+
Used by: <a href="hvs.html">hvs</a>, <a href="video_render.html">video_render</a><p>
13011302

13021303
<pre>
13031304
typedef enum OMX_DISPLAYTRANSFORMTYPE{
@@ -1346,6 +1347,14 @@ <h1>Broadcom Custom Index List</h1>
13461347
OMX_DISPLAY_SET_DUMMY = 0x7FFFFFFF
13471348
} OMX_DISPLAYSETTYPE;
13481349

1350+
typedef enum OMX_DISPLAYASPECTFLAGSTYPE {
1351+
OMX_DISPLAY_ALPHA_FLAGS_NONE = 0,
1352+
// Alpha values are already premultiplied
1353+
OMX_DISPLAY_ALPHA_FLAGS_PREMULT = 130,
1354+
// Mix the per pixel alpha (if present) and the per plane alpha.
1355+
OMX_DISPLAY_ALPHA_FLAGS_MIX = 131,
1356+
} OMX_DISPLAYASPECTFLAGSTYPE;
1357+
13491358
typedef struct OMX_CONFIG_DISPLAYREGIONTYPE {
13501359
OMX_U32 nSize;
13511360
OMX_VERSIONTYPE nVersion;
@@ -2538,7 +2547,7 @@ <h1>Broadcom Custom Index List</h1>
25382547

25392548
<a name="OMX_IndexParamBrcmSupportsUnalignedSliceheight"><h2>Unaligned nSliceHeight support</h2></a>
25402549
<tt>OMX_IndexParamBrcmSupportsUnalignedSliceheight</tt><br>
2541-
Used by: <a href="isp.html">isp</a>, <a href="video_render.html">video_render</a><p>
2550+
Used by: <a href="hvs.html">hvs</a>, <a href="isp.html">isp</a>, <a href="video_render.html">video_render</a><p>
25422551

25432552
This index uses the standard IL structure <tt>OMX_CONFIG_PORTBOOLEANTYPE</tt><p>
25442553

@@ -3145,7 +3154,7 @@ <h1>Broadcom Custom Index List</h1>
31453154
</dl>
31463155
<a name="OMX_IndexParamCameraPoolToEncoderFunction"><h2>Camera and Video Encoder communication</h2></a>
31473156
<tt>OMX_IndexParamCameraPoolToEncoderFunction</tt><br>
3148-
Used by: <a href="image_fx.html">image_fx</a>, <a href="resize.html">resize</a>, <a href="null_sink.html">null_sink</a>, <a href="camera.html">camera</a>, <a href="isp.html">isp</a>, <a href="video_encode.html">video_encode</a>, <a href="video_render.html">video_render</a>, <a href="video_splitter.html">video_splitter</a><p>
3157+
Used by: <a href="image_fx.html">image_fx</a>, <a href="resize.html">resize</a>, <a href="null_sink.html">null_sink</a>, <a href="camera.html">camera</a>, <a href="hvs.html">hvs</a>, <a href="isp.html">isp</a>, <a href="video_encode.html">video_encode</a>, <a href="video_render.html">video_render</a>, <a href="video_splitter.html">video_splitter</a><p>
31493158

31503159
<pre>
31513160
typedef struct OMX_PARAM_CAMERAPOOLTOENCODERFUNCTIONTYPE {
@@ -3428,7 +3437,7 @@ <h1>Broadcom Custom Index List</h1>
34283437

34293438
<a name="OMX_IndexParamColorSpace"><h2>Colour space information</h2></a>
34303439
<tt>OMX_IndexParamColorSpace</tt><br>
3431-
Used by: <a href="image_decode.html">image_decode</a>, <a href="camera.html">camera</a>, <a href="isp.html">isp</a>, <a href="video_decode.html">video_decode</a>, <a href="video_render.html">video_render</a><p>
3440+
Used by: <a href="image_decode.html">image_decode</a>, <a href="camera.html">camera</a>, <a href="hvs.html">hvs</a>, <a href="isp.html">isp</a>, <a href="video_decode.html">video_decode</a>, <a href="video_render.html">video_render</a><p>
34323441

34333442
<pre>
34343443
typedef enum OMX_COLORSPACETYPE
@@ -3647,7 +3656,7 @@ <h1>Broadcom Custom Index List</h1>
36473656

36483657
<a name="OMX_IndexParamMinimumAlignment"><h2>Query component alignment requirements.</h2></a>
36493658
<tt>OMX_IndexParamMinimumAlignment</tt><br>
3650-
Used by: <a href="isp.html">isp</a>, <a href="video_encode.html">video_encode</a>, <a href="video_render.html">video_render</a><p>
3659+
Used by: <a href="hvs.html">hvs</a>, <a href="isp.html">isp</a>, <a href="video_encode.html">video_encode</a>, <a href="video_render.html">video_render</a><p>
36513660

36523661
This index uses the standard IL structure <tt>OMX_PARAM_MINALIGNTYPE</tt><p>
36533662

documentation/ilcomponents/rawcam.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/resize.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/source.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

documentation/ilcomponents/text_scheduler.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<tr><td bgcolor="#e0c0c0">
3030
<a href="camera.html">camera</a><br>
3131
<a href="egl_render.html">egl_render</a><br>
32+
<a href="hvs.html">hvs</a><br>
3233
<a href="isp.html">isp</a><br>
3334
<a href="rawcam.html">rawcam</a><br>
3435
<a href="video_decode.html">video_decode</a><br>

0 commit comments

Comments
 (0)