OH_Huks_ParamSet

Overview

Defines the structure of the parameter set.

Since: 9

Related Modules:

HuksTypeApi

Summary

Member Variables

Name Description
paramSetSize Memory size of the parameter set.
paramsCnt Number of parameters in the parameter set.
params [] Parameter array.

Member Variable Description

params

struct OH_Huks_Param OH_Huks_ParamSet::params[]

Description
Parameter array.

paramsCnt

uint32_t OH_Huks_ParamSet::paramsCnt

Description
Number of parameters in the parameter set.

paramSetSize

uint32_t OH_Huks_ParamSet::paramSetSize

Description
Memory size of the parameter set.