
Defines | |
| #define | DISPLAY_TEXT N_("QT Embedded display") |
| #define | DISPLAY_LONGTEXT |
Functions | |
| static int | Open (vlc_object_t *) |
| static void | Close (vlc_object_t *) |
| static void | Render (vout_thread_t *, picture_t *) |
| static void | Display (vout_thread_t *, picture_t *) |
| static int | Manage (vout_thread_t *) |
| static int | Init (vout_thread_t *) |
| static void | End (vout_thread_t *) |
| static int | OpenDisplay (vout_thread_t *) |
| static void | CloseDisplay (vout_thread_t *) |
| static int | NewPicture (vout_thread_t *, picture_t *) |
| static void | FreePicture (vout_thread_t *, picture_t *) |
| static void | ToggleFullScreen (vout_thread_t *) |
| static void * | RunQtThread (vlc_object_t *p_this) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static void | vout_Seek (off_t i_seek) |
| #define DISPLAY_LONGTEXT |
Value:
N_( \ "Qt Embedded hardware display to use. " \ "By default VLC will use the value of the DISPLAY environment variable.")
| #define DISPLAY_TEXT N_("QT Embedded display") |
| static void Close | ( | vlc_object_t * | p_this | ) | [static] |
| static void CloseDisplay | ( | vout_thread_t * | p_vout | ) | [static] |
References vout_sys_t::bRunning, msg_Dbg, msleep, vout_sys_t::p_QApplication, vout_thread_t::p_sys, and vout_sys_t::p_VideoWidget.
| static void Display | ( | vout_thread_t * | p_vout, | |
| picture_t * | p_pic | |||
| ) | [static] |
| static void End | ( | vout_thread_t * | p_vout | ) | [static] |
References FreePicture(), vout_sys_t::i_index, I_OUTPUTPICTURES, and PP_OUTPUTPICTURE.
| static void FreePicture | ( | vout_thread_t * | p_vout, | |
| picture_t * | p_pic | |||
| ) | [static] |
References picture_t::p_sys, and picture_sys_t::pQImage.
| static int Init | ( | vout_thread_t * | p_vout | ) | [static] |
References vout_thread_t::b_fullscreen, DESTROYED_PICTURE, DIRECT_PICTURE, FREE_PICTURE, picture_heap_t::i_aspect, picture_heap_t::i_bmask, picture_heap_t::i_chroma, picture_heap_t::i_gmask, vout_sys_t::i_height, picture_heap_t::i_height, vout_sys_t::i_index, I_OUTPUTPICTURES, picture_heap_t::i_rmask, picture_t::i_status, picture_t::i_type, vout_sys_t::i_width, picture_heap_t::i_width, msg_Dbg, NewPicture(), vout_thread_t::output, vout_thread_t::p_picture, vout_thread_t::p_sys, PP_OUTPUTPICTURE, QTE_MAX_DIRECTBUFFERS, vout_thread_t::render, VLC_CODEC_RGB16, VLC_CODEC_RGB32, VOUT_ASPECT_FACTOR, and VOUT_MAX_PICTURES.
| static int Manage | ( | vout_thread_t * | p_vout | ) | [static] |
| static int NewPicture | ( | vout_thread_t * | p_vout, | |
| picture_t * | p_pic | |||
| ) | [static] |
| static int Open | ( | vlc_object_t * | p_this | ) | [static] |
| static int OpenDisplay | ( | vout_thread_t * | p_vout | ) | [static] |
References event_thread_t::b_error, vout_thread_t::b_fullscreen, vout_thread_t::i_changes, vout_sys_t::i_height, vout_sys_t::i_width, vout_thread_t::i_window_height, vout_thread_t::i_window_width, msg_Dbg, msg_Err, msleep, vout_sys_t::p_event, vout_sys_t::p_QApplication, vout_thread_t::p_sys, vout_sys_t::p_VideoWidget, event_thread_t::p_vout, RunQtThread(), vlc_object_attach, vlc_object_create, vlc_object_release, VLC_SUCCESS, vlc_thread_create, VLC_THREAD_PRIORITY_OUTPUT, and VOUT_SIZE_CHANGE.
| static void Render | ( | vout_thread_t * | p_vout, | |
| picture_t * | p_pic | |||
| ) | [static] |
| static void * RunQtThread | ( | vlc_object_t * | p_this | ) | [static] |
References vout_thread_t::b_fullscreen, vout_sys_t::bOwnsQApp, vout_sys_t::bRunning, vout_sys_t::i_height, vout_sys_t::i_width, msg_Dbg, msleep, vout_sys_t::p_event, vout_sys_t::p_QApplication, vout_thread_t::p_sys, vout_sys_t::p_VideoWidget, event_thread_t::p_vout, vlc_object_alive, vlc_restorecancel(), and vlc_savecancel().
Referenced by OpenDisplay().
| static void ToggleFullScreen | ( | vout_thread_t * | p_vout | ) | [static] |
References vout_thread_t::b_fullscreen, vout_thread_t::p_sys, and vout_sys_t::p_VideoWidget.
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
| static void vout_Seek | ( | off_t | i_seek | ) | [inline, static] |
1.5.6