L4T Multimedia API Reference

32.1 Release

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

Detailed Description

Holds the box parameters of the line to be overlayed.

Definition at line 149 of file nvosd.h.

Collaboration diagram for _NvOSD_LineParams:

Data Fields

unsigned int x1
 Holds left coordinate of the box in pixels. More...
 
unsigned int y1
 Holds top coordinate of the box in pixels. More...
 
unsigned int x2
 Holds width of the box in pixels. More...
 
unsigned int y2
 Holds height of the box in pixels. More...
 
unsigned int line_width
 Holds border_width of the box in pixels. More...
 
NvOSD_ColorParams line_color
 Holds color params of the border of the box. More...
 

Field Documentation

NvOSD_ColorParams _NvOSD_LineParams::line_color

Holds color params of the border of the box.

Definition at line 160 of file nvosd.h.

unsigned int _NvOSD_LineParams::line_width

Holds border_width of the box in pixels.

Definition at line 158 of file nvosd.h.

unsigned int _NvOSD_LineParams::x1

Holds left coordinate of the box in pixels.

Definition at line 150 of file nvosd.h.

unsigned int _NvOSD_LineParams::x2

Holds width of the box in pixels.

Definition at line 154 of file nvosd.h.

unsigned int _NvOSD_LineParams::y1

Holds top coordinate of the box in pixels.

Definition at line 152 of file nvosd.h.

unsigned int _NvOSD_LineParams::y2

Holds height of the box in pixels.

Definition at line 156 of file nvosd.h.


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