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 |
| vg_lite_int32_t vg_lite_fc_buffer_t::width |
| vg_lite_int32_t vg_lite_fc_buffer_t::height |
Width of the buffer in pixels.
| vg_lite_int32_t vg_lite_fc_buffer_t::stride |
height of the buffer in pixels.
| 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.
| vg_lite_pointer vg_lite_fc_buffer_t::memory |
The memory handle of the buffer's memory as allocated by the VGLite kernel.
| vg_lite_uint32_t vg_lite_fc_buffer_t::address |
The logical pointer to the buffer's memory for the CPU.
| vg_lite_uint32_t vg_lite_fc_buffer_t::color |
The address to the buffer's memory for the hardware.