Skip to content

Commit f9bc224

Browse files
committed
firmware: video_decode: Ensure all buffers are flushed before port disable completes
1 parent 5d61ab7 commit f9bc224

15 files changed

+4
-1
lines changed

boot/fixup.dat

2 Bytes
Binary file not shown.

boot/fixup4.dat

2 Bytes
Binary file not shown.

boot/fixup4db.dat

6 Bytes
Binary file not shown.

boot/fixup4x.dat

2 Bytes
Binary file not shown.

boot/fixup_db.dat

0 Bytes
Binary file not shown.

boot/fixup_x.dat

2 Bytes
Binary file not shown.

boot/start.elf

96 Bytes
Binary file not shown.

boot/start4.elf

96 Bytes
Binary file not shown.

boot/start4cd.elf

0 Bytes
Binary file not shown.

boot/start4db.elf

256 Bytes
Binary file not shown.

boot/start4x.elf

96 Bytes
Binary file not shown.

boot/start_cd.elf

0 Bytes
Binary file not shown.

boot/start_db.elf

256 Bytes
Binary file not shown.

boot/start_x.elf

128 Bytes
Binary file not shown.

documentation/ilcomponents/video_decode.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ <h1>OMX.broadcom.video_decode</h1>
165165
whether the stream is 2d (1 channel) or stereoscopic (2 channels).
166166
<tr valign="top"><td><tt><a href="prop.html#OMX_IndexParamColorSpace">OMX_IndexParamColorSpace</a></tt>
167167
<td> Retrieve the image colour space of the video produced by this port.
168-
<tr valign="top"><td rowspan="15">&nbsp;<td><tt><a href="prop.html#OMX_IndexParamImagePoolExternal">OMX_IndexParamImagePoolExternal</a></tt>
168+
<tr valign="top"><td rowspan="16">&nbsp;<td><tt><a href="prop.html#OMX_IndexParamImagePoolExternal">OMX_IndexParamImagePoolExternal</a></tt>
169169
<td> Query / set the location of an externally allocated image pool to use
170170
for output frames. Defaults to NULL, causing the component to allocate
171171
a pool when active.
@@ -222,6 +222,9 @@ <h1>OMX.broadcom.video_decode</h1>
222222
<tr valign="top"><td><tt>OMX_IndexConfigBrcmVideoCheckTimestamps</tt>
223223
<td> Query /set whether the codec should sanity check the timestamps to ensure they
224224
always increase.
225+
<tr valign="top"><td><tt>OMX_IndexParamBrcmStopOnColourSpaceAndPARChange</tt>
226+
<td> Query /set whether the codec should stop and wait should either the colour space
227+
or pixel aspect ratio change.
225228
</table>
226229

227230
</table>

0 commit comments

Comments
 (0)