
Data Structures | |
| struct | vout_display_sys_t |
Defines | |
| #define | CHROMA_TEXT N_("SDL chroma format") |
| #define | CHROMA_LONGTEXT |
Functions | |
| static int | Open (vlc_object_t *object) |
| This function initializes SDL vout method. | |
| static void | Close (vlc_object_t *object) |
| Close a SDL video output. | |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static picture_pool_t * | Pool (vout_display_t *vd, unsigned count) |
| Return a pool of direct buffers. | |
| static void | Display (vout_display_t *vd, picture_t *p_pic) |
| Display a picture. | |
| static int | Control (vout_display_t *vd, int query, va_list args) |
| Control for vout display. | |
| static void | Manage (vout_display_t *vd) |
| Proccess pending event. | |
| static int | ConvertKey (SDLKey) |
Variables | |
| static vlc_mutex_t | sdl_lock = PTHREAD_MUTEX_INITIALIZER |
| struct { | |
| SDLKey sdl_key | |
| int vlckey | |
| } | sdlkeys_to_vlckeys [] |
| #define CHROMA_LONGTEXT |
Value:
N_(\ "Force the SDL renderer to use a specific chroma format instead of " \ "trying to improve performances by using the most efficient one.")
| #define CHROMA_TEXT N_("SDL chroma format") |
| static void Close | ( | vlc_object_t * | p_this | ) | [static] |
Close a SDL video output.
Close the module.
Destroys the X11 window.
Disconnect from the X server.
Close a SDL video output.
It destroys an OpenGL vout display.
Terminate a vout display created by Open.
It destroyes a Direct3D vout display.
Terminate an output method created by Open.
Release the drawable.
Close a libcaca video output.
Close a aa video output method.
Close the filter.
Terminate a splitter module.
This function closes a clone video splitter module.
Common close function.
Releases allocate resources.
Close: Destructor.
| p_this | pointer to this filter object | |
| p_this,: | the filter object |
| static int Control | ( | vout_display_t * | vd, | |
| int | query, | |||
| va_list | args | |||
| ) | [static] |
Control for vout display.
References vout_display_t::cfg, cfg, vout_display_sys_t::desktop_height, vout_display_sys_t::desktop_width, vout_display_cfg_t::display, vout_display_sys_t::display, vout_display_sys_t::display_bpp, vout_display_sys_t::display_flags, vout_display_t::fmt, vout_display_place_t::height, vout_display_cfg_t::height, video_format_t::i_height, video_format_t::i_width, vout_display_cfg_t::is_fullscreen, msg_Err, vout_display_sys_t::overlay, picture_pool_Delete(), vout_display_sys_t::place, vout_display_sys_t::pool, vout_display_t::source, vout_display_t::sys, VLC_EGENERIC, VLC_SUCCESS, VOUT_DISPLAY_CHANGE_DISPLAY_FILLED, VOUT_DISPLAY_CHANGE_DISPLAY_SIZE, VOUT_DISPLAY_CHANGE_FULLSCREEN, VOUT_DISPLAY_CHANGE_SOURCE_ASPECT, VOUT_DISPLAY_CHANGE_SOURCE_CROP, VOUT_DISPLAY_CHANGE_WINDOW_STATE, VOUT_DISPLAY_CHANGE_ZOOM, VOUT_DISPLAY_HIDE_MOUSE, vout_display_PlacePicture(), VOUT_DISPLAY_RESET_PICTURES, vout_display_SendEventDisplaySize(), vout_display_SendEventPicturesInvalid(), vout_display_place_t::width, and vout_display_cfg_t::width.
| static int ConvertKey | ( | SDLKey | sdl_key | ) | [static] |
| static void Display | ( | vout_display_t * | vd, | |
| picture_t * | p_pic | |||
| ) | [static] |
| static void Manage | ( | vout_display_t * | vd | ) | [static] |
Proccess pending event.
References vout_display_t::cfg, ConvertKey(), vout_display_place_t::height, i, video_format_t::i_height, video_format_t::i_width, vout_display_cfg_t::is_fullscreen, KEY_MODIFIER_ALT, KEY_MODIFIER_CTRL, KEY_MODIFIER_SHIFT, MOUSE_BUTTON_CENTER, MOUSE_BUTTON_LEFT, MOUSE_BUTTON_RIGHT, MOUSE_BUTTON_WHEEL_DOWN, MOUSE_BUTTON_WHEEL_UP, vout_display_sys_t::place, vout_display_t::source, vout_display_t::sys, vout_display_SendEventClose(), vout_display_SendEventDisplaySize(), vout_display_SendEventKey(), vout_display_SendEventMouseMoved(), vout_display_SendEventMousePressed(), vout_display_SendEventMouseReleased(), vout_display_place_t::width, vout_display_place_t::x, and vout_display_place_t::y.
| static int Open | ( | vlc_object_t * | p_this | ) | [static] |
This function initializes SDL vout method.
Forward declarations.
Status of this demuxer: Real Media format -----------------.
Basic chorus/flanger/delay audio filter This implements a variable delay filter for VLC.
Todo:
Open the module.
Create an X11 window.
Probe the X server.
This function initializes SDL vout method.
It creates an OpenGL vout display.
This function allocates and initialize the DirectX vout display.
It creates a Direct3D vout display.
This function allocates and initializes a FB vout method.
Find the drawable set by libvlc application.
This function initializes libcaca vout method.
This function allocates and initializes a aa vout method.
This function allocates and initializes a Wall splitter module.
Open the filter.
This function allocates and initializes a Clone splitter module.
Open: initialize and create stuff.
Connect to the sftp server and ask for a file.
| p_this,: | the vlc_object |
| p_this | ||
| p_this,: | the filter object |
| static picture_pool_t * Pool | ( | vout_display_t * | vd, | |
| unsigned | count | |||
| ) | [static] |
Return a pool of direct buffers.
References vout_display_sys_t::display, vout_display_t::fmt, i, video_format_t::i_height, picture_resource_t::i_lines, picture_resource_t::i_pitch, vout_display_sys_t::is_uv_swapped, vout_display_sys_t::overlay, picture_resource_t::p, picture_resource_t::p_pixels, picture_NewFromResource(), picture_pool_New(), vout_display_sys_t::place, vout_display_sys_t::pool, vout_display_t::sys, VLC_UNUSED, vout_display_place_t::x, and vout_display_place_t::y.
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
| SDLKey sdl_key |
vlc_mutex_t sdl_lock = PTHREAD_MUTEX_INITIALIZER [static] |
struct { ... } sdlkeys_to_vlckeys[] [static] |
Referenced by ConvertKey().
| int vlckey |
1.5.6