L4T Multimedia API Reference

31.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 119 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...
 
int has_color_info
 
int color_id
 

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 139 of file nvosd.h.

NvOSD_ColorParams _NvOSD_RectParams::border_color

Holds color params of the border of the box.

Definition at line 130 of file nvosd.h.

unsigned int _NvOSD_RectParams::border_width

Holds border_width of the box in pixels.

Definition at line 128 of file nvosd.h.

int _NvOSD_RectParams::color_id

Definition at line 142 of file nvosd.h.

unsigned int _NvOSD_RectParams::has_bg_color

Holds boolean value indicating whether box has background color.

Definition at line 133 of file nvosd.h.

int _NvOSD_RectParams::has_color_info

Definition at line 141 of file nvosd.h.

unsigned int _NvOSD_RectParams::height

Holds height of the box in pixels.

Definition at line 126 of file nvosd.h.

unsigned int _NvOSD_RectParams::left

Holds left coordinate of the box in pixels.

Definition at line 120 of file nvosd.h.

unsigned int _NvOSD_RectParams::reserved

Definition at line 136 of file nvosd.h.

unsigned int _NvOSD_RectParams::top

Holds top coordinate of the box in pixels.

Definition at line 122 of file nvosd.h.

unsigned int _NvOSD_RectParams::width

Holds width of the box in pixels.

Definition at line 124 of file nvosd.h.


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