hi_vpc_pic_info

Description

Defines the image information of VPC.

Prototype

typedef struct {
    hi_void* picture_address;
    hi_u32 picture_buffer_size;
    hi_u32 picture_width;
    hi_u32 picture_height;
    hi_u32 picture_width_stride;
    hi_u32 picture_height_stride;
    hi_pixel_format picture_format;
} hi_vpc_pic_info;

Members

Member

Description

picture_address

Image buffer address on the device.

picture_buffer_size

Image buffer size.

picture_width

Image width.

picture_height

Image height.

picture_width_stride

Image width stride.

picture_height_stride

Image height stride.

picture_format

Destination image format.