EdgeAI TIOVX Apps Guide
Buf Struct Reference

Detailed Description

Structure describing a Buffer object.

Collaboration diagram for Buf:
Collaboration graph

Data Fields

BufPool * pool
 Bufferpool to which the buffer belongs to _BufPool. More...
 
vx_int32 buf_index
 Index of the buffer with respect to all the buffers in the pool. More...
 
vx_object_array arr
 Object array for the buffer. More...
 
vx_reference handle
 0th handle of the object array More...
 
vx_int32 num_channels
 Number of channels. More...
 

Field Documentation

◆ pool

BufPool* Buf::pool

Bufferpool to which the buffer belongs to _BufPool.

◆ buf_index

vx_int32 Buf::buf_index

Index of the buffer with respect to all the buffers in the pool.

◆ arr

vx_object_array Buf::arr

Object array for the buffer.

◆ handle

vx_reference Buf::handle

0th handle of the object array

◆ num_channels

vx_int32 Buf::num_channels

Number of channels.