DvppImageOutput
Description
Defines the DVPP image output.
Structure Definition
1 2 3 4 5 6 7 8 | struct DvppImageOutput { uint32_t width; uint32_t height; int32_t components; uint32_t widthStride; uint32_t heightStride; uint32_t outImgDatasize; } |
Parameters
Parameter |
Description |
|---|---|
width |
Width of the output image. |
height |
Height of the output image. |
components |
Number of output image channels. |
widthStride |
Width of the output aligned image. |
heightStride |
Height of the output aligned image. |
outImgDatasize |
Output memory size. |
Parent topic: General Data Structures