vdr
2.4.7
|
#include <osd.h>
Public Attributes | |
OSD_Command | cmd |
int | x0 |
int | y0 |
int | x1 |
int | y1 |
int | color |
void * | data |
Definition at line 137 of file kernel-headers-5.13/osd.h.
OSD_Command osd_cmd_s::cmd |
Definition at line 138 of file kernel-headers-5.13/osd.h.
Referenced by cDvbSdFfOsd::Cmd().
int osd_cmd_s::color |
Definition at line 143 of file kernel-headers-5.13/osd.h.
Referenced by cDvbSdFfOsd::Cmd().
void* osd_cmd_s::data |
Definition at line 144 of file kernel-headers-5.13/osd.h.
Referenced by cDvbSdFfOsd::Cmd().
int osd_cmd_s::x0 |
Definition at line 139 of file kernel-headers-5.13/osd.h.
Referenced by cDvbSdFfOsd::Cmd().
int osd_cmd_s::x1 |
Definition at line 141 of file kernel-headers-5.13/osd.h.
Referenced by cDvbSdFfOsd::Cmd().
int osd_cmd_s::y0 |
Definition at line 140 of file kernel-headers-5.13/osd.h.
Referenced by cDvbSdFfOsd::Cmd().
int osd_cmd_s::y1 |
Definition at line 142 of file kernel-headers-5.13/osd.h.
Referenced by cDvbSdFfOsd::Cmd().