MVDSTD:ControlFrameRendering

From 3dbrew
Revision as of 04:58, 20 April 2016 by Yellows8 (talk | contribs) (Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00090042] |- | 1 | u8 type: 0 = start, 1 = stop. |- | 6 | Value 0x0 |- | 7 |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Request

Index Word Description
0 Header code [0x00090042]
1 u8 type: 0 = start, 1 = stop.
6 Value 0x0
7 KProcess handle

Response

Index Word Description
0 Header code
1 Resultcode
2-17 Output state

Description

This starts/stops rendering to the final output frame buffer specified via the config. The latter is only used when running MVDSTD shutdown.

This seems to return the MVD OK status value once finished(this returns the Busy value otherwise).

This is only used for H.264, not color-conversion.