Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
osd_cursor_config Struct Reference

#include <vpbe_osd.h>

Data Fields

unsigned xsize
 
unsigned ysize
 
unsigned xpos
 
unsigned ypos
 
int interlaced
 
enum osd_cursor_h_width h_width
 
enum osd_cursor_v_width v_width
 
enum osd_clut clut
 
unsigned char clut_index
 

Detailed Description

struct osd_cursor_config : horizontal size in pixels : vertical size in lines : 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 : horizontal line width : vertical line width : the CLUT selector (ROM or RAM) for the cursor color : an index into the CLUT for the cursor color

Description: A structure describing the configuration parameters of the hardware rectangular cursor.

Definition at line 261 of file vpbe_osd.h.

Field Documentation

enum osd_clut clut

Definition at line 269 of file vpbe_osd.h.

unsigned char clut_index

Definition at line 270 of file vpbe_osd.h.

enum osd_cursor_h_width h_width

Definition at line 267 of file vpbe_osd.h.

int interlaced

Definition at line 266 of file vpbe_osd.h.

enum osd_cursor_v_width v_width

Definition at line 268 of file vpbe_osd.h.

unsigned xpos

Definition at line 264 of file vpbe_osd.h.

unsigned xsize

Definition at line 262 of file vpbe_osd.h.

unsigned ypos

Definition at line 265 of file vpbe_osd.h.

unsigned ysize

Definition at line 263 of file vpbe_osd.h.


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