fiosd_string Struct Reference
This structure defines for setting display string.
The OSD will display string from fiosd_string->start to fiosd_string->start +
strlen(fiosd_string->string) in OSD display array. The string[128] is string
index that depend on char bit map. While using multiple OSD windows at the same
time, user has to manager string length in the common string buffer.
More...
Data Fields | |
uint8_t | windex |
uint8_t | start |
uint8_t | fg_color |
uint8_t | bg_color |
char | string [128] |
Detailed Description
This structure defines for setting display string.
The OSD will display string from fiosd_string->start to fiosd_string->start +
strlen(fiosd_string->string) in OSD display array. The string[128] is string
index that depend on char bit map. While using multiple OSD windows at the same
time, user has to manager string length in the common string buffer.
- Examples:
Definition at line 97 of file vcap_osd.h.
Field Documentation
uint8_t windex |
the OSD window index
Definition at line 98 of file vcap_osd.h.
uint8_t start |
the string start index in OSD display array. 0-255
Definition at line 99 of file vcap_osd.h.
uint8_t fg_color |
the forward color index that assign by FIOSDS_PALTCOLOR
Definition at line 100 of file vcap_osd.h.
uint8_t bg_color |
the backward color index that assign by FIOSDS_PALTCOLOR
Definition at line 101 of file vcap_osd.h.
char string[128] |
the string that will be displayed
Definition at line 102 of file vcap_osd.h.
Generated on Thu Nov 25 2010 17:50:15 for GM8126/GM812X Capture IOCTL and API Reference by 1.7.1