DvppImageOutput
Function
Defines the DVPP image output.
Structure Definition
struct DvppImageOutput {
uint32_t width;
uint32_t height;
int32_t components;
uint32_t widthStride;
uint32_t heightStride;
uint32_t outImgDatasize;
}
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
width |
Output |
Width of the output image. |
height |
Output |
Height of the output image. |
components |
Output |
Number of output image channels. |
widthStride |
Output |
Width of the output aligned image. |
heightStride |
Output |
Height of the output aligned image. |
outImgDatasize |
Output |
Output buffer size. |
Parent topic: Data Structure