|
SemiDrive SSDK Appication Program Interface PTG3.0
|
#include <g2dlite.h>
Data Fields | |
| u32 | width |
| u32 | height |
| u32 | fmt |
| u64 | o_x |
| u64 | o_y |
| u64 | addr [4] |
| u32 | stride [4] |
| u32 | rotation |
| u64 addr[4] |
output image memory address, correspinding to YUVA four-component address respectively
| u32 fmt |
output image format
| u32 height |
the height of the output image
| u64 o_x |
output image start x position in output buffer
| u64 o_y |
output image start y position in output buffer
| u32 rotation |
output image rotation mode
| u32 stride[4] |
output image component pitch value
| u32 width |
the width of the output image