|
static void | xv_set_nonblock_state (void *data, bool state) |
|
static INLINE void | xv_calculate_yuv (uint8_t *y, uint8_t *u, uint8_t *v, unsigned r, unsigned g, unsigned b) |
|
static void | xv_init_yuv_tables (xv_t *xv) |
|
static void | xv_init_font (xv_t *xv, const char *font_path, unsigned font_size) |
|
static void | render16_yuy2 (xv_t *xv, const void *input_, unsigned width, unsigned height, unsigned pitch) |
|
static void | render16_uyvy (xv_t *xv, const void *input_, unsigned width, unsigned height, unsigned pitch) |
|
static void | render32_yuy2 (xv_t *xv, const void *input_, unsigned width, unsigned height, unsigned pitch) |
|
static void | render32_uyvy (xv_t *xv, const void *input_, unsigned width, unsigned height, unsigned pitch) |
|
static bool | xv_adaptor_set_format (xv_t *xv, Display *dpy, XvPortID port, const video_info_t *video) |
|
static void | xv_calc_out_rect (bool keep_aspect, struct video_viewport *vp, unsigned vp_width, unsigned vp_height) |
|
static void * | xv_init (const video_info_t *video, const input_driver_t **input, void **input_data) |
|
static bool | xv_check_resize (xv_t *xv, unsigned width, unsigned height) |
|
static void | xv_render_msg (xv_t *xv, const char *msg, unsigned width, unsigned height) |
|
static bool | xv_frame (void *data, const void *frame, unsigned width, unsigned height, uint64_t frame_count, unsigned pitch, const char *msg, video_frame_info_t *video_info) |
|
static bool | xv_suppress_screensaver (void *data, bool enable) |
|
static bool | xv_has_windowed (void *data) |
|
static void | xv_free (void *data) |
|
static void | xv_viewport_info (void *data, struct video_viewport *vp) |
|
static void | xv_set_rotation (void *data, unsigned rotation) |
|
static bool | xv_read_viewport (void *data, uint8_t *buffer, bool is_idle) |
|
static void | xv_get_poke_interface (void *data, const video_poke_interface_t **iface) |
|
static bool | xv_set_shader (void *data, enum rarch_shader_type type, const char *path) |
|