Home
last modified time | relevance | path

Searched refs:tv_switchable (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/libxine/xine-lib-1.2.11/src/dxr3/
H A Dvideo_out_dxr3.h100 int tv_switchable; /* can switch from overlay<->tvout */ member
H A Dvideo_out_dxr3.c380 this->tv_switchable = 0; /* don't allow on-the-fly switching */ in dxr3_vo_open_plugin()
385 this->tv_switchable = 0; /* don't allow on-the-fly switching */ in dxr3_vo_open_plugin()
396 this->tv_switchable = 1; in dxr3_vo_open_plugin()
417 this->tv_switchable = 0; in dxr3_vo_open_plugin()
1145 if (!this->overlay_enabled && !this->tv_switchable) return 0; in dxr3_gui_data_exchange()