|
xine-lib
1.2.10
|
#include <xine.h>
Data Fields | |
| void * | connection |
| void * | screen |
| unsigned int | window |
| void * | user_data |
| void(* | dest_size_cb )(void *user_data, int video_width, int video_height, double video_pixel_aspect, int *dest_width, int *dest_height, double *dest_pixel_aspect) |
| void(* | frame_output_cb )(void *user_data, int video_width, int video_height, double video_pixel_aspect, int *dest_x, int *dest_y, int *dest_width, int *dest_height, double *dest_pixel_aspect, int *win_x, int *win_y) |
| void* xcb_visual_t::connection |
Referenced by open_plugin(), and xshm_open_plugin().
| void(* xcb_visual_t::dest_size_cb) (void *user_data, int video_width, int video_height, double video_pixel_aspect, int *dest_width, int *dest_height, double *dest_pixel_aspect) |
Referenced by xshm_open_plugin().
| void(* xcb_visual_t::frame_output_cb) (void *user_data, int video_width, int video_height, double video_pixel_aspect, int *dest_x, int *dest_y, int *dest_width, int *dest_height, double *dest_pixel_aspect, int *win_x, int *win_y) |
Referenced by open_plugin(), and xshm_open_plugin().
| void* xcb_visual_t::screen |
Referenced by open_plugin(), and xshm_open_plugin().
| void* xcb_visual_t::user_data |
Referenced by open_plugin(), and xshm_open_plugin().
| unsigned int xcb_visual_t::window |
Referenced by open_plugin(), and xshm_open_plugin().
1.8.17