Difference between revisions of "MVD Services"

From 3dbrew
Jump to navigation Jump to search
Line 4: Line 4:
  
 
==MVD Service "mvd:STD"==
 
==MVD Service "mvd:STD"==
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Command Header
 +
!  Available since system version
 +
!  Description
 +
|-
 +
| 0x00010082
 +
|
 +
| [[MVDSTD:Initialize|Initialize]]
 +
|-
 +
| 0x00020000
 +
|
 +
| [[MVDSTD:Shutdown|Shutdown]]
 +
|}
 +
 
This one uses the I/O mapped @ 0x10207000.
 
This one uses the I/O mapped @ 0x10207000.
  

Revision as of 08:02, 3 November 2014

This is for using the MVD hardware video decoder(unknown whether MVD can do more than decoding). The New_3DS Internet Browser uses mvd:STD for video decoding.

A maximum of 4 sessions can be opened at a time, for all of these services combined.

MVD Service "mvd:STD"

Command Header Available since system version Description
0x00010082 Initialize
0x00020000 Shutdown

This one uses the I/O mapped @ 0x10207000.

This service is used by the New_3DS Internet Browser.

MVD Service "l2b:u"

This one uses the I/O mapped @ 0x10130000.

MVD Service "l2b2:u"

This uses the same command-handler as "l2b:u".

MVD Service "y2r2:u"

This one uses the I/O mapped @ 0x10102000.