_NvOSD_TextParams¶
-
struct
_NvOSD_TextParams
Holds parameters of text to be overlayed.
Public Members
-
char *
display_text
Holds the text to be overlayed.
-
unsigned int
x_offset
Holds the text’s horizontal offset from the top left pixel of the frame.
-
unsigned int
y_offset
Holds the text’s vertical offset from the top left pixel of the frame.
-
NvOSD_FontParams
font_params
Holds the font parameters of the text to be overlaid.
-
int
set_bg_clr
Holds a Boolean; true if the text has a background color.
-
NvOSD_ColorParams
text_bg_clr
Holds the text’s background color, if specified.
-
char *