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 |
char app_codec_wrapper_params_t::m_AppSrcNameArr[CODEC_MAX_NUM_CHANNELS][CODEC_MAX_LEN_ELEM_NAME] |
int32_t app_codec_wrapper_params_t::in_width |
int32_t app_codec_wrapper_params_t::in_height |
char app_codec_wrapper_params_t::in_format[8] |
uint8_t app_codec_wrapper_params_t::in_num_planes |
uint8_t app_codec_wrapper_params_t::in_num_channels |
uint8_t app_codec_wrapper_params_t::in_buffer_depth |
char app_codec_wrapper_params_t::m_AppSinkNameArr[CODEC_MAX_NUM_CHANNELS][CODEC_MAX_LEN_ELEM_NAME] |
int32_t app_codec_wrapper_params_t::out_width |
int32_t app_codec_wrapper_params_t::out_height |
char app_codec_wrapper_params_t::out_format[8] |
uint8_t app_codec_wrapper_params_t::out_num_planes |
uint8_t app_codec_wrapper_params_t::out_num_channels |
uint8_t app_codec_wrapper_params_t::out_buffer_depth |
char app_codec_wrapper_params_t::m_cmdString[CODEC_MAX_LEN_CMD_STR] |
int32_t app_codec_wrapper_params_t::appEncode |
int32_t app_codec_wrapper_params_t::appDecode |