_NvOSD_RectParams¶
-
struct
_NvOSD_RectParams¶ Holds the box parameters of the box to be overlayed.
Public Members
-
float
left¶ Holds the box’s left coordinate in pixels.
-
float
top¶ Holds the box’s top coordinate in pixels.
-
float
width¶ Holds the box’s width in pixels.
-
float
height¶ Holds the box’s height in pixels.
-
unsigned int
border_width¶ Holds the box’s border width in pixels.
-
NvOSD_ColorParams
border_color¶ Holds the box’s border color.
-
unsigned int
has_bg_color¶ Holds a Boolean; true if the box has a background color.
-
unsigned int
reserved¶ Holds a field reserved for future use.
-
NvOSD_ColorParams
bg_color¶ Holds the box’s background color.
-
float