L4T Multimedia API Reference

28.1 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
_NvOSD_TextParams Struct Reference

Detailed Description

Holds the text parameters of the text to be overlayed.

Definition at line 95 of file nvosd.h.

Collaboration diagram for _NvOSD_TextParams:

Data Fields

char * display_text
 Holds the text to be overlayed. More...
 
unsigned int x_offset
 Holds horizontal offset w.r.t top left pixel of the frame. More...
 
unsigned int y_offset
 Holds vertical offset w.r.t top left pixel of the frame. More...
 
NvOSD_FontParams font_params
 font_params. More...
 
int set_bg_clr
 Boolean to indicate text has background color. More...
 
NvOSD_ColorParams text_bg_clr
 Background color for text. More...
 

Field Documentation

char* _NvOSD_TextParams::display_text

Holds the text to be overlayed.

Definition at line 96 of file nvosd.h.

NvOSD_FontParams _NvOSD_TextParams::font_params

font_params.

Definition at line 103 of file nvosd.h.

int _NvOSD_TextParams::set_bg_clr

Boolean to indicate text has background color.

Definition at line 105 of file nvosd.h.

NvOSD_ColorParams _NvOSD_TextParams::text_bg_clr

Background color for text.

Definition at line 107 of file nvosd.h.

unsigned int _NvOSD_TextParams::x_offset

Holds horizontal offset w.r.t top left pixel of the frame.

Definition at line 98 of file nvosd.h.

unsigned int _NvOSD_TextParams::y_offset

Holds vertical offset w.r.t top left pixel of the frame.

Definition at line 100 of file nvosd.h.


The documentation for this struct was generated from the following file: