Vision Apps User Guide
app_codec_wrapper_params_t Struct Reference

Detailed Description

Init parameters.

Data Fields

char m_AppSrcNameArr [CODEC_MAX_NUM_CHANNELS][CODEC_MAX_LEN_ELEM_NAME]
 
int32_t in_width
 
int32_t in_height
 
char in_format [8]
 
uint8_t in_num_planes
 
uint8_t in_num_channels
 
uint8_t in_buffer_depth
 
char m_AppSinkNameArr [CODEC_MAX_NUM_CHANNELS][CODEC_MAX_LEN_ELEM_NAME]
 
int32_t out_width
 
int32_t out_height
 
char out_format [8]
 
uint8_t out_num_planes
 
uint8_t out_num_channels
 
uint8_t out_buffer_depth
 
char m_cmdString [CODEC_MAX_LEN_CMD_STR]
 
int32_t appEncode
 
int32_t appDecode
 

Field Documentation

◆ m_AppSrcNameArr

char app_codec_wrapper_params_t::m_AppSrcNameArr[CODEC_MAX_NUM_CHANNELS][CODEC_MAX_LEN_ELEM_NAME]

◆ in_width

int32_t app_codec_wrapper_params_t::in_width

◆ in_height

int32_t app_codec_wrapper_params_t::in_height

◆ in_format

char app_codec_wrapper_params_t::in_format[8]

◆ in_num_planes

uint8_t app_codec_wrapper_params_t::in_num_planes

◆ in_num_channels

uint8_t app_codec_wrapper_params_t::in_num_channels

◆ in_buffer_depth

uint8_t app_codec_wrapper_params_t::in_buffer_depth

◆ m_AppSinkNameArr

char app_codec_wrapper_params_t::m_AppSinkNameArr[CODEC_MAX_NUM_CHANNELS][CODEC_MAX_LEN_ELEM_NAME]

◆ out_width

int32_t app_codec_wrapper_params_t::out_width

◆ out_height

int32_t app_codec_wrapper_params_t::out_height

◆ out_format

char app_codec_wrapper_params_t::out_format[8]

◆ out_num_planes

uint8_t app_codec_wrapper_params_t::out_num_planes

◆ out_num_channels

uint8_t app_codec_wrapper_params_t::out_num_channels

◆ out_buffer_depth

uint8_t app_codec_wrapper_params_t::out_buffer_depth

◆ m_cmdString

char app_codec_wrapper_params_t::m_cmdString[CODEC_MAX_LEN_CMD_STR]

◆ appEncode

int32_t app_codec_wrapper_params_t::appEncode

◆ appDecode

int32_t app_codec_wrapper_params_t::appDecode