Macros

#define NV_TAGCAT_APP   0x4000
 NVDS tag mask for user application. More...
 
#define NV_TAG_APP(idx)   (NV_TAGCAT_APP | ((idx) & 0x3FFF))
 Get NVDS tag for user application. More...
 

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 0x0001~0x3FFF.

Definition at line 62 of file gr55xx_nvds.h.

◆ NV_TAGCAT_APP

#define NV_TAGCAT_APP   0x4000

NVDS tag mask for user application.

Definition at line 56 of file gr55xx_nvds.h.