hi_pic_info

Description

Defines the image information.

Prototype

hi_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, start virtual address of an image in the device buffer.

picture_buffer_size

Int, size of the buffer for storing images, in bytes.

picture_width

Int, image width.

picture_height

Int, image height.

picture_width_stride

Int, image width stride.

picture_height_stride

Int, image height stride.

picture_format

Int, image format.