Macros

#define NV_TAGCAT_APP   0x4000
 
#define NV_TAG_APP(idx)   (NV_TAGCAT_APP | ((idx) & 0x3FFF))
 

Detailed Description

Macro Definition Documentation

◆ NV_TAG_APP

#define NV_TAG_APP (   idx)    (NV_TAGCAT_APP | ((idx) & 0x3FFF))

Get NVDS tag for user application. The values of Tag 0x0000 and 0xFFFF are invalid. Idx should not be used as the parameter of NVDS APIs directly. The range of idx is 0x0000~0x3FFF.

Definition at line 60 of file gr533x_nvds.h.

◆ NV_TAGCAT_APP

#define NV_TAGCAT_APP   0x4000

NVDS tag mask for user application.

Definition at line 56 of file gr533x_nvds.h.