PSOC E8XXGP Device Support Library
vg_lite_fc_buffer_t Struct Reference

Data Fields

vg_lite_int32_t width
 
vg_lite_int32_t height
 
vg_lite_int32_t stride
 
vg_lite_pointer handle
 
vg_lite_pointer memory
 
vg_lite_uint32_t address
 
vg_lite_uint32_t color
 

Field Documentation

◆ width

vg_lite_int32_t vg_lite_fc_buffer_t::width

◆ height

vg_lite_int32_t vg_lite_fc_buffer_t::height

Width of the buffer in pixels.

◆ stride

vg_lite_int32_t vg_lite_fc_buffer_t::stride

height of the buffer in pixels.

◆ handle

vg_lite_pointer vg_lite_fc_buffer_t::handle

The number of bytes to move from one line in the buffer to the next line.

◆ memory

vg_lite_pointer vg_lite_fc_buffer_t::memory

The memory handle of the buffer's memory as allocated by the VGLite kernel.

◆ address

vg_lite_uint32_t vg_lite_fc_buffer_t::address

The logical pointer to the buffer's memory for the CPU.

◆ color

vg_lite_uint32_t vg_lite_fc_buffer_t::color

The address to the buffer's memory for the hardware.