hi_vpss_nrx_param_auto_v3
Description
Defines the automatic parameters of the 3DNR X interface (V3).
Prototype
typedef struct {
hi_u32 param_num;
hi_u32 *iso;
hi_vpss_nrx_v3 *nrx_param;
} hi_vpss_nrx_param_auto_v3;
Members
Member |
Description |
|---|---|
param_num |
Number of standard parameters configured for the auto NR mode. Value range: [1, 16] Constraints: In automatic mode, you need to allocate memory space for parameters. The number of automatic parameter groups is specified by param_num. You need to allocate memory whose length is greater than or equal to param_num x sizeof(hi_u32) for the ISO, and allocate memory whose length is greater than or equal to param_num x sizeof(hi_vpss_nrx_v3) for nrx_param. |
iso |
Pointer to the ISO array of the automatic NR mode. The ISO value range is [100, 3276800]. The ISO values in the array are in ascending order. |
nrx_param |
Pointer to the standard parameters for the auto NR mode. |
Parent topic: VPSS