L4T Multimedia API Reference

27.1 Release

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

Detailed Description

Holds the box parameters of the box to be overlayed.

Definition at line 109 of file nvosd.h.

Collaboration diagram for _NvOSD_RectParams:

Data Fields

unsigned int left
 Holds left coordinate of the box in pixels. More...
 
unsigned int top
 Holds top coordinate of the box in pixels. More...
 
unsigned int width
 Holds width of the box in pixels. More...
 
unsigned int height
 Holds height of the box in pixels. More...
 
unsigned int border_width
 Holds border_width of the box in pixels. More...
 
NvOSD_ColorParams border_color
 Holds color params of the border of the box. More...
 
unsigned int has_bg_color
 Holds boolean value indicating whether box has background color. More...
 
unsigned int reserved
 
NvOSD_ColorParams bg_color
 Reserved field for future usage. More...
 

Field Documentation

NvOSD_ColorParams _NvOSD_RectParams::bg_color

Reserved field for future usage.

For internal purpose only Holds background color of the box.

Definition at line 129 of file nvosd.h.

NvOSD_ColorParams _NvOSD_RectParams::border_color

Holds color params of the border of the box.

Definition at line 120 of file nvosd.h.

unsigned int _NvOSD_RectParams::border_width

Holds border_width of the box in pixels.

Definition at line 118 of file nvosd.h.

unsigned int _NvOSD_RectParams::has_bg_color

Holds boolean value indicating whether box has background color.

Definition at line 123 of file nvosd.h.

unsigned int _NvOSD_RectParams::height

Holds height of the box in pixels.

Definition at line 116 of file nvosd.h.

unsigned int _NvOSD_RectParams::left

Holds left coordinate of the box in pixels.

Definition at line 110 of file nvosd.h.

unsigned int _NvOSD_RectParams::reserved

Definition at line 126 of file nvosd.h.

unsigned int _NvOSD_RectParams::top

Holds top coordinate of the box in pixels.

Definition at line 112 of file nvosd.h.

unsigned int _NvOSD_RectParams::width

Holds width of the box in pixels.

Definition at line 114 of file nvosd.h.


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