Linux Kernel
3.7.1
|
#include <vpbe_osd.h>
Data Fields | |
enum osd_pix_format | pixfmt |
unsigned | line_length |
unsigned | xsize |
unsigned | ysize |
unsigned | xpos |
unsigned | ypos |
int | interlaced |
struct osd_layer_config : pixel format : offset in bytes between start of each line in memory : number of horizontal pixels displayed per line : number of lines displayed : horizontal offset in pixels from the left edge of the display : vertical offset in lines from the top of the display : Non-zero if the display is interlaced, or zero otherwise
Description: A structure describing the configuration parameters of an On-Screen Display (OSD) or video layer related to how the image is stored in memory. must be a multiple of the cache line size (32 bytes).
Definition at line 288 of file vpbe_osd.h.
int interlaced |
Definition at line 295 of file vpbe_osd.h.
unsigned line_length |
Definition at line 290 of file vpbe_osd.h.
enum osd_pix_format pixfmt |
Definition at line 289 of file vpbe_osd.h.
unsigned xpos |
Definition at line 293 of file vpbe_osd.h.
unsigned xsize |
Definition at line 291 of file vpbe_osd.h.
unsigned ypos |
Definition at line 294 of file vpbe_osd.h.
unsigned ysize |
Definition at line 292 of file vpbe_osd.h.