
Data Fields | |
| vlc_xvmc_t | xvmc |
| unsigned | mpeg |
| unsigned | acceleration |
| vlc_fourcc_t | fallback_format |
| vlc_vld_frame_t | vld_frame |
| uint8_t * | slice_data |
| unsigned | slice_data_size |
| unsigned | slice_code |
| int | result |
| int | decoded |
| float | sleep |
| void(* | proc_xxmc_update_frame )(picture_t *picture_gen, uint32_t width, uint32_t height, double ratio, int format, int flags) |
| void(* | proc_xxmc_begin )(picture_t *vo_img) |
| void(* | proc_xxmc_slice )(picture_t *vo_img) |
| void(* | proc_xxmc_flush )(picture_t *vo_img) |
| void(* | proc_xxmc_flushsync )(picture_t *vo_img) |
Referenced by xxmc_do_update_frame(), and xxmc_frame_updates().
| unsigned vlc_xxmc_s::mpeg |
Referenced by xxmc_do_update_frame(), xxmc_find_context(), and xxmc_xvmc_update_context().
| unsigned vlc_xxmc_s::acceleration |
Referenced by xxmc_do_update_frame(), xxmc_find_context(), xxmc_frame_updates(), and xxmc_xvmc_update_context().
| uint8_t* vlc_xxmc_s::slice_data |
| unsigned vlc_xxmc_s::slice_data_size |
| unsigned vlc_xxmc_s::slice_code |
Referenced by DisplayVideo().
| float vlc_xxmc_s::sleep |
| void(* vlc_xxmc_s::proc_xxmc_update_frame)(picture_t *picture_gen, uint32_t width, uint32_t height, double ratio, int format, int flags) |
| void(* vlc_xxmc_s::proc_xxmc_begin)(picture_t *vo_img) |
Referenced by xxmc_frame_updates().
| void(* vlc_xxmc_s::proc_xxmc_slice)(picture_t *vo_img) |
Referenced by xxmc_frame_updates().
| void(* vlc_xxmc_s::proc_xxmc_flush)(picture_t *vo_img) |
Referenced by xxmc_frame_updates().
| void(* vlc_xxmc_s::proc_xxmc_flushsync)(picture_t *vo_img) |
Referenced by xxmc_frame_updates().
1.5.6