hi_vpc_pic_info

Description

Defines the input and output image information of the VPC function.

Prototype

hi_vpc_pic_info = {"picture_address": picture_address,
                   "picture_buffer_size": picture_buffer_size,
                   "picture_width": picture_width,
                   "picture_height": picture_height,
                   "picture_width_stride": picture_width_stride,
                   "picture_height_stride": picture_height_stride,
                   "picture_format": hi_pixel_format}

Members

Member

Description

picture_address

Int, address for storing image data on the device.

picture_buffer_size

Int, size of the buffer for storing image data.

picture_width

Int, actual image width.

picture_height

Int, actual image height.

picture_width_stride

Int, image width stride.

picture_height_stride

Int, image height stride.

picture_format

Int, destination image format.