Difference between revisions of "MVDSTD:ControlFrameRendering"

From 3dbrew
Jump to navigation Jump to search
(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 |...")
 
 
Line 9: Line 9:
 
|-
 
|-
 
| 1
 
| 1
| u8 type: 0 = start, 1 = stop.
+
| s8 type(bool): 0 = start, non-zero = stop.
 
|-
 
|-
 
| 6
 
| 6

Latest revision as of 15:46, 20 April 2016

Request[edit]

Index Word Description
0 Header code [0x00090042]
1 s8 type(bool): 0 = start, non-zero = stop.
6 Value 0x0
7 KProcess handle

Response[edit]

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

Description[edit]

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.