L4T Multimedia API Reference

31.1 Release

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

Detailed Description

Holds the circle parameters to be overlayed.

Definition at line 194 of file nvosd.h.

Collaboration diagram for _NvOSD_CircleParams:

Data Fields

unsigned int xc
 Holds start horizontal coordinate in pixels. More...
 
unsigned int yc
 Holds start vertical coordinate in pixels. More...
 
unsigned int radius
 Holds radius of circle in pixels. More...
 
NvOSD_ColorParams circle_color
 Holds color params of the arrow box. More...
 
unsigned int reserved
 reserved field for future usage. More...
 

Field Documentation

NvOSD_ColorParams _NvOSD_CircleParams::circle_color

Holds color params of the arrow box.

Definition at line 201 of file nvosd.h.

unsigned int _NvOSD_CircleParams::radius

Holds radius of circle in pixels.

Definition at line 199 of file nvosd.h.

unsigned int _NvOSD_CircleParams::reserved

reserved field for future usage.

For internal purpose only.

Definition at line 203 of file nvosd.h.

unsigned int _NvOSD_CircleParams::xc

Holds start horizontal coordinate in pixels.

Definition at line 195 of file nvosd.h.

unsigned int _NvOSD_CircleParams::yc

Holds start vertical coordinate in pixels.

Definition at line 197 of file nvosd.h.


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