L4T Multimedia API Reference

32.1 Release

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

Detailed Description

Holds the arrow parameters to be overlayed.

Definition at line 167 of file nvosd.h.

Collaboration diagram for _NvOSD_ArrowParams:

Data Fields

unsigned int x1
 Holds start horizontal coordinate in pixels. More...
 
unsigned int y1
 Holds start vertical coordinate in pixels. More...
 
unsigned int x2
 Holds end horizontal coordinate in pixels. More...
 
unsigned int y2
 Holds end vertical coordinate in pixels. More...
 
unsigned int arrow_width
 Holds arrow_width in pixels. More...
 
unsigned int start_arrow_head
 
NvOSD_ColorParams arrow_color
 Holds boolean value indicating whether arrow head is at start or at end. More...
 
unsigned int reserved
 reserved field for future usage. More...
 

Field Documentation

NvOSD_ColorParams _NvOSD_ArrowParams::arrow_color

Holds boolean value indicating whether arrow head is at start or at end.

Setting to value 1 indicates arrow head is at start. Otherwise it is at end. Holds color params of the arrow box.

Definition at line 183 of file nvosd.h.

unsigned int _NvOSD_ArrowParams::arrow_width

Holds arrow_width in pixels.

Definition at line 176 of file nvosd.h.

unsigned int _NvOSD_ArrowParams::reserved

reserved field for future usage.

For internal purpose only.

Definition at line 185 of file nvosd.h.

unsigned int _NvOSD_ArrowParams::start_arrow_head

Definition at line 178 of file nvosd.h.

unsigned int _NvOSD_ArrowParams::x1

Holds start horizontal coordinate in pixels.

Definition at line 168 of file nvosd.h.

unsigned int _NvOSD_ArrowParams::x2

Holds end horizontal coordinate in pixels.

Definition at line 172 of file nvosd.h.

unsigned int _NvOSD_ArrowParams::y1

Holds start vertical coordinate in pixels.

Definition at line 170 of file nvosd.h.

unsigned int _NvOSD_ArrowParams::y2

Holds end vertical coordinate in pixels.

Definition at line 174 of file nvosd.h.


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