TIOVX User Guide
tivx_utils_meta_format_t Struct Reference

Meta Format object internal state. More...

#include <tivx_utils_ipc_ref_xfer.h>

Data Fields

vx_enum type
 The type of meta data. More...
 
struct {
   vx_uint32   width
 The width of the 0th image in pixels. More...
 
   vx_uint32   height
 The vx_df_image_e format of the image.
 
   vx_df_image   format
 The number of scale levels.
 
   vx_size   levels
 The ratio between each level.
 
   vx_float32   scale
 Number of data planes in image.
 
pmd
 structure containing information about array used when type is set to VX_TYPE_ARRAY
 
struct {
   vx_enum   item_type
 The type of the Array items. More...
 
arr
 structure containing information about convolution used when type is set to VX_TYPE_CONVOLUTION
 
struct {
   vx_size   rows
 
   vx_size   cols
 
conv
 structure containing information about matrix used when type is set to VX_TYPE_MATRIX
 
struct {
   vx_enum   type
 
   vx_size   rows
 
   vx_size   cols
 
mat
 structure containing information about distribution used when type is set to VX_TYPE_DISTRIBUTION
 
struct {
   vx_size   bins
 
   vx_int32   offset
 
   vx_uint32   range
 
dist
 structure containing information about tensor used when type is set to VX_TYPE_TENSOR
 
struct {
   vx_size   number_of_dimensions
 The number of dimensions in the tensor.
 
   vx_size   dimensions [TIVX_CONTEXT_MAX_TENSOR_DIMS]
 The size of all dimensions.
 
   vx_enum   data_type
 The data type of tensor.
 
   vx_int8   fixed_point_position
 The fixed point precision of the tensor.
 
tensor
 structure containing information about user data object used when type is set to VX_TYPE_USER_DATA_OBJECT
 
struct {
   vx_char   type_name [VX_MAX_REFERENCE_NAME]
 The type name of the user data object. More...
 
user_data_object
 structure containing information about raw image used when type is set to TIVX_TYPE_RAW_IMAGE
 

Detailed Description

Meta Format object internal state.

Definition at line 94 of file tivx_utils_ipc_ref_xfer.h.

Field Documentation

◆ type

vx_enum tivx_utils_meta_format_t::type

The type of meta data.

<structure containing information about image used when type is set to VX_TYPE_IMAGE

The value type of the matrix

Definition at line 97 of file tivx_utils_ipc_ref_xfer.h.

◆ width

vx_uint32 tivx_utils_meta_format_t::width

The width of the image in pixels.

The width of the 0th image in pixels.

<The height of the image in pixels

<The height of the 0th image in pixels.

Definition at line 103 of file tivx_utils_ipc_ref_xfer.h.

◆ height

vx_uint32 tivx_utils_meta_format_t::height

The format of the image.

The vx_df_image_e format of the image.

Definition at line 105 of file tivx_utils_ipc_ref_xfer.h.

◆ format

vx_df_image tivx_utils_meta_format_t::format

Number of data planes in image.

The number of scale levels.

Definition at line 107 of file tivx_utils_ipc_ref_xfer.h.

◆ item_type

vx_enum tivx_utils_meta_format_t::item_type

The type of the Array items.

<The capacity of the Array

Definition at line 131 of file tivx_utils_ipc_ref_xfer.h.

◆ rows

vx_size tivx_utils_meta_format_t::rows

The M dimension of the matrix

Definition at line 140 of file tivx_utils_ipc_ref_xfer.h.

◆ cols

vx_size tivx_utils_meta_format_t::cols

The N dimension of the matrix

Definition at line 142 of file tivx_utils_ipc_ref_xfer.h.

◆ bins

vx_size tivx_utils_meta_format_t::bins

Indicates the number of bins.

Definition at line 160 of file tivx_utils_ipc_ref_xfer.h.

◆ offset

vx_int32 tivx_utils_meta_format_t::offset

Indicates the start of the values to use (inclusive).

Definition at line 162 of file tivx_utils_ipc_ref_xfer.h.

◆ range

vx_uint32 tivx_utils_meta_format_t::range

Indicates the total number of the consecutive values of the distribution interval.

Definition at line 164 of file tivx_utils_ipc_ref_xfer.h.

◆ type_name

vx_char tivx_utils_meta_format_t::type_name[VX_MAX_REFERENCE_NAME]

The type name of the user data object.

<The size in bytes of the user data object

Definition at line 184 of file tivx_utils_ipc_ref_xfer.h.


The documentation for this struct was generated from the following file: