Go to the source code of this file.
Functions | |
| void | close_all_xv_ports_signal_handler (int sig) |
| void | add_open_xv_port (Display *disp, int port) |
| void | del_open_xv_port (int port) |
| bool | has_open_xv_port (int port) |
| uint | cnt_open_xv_port (void) |
| QString | xvflags2str (int flags) |
| bool | xv_is_attrib_supported (Display *disp, int port, const char *name, int *current_value, int *min_value, int *max_value) |
| bool | xv_set_attrib (Display *disp, int port, const char *name, int val) |
| bool | xv_get_attrib (Display *disp, int port, const char *name, int &val) |
Variables | |
| QMap< int, port_info > | open_xv_ports |
| void close_all_xv_ports_signal_handler | ( | int | sig | ) |
| void add_open_xv_port | ( | Display * | disp, | |
| int | port | |||
| ) |
| void del_open_xv_port | ( | int | port | ) |
Definition at line 45 of file util-xv.cpp.
Referenced by VideoOutputXv::CheckOSDInit(), VideoOutputXv::GetBestSupportedCodec(), VideoOutputXv::InitXVideo(), VideoOutputXv::InitXvMC(), VideoOutputXv::InputChanged(), and VideoOutputXv::~VideoOutputXv().
| bool has_open_xv_port | ( | int | port | ) |
Definition at line 59 of file util-xv.cpp.
| uint cnt_open_xv_port | ( | void | ) |
| QString xvflags2str | ( | int | flags | ) |
| bool xv_is_attrib_supported | ( | Display * | disp, | |
| int | port, | |||
| const char * | name, | |||
| int * | current_value, | |||
| int * | min_value, | |||
| int * | max_value | |||
| ) |
Definition at line 85 of file util-xv.cpp.
Referenced by VideoOutputXv::GrabSuitableXvPort(), VideoOutputXv::InitColorKey(), and VideoOutputXv::InitPictureAttributes().
| bool xv_set_attrib | ( | Display * | disp, | |
| int | port, | |||
| const char * | name, | |||
| int | val | |||
| ) |
Definition at line 127 of file util-xv.cpp.
Referenced by VideoOutputXv::InitColorKey(), and VideoOutputXv::SetPictureAttribute().
| bool xv_get_attrib | ( | Display * | disp, | |
| int | port, | |||
| const char * | name, | |||
| int & | val | |||
| ) |
| QMap<int,port_info> open_xv_ports |
Definition at line 20 of file util-xv.cpp.
Referenced by add_open_xv_port(), close_all_xv_ports_signal_handler(), cnt_open_xv_port(), del_open_xv_port(), and has_open_xv_port().
1.5.5