one | Title | Function | Function name | No |
・MPG_DSCN_NITL | :NTSC non-interlace mode |
・MPG_DSCN_ITL | :NTSC interlace mode |
・MPG_DSCN_PLNITL | :PAL non-interlace mode |
・MPG_DSCN_PLITL | :PAL interlace mode |
procedure | Error code | |
---|---|---|
1 | Perform a soft reset of the CD block (CDC_CdInit function). | If an error occurs, |
2 | Check whether an MPEG cartridge is installed using the CDC_GetHwInfo function. | If not installed, |
3 | If MPEG is not available, the service routine in BOOT ROM | If the check fails, |
4 | Executes MPEG decoder initialization (CDC_MpInit function). | If an error occurs, |
5 | Execute the MPEG interrupt mask setting (CDC_MpSetIntMsk function), | If an error occurs, |
6 | If a constant for PAL is specified for the display scanning method, | If an error occurs, |
CDC_CdInit(0,0,0x05,0x0f);
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
・MPG_VMODE_MOVIE | :movie |
・MPG_VMODE_SPIC | :Still image |
・MPG_VMODE_SPIC_H | : High-definition still image |
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
TRUE | : Preparation for decoding is complete. |
FALSE | : Preparation for decoding is not completed |
・MPG_HDEC_PRE | : Processing before starting decoding |
・MPG_HDEC_EXE | :Waiting to start decoding |
In principle, this function can only be used when decoding the first picture. Decoding after that can be used in streams with picture period M≦3 (excluding the last 3 frames of the stream), but is generally prohibited . |
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
TRUE | : hung up |
FALSE | : Not hung up |
one | Title | Function | Function name | No |
actst | :MPEG operation status (lower 1 byte is valid) |
vcnt | : Operating period (VSYNC) counter (lower 2 bytes are valid) |
pict | : Picture information (lower 1 byte is valid) |
stat_a | :MPEG/Audio status (lower 1 byte is valid) |
stat_v | :MPEG/Video status (lower 2 bytes are valid) |
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |