Difference between revisions of "MVDSTD:Initialize"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00010082] |- | 1 | Buffer address |- | 2 | Buffer size |- | 3 | Value 0x0 |- | 4...")
 
Line 12: Line 12:
 
|-
 
|-
 
| 2
 
| 2
| Buffer size
+
| Buffer size, normally from [[MVDSTD:CalculateVideoOutBufSize]].
 
|-
 
|-
 
| 3
 
| 3

Revision as of 08:30, 3 November 2014

Request

Index Word Description
0 Header code [0x00010082]
1 Buffer address
2 Buffer size, normally from MVDSTD:CalculateVideoOutBufSize.
3 Value 0x0
4 KProcess handle

Response

Index Word Description
0 Header code
1 Resultcode

Description

This does MVDSTD initialization. The specified buffer is for storing the output decoded video data. The address(+size) must be within the 0x30000000 LINEAR-memory area.