_NvOSD_ArrowParams¶
-
struct
_NvOSD_ArrowParams
¶ Holds arrow parameters to be overlaid.
Public Members
-
unsigned int
x1
¶ Holds the start horizontal coordinate in pixels.
-
unsigned int
y1
¶ Holds the start vertical coordinate in pixels.
-
unsigned int
x2
¶ Holds the end horizontal coordinate in pixels.
-
unsigned int
y2
¶ Holds the end vertical coordinate in pixels.
-
unsigned int
arrow_width
¶ Holds the arrow shaft width in pixels.
-
NvOSD_Arrow_Head_Direction
arrow_head
¶ Holds the arrowhead position.
-
NvOSD_ColorParams
arrow_color
¶ Holds color parameters of the arrow box.
-
unsigned int
reserved
¶ Reserved for future use; currently for internal use only.
-
unsigned int