Holds circle parameters to be overlayed.
Definition at line 223 of file nvll_osd_struct.h.
Data Fields | |
unsigned int | xc |
Holds the start horizontal coordinate in pixels. More... | |
unsigned int | yc |
Holds the start vertical coordinate in pixels. More... | |
unsigned int | radius |
Holds the radius of circle in pixels. More... | |
NvOSD_ColorParams | circle_color |
Holds the color parameters of the arrow box. More... | |
unsigned int | has_bg_color |
NvOSD_ColorParams | bg_color |
unsigned int | reserved |
Reserved for future use; currently for internal use only. More... | |
NvOSD_ColorParams _NvOSD_CircleParams::bg_color |
Definition at line 236 of file nvll_osd_struct.h.
NvOSD_ColorParams _NvOSD_CircleParams::circle_color |
Holds the color parameters of the arrow box.
Definition at line 230 of file nvll_osd_struct.h.
unsigned int _NvOSD_CircleParams::has_bg_color |
Definition at line 233 of file nvll_osd_struct.h.
unsigned int _NvOSD_CircleParams::radius |
Holds the radius of circle in pixels.
Definition at line 228 of file nvll_osd_struct.h.
unsigned int _NvOSD_CircleParams::reserved |
Reserved for future use; currently for internal use only.
Definition at line 238 of file nvll_osd_struct.h.
unsigned int _NvOSD_CircleParams::xc |
Holds the start horizontal coordinate in pixels.
Definition at line 224 of file nvll_osd_struct.h.
unsigned int _NvOSD_CircleParams::yc |
Holds the start vertical coordinate in pixels.
Definition at line 226 of file nvll_osd_struct.h.