★ PROGRAMMER'S GUIDE ★ CD communication I / F (MPEG part)| Controllable items | |
|---|---|
![]() | 《Transfer block》 ・ Registration of stream to be played ・ Registration of stream to be played next ・ Transfer of stream data ・ Forced switching of video |
![]() | 《Decode block》 -Start decoding-Stop decoding-Clear data in the decoder buffer |
![]() | 《Display block》 ・ Switching decoding timing ・ Setting and canceling video pauses ・ Setting and canceling video freezes ・ Switching output destinations |

VBV buffer MPEG frame buffer ┌────┬─┬──┐ ┌────┐ ┌─┬──┬───┬───┐ │ │ | │ → │ Decoder │ → │ | │ │ │ │ └────┴─┴──┘└────┘└─┴──┴───┴───┘ Undecoded ↑↑ │ Decoded │ Start next picture
VBV buffer MPEG frame buffer ┌────┬────┐ ┌────┐ ┌─┬──┬───┬───┐ │ │ │ → │ Decoder │ → │ | │ │ │ │ └────┴────┘└────┘└─┴──┴───┴───┘ ↑↑ Start next picture Decoding of the picture in process is complete
| Status | Switch status | explanation | ||
|---|---|---|---|---|
| Pause | Freeze | |||
| 1 | Normal playback | Closed | Closed | It is playing normally. |
| 2 | Pause | Open | Closed | The video is stopped. The image data is stopped at the pause switch. |
| 3 | Freeze | Closed | Open | The video is stopped. The image data is discarded from the freeze switch. |
| Four | Pause& | Open | Open | The video is stopped. The image data is stopped at the pause switch. Even if the pause is released, it freezes and the video does not resume playing. |
Figure 4.3 State transition diagram of MPEG / Video display block
| Controllable items | |
|---|---|
![]() | 《Transfer block》 -Registration of the stream to be played-Registration of the stream to be played next-Transfer of stream data-Switching of streams-Setting of stream number and channel number |
![]() | 《Decode block》 -Start decoding-Stop decoding-Mute audio |
Figure 4.5 Multilingual playback
Buffer partition ┌────┬────┬────┬────┬────┬────┬────┐ ┌────┐ │ CN = 3 │ CN = 2 │ CN = 1 │ CN = 3 │ CN = 2 │ CN = 1 │ CN = 3 │ CN = 1 │ Decoder │ │ France │ English │ Japanese │ French │ English │ Japanese │ French │ → │ │ │ └────┴────┴────┴────┴────┴────┴────┘└────┘ An example of playing Japanese with channel number 1 (CN = 1) is shown. French and English audio data will be discarded as the Japanese data is played.
★ PROGRAMMER'S GUIDE ★ CD communication I / F (MPEG part)