hi_tde_clip_mode

Description

Defines configuration attributes of TDE cropping.

Prototype

typedef enum {
    HI_TDE_CLIP_MODE_NONE = 0,
    HI_TDE_CLIP_MODE_INSIDE,
    HI_TDE_CLIP_MODE_OUTSIDE, 
    HI_TDE_CLIP_MODE_MAX
} hi_tde_clip_mode;

Members

There are the following definitions in the description: S1 refers to bitmap 1, and S2 refers to bitmap 2.

Member

Description

HI_TDE_CLIP_MODE_NONE

No clip on output result.

HI_TDE_CLIP_MODE_INSIDE

Intra-area clip mode.

HI_TDE_CLIP_MODE_OUTSIDE

Extra-area clip mode.

HI_TDE_CLIP_MODE_MAX

Invalid clip mode.