★ PROGRAMMER'S GUIDE ★ MPEG library Figure 5.1 Display window and framebuffer window
Visual effects | Parameters to control | effect |
|---|---|---|
zoom | FRX, FRY | Fix the display window and zoom the displayed image. |
scroll | FZX, FZY | Moves the image left, right, up and down without changing the magnification. |
Move | DZX, DZY | Moves the display reference position without changing the zoom point. |
Peeping | DLX, DLY | You can peep at the image in the frame buffer while changing the relative position of the image display. |
wipe | DLX, DLY, DSX, DSY | The size of the display window changes without changing the magnification of the image. |
Expand | DLX, DLY, DSX, DSY | The size of the display window changes as the size of the image changes. |

/ * Outputs a 352 x 240 pixel image to the host at the same magnification * / / * Change display size * / MPG_WnSetSize (mpgwn, (352/2), 240); / * Magnification setting * / MPG_WnSetDispRatio (mpgwn, 2000, 1000); / * Host transfer output execution * /
★ PROGRAMMER'S GUIDE ★ MPEG library