
Data Structures | |
| struct | vout_sys_t |
Functions | |
| static int | Create (vlc_object_t *) |
| static void | Destroy (vlc_object_t *) |
| static int | Init (vout_thread_t *) |
| static void | End (vout_thread_t *) |
| static int | Manage (vout_thread_t *) |
| static void | Display (vout_thread_t *, picture_t *) |
| static void | SetPalette (vout_thread_t *, uint16_t *, uint16_t *, uint16_t *) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static int Create | ( | vlc_object_t * | p_this | ) | [static] |
| static void Destroy | ( | vlc_object_t * | p_this | ) | [static] |
References vout_thread_t::p_sys.
| static void Display | ( | vout_thread_t * | p_vout, | |
| picture_t * | p_pic | |||
| ) | [static] |
| static void End | ( | vout_thread_t * | p_vout | ) | [static] |
| static int Init | ( | vout_thread_t * | p_vout | ) | [static] |
References DESTROYED_PICTURE, DIRECT_PICTURE, FREE_PICTURE, picture_heap_t::i_aspect, picture_heap_t::i_chroma, picture_heap_t::i_height, I_OUTPUTPICTURES, picture_t::i_planes, picture_t::i_status, picture_t::i_type, vout_sys_t::i_vgamode, picture_heap_t::i_width, msg_Err, vout_thread_t::output, vout_thread_t::p_picture, vout_thread_t::p_sys, picture_heap_t::pf_setpalette, PP_OUTPUTPICTURE, SetPalette(), VLC_CODEC_RGB8, VLC_EGENERIC, VLC_SUCCESS, vout_AllocatePicture, VOUT_ASPECT_FACTOR, and VOUT_MAX_PICTURES.
| static int Manage | ( | vout_thread_t * | p_vout | ) | [static] |
References libvlc_Quit(), vout_thread_t::p_libvlc, and VLC_SUCCESS.
| static void SetPalette | ( | vout_thread_t * | p_vout, | |
| uint16_t * | red, | |||
| uint16_t * | green, | |||
| uint16_t * | blue | |||
| ) | [static] |
References i.
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.6