_NvOSD_LineParams¶
-
struct
_NvOSD_LineParams
Holds the box parameters of a line to be overlayed.
Public Members
-
unsigned int
x1
Holds the box’s left coordinate in pixels.
-
unsigned int
y1
Holds the box’s top coordinate in pixels.
-
unsigned int
x2
Holds the box’s width in pixels.
-
unsigned int
y2
Holds the box’s height in pixels.
-
unsigned int
line_width
Holds the box’s border width in pixels.
-
NvOSD_ColorParams
line_color
Holds the box’s border color.
-
unsigned int