xine-lib 1.2.13-20230125hg15249
|
#include <xine.h>
Data Fields | |
int(* | grab )(xine_grab_video_frame_t *self) |
void(* | dispose )(xine_grab_video_frame_t *self) |
int | crop_left |
int | crop_right |
int | crop_top |
int | crop_bottom |
int | width |
int | height |
uint8_t * | img |
int64_t | vpts |
int | timeout |
int | flags |
int xine_grab_video_frame_s::crop_bottom |
Referenced by vdpau_grab_current_output_surface(), and vo_grab_grab_video_frame().
int xine_grab_video_frame_s::crop_left |
Referenced by vdpau_grab_current_output_surface(), and vo_grab_grab_video_frame().
int xine_grab_video_frame_s::crop_right |
Referenced by vdpau_grab_current_output_surface(), and vo_grab_grab_video_frame().
int xine_grab_video_frame_s::crop_top |
Referenced by vdpau_grab_current_output_surface(), and vo_grab_grab_video_frame().
void(* xine_grab_video_frame_s::dispose) (xine_grab_video_frame_t *self) |
Referenced by vdpau_new_grab_video_frame(), and vo_new_grab_video_frame().
int xine_grab_video_frame_s::flags |
Referenced by vdpau_grab_grab_video_frame(), and vo_grab_grab_video_frame().
int(* xine_grab_video_frame_s::grab) (xine_grab_video_frame_t *self) |
Referenced by vdpau_new_grab_video_frame(), and vo_new_grab_video_frame().
int xine_grab_video_frame_s::height |
Referenced by vdpau_grab_current_output_surface(), and vo_grab_grab_video_frame().
uint8_t* xine_grab_video_frame_s::img |
int xine_grab_video_frame_s::timeout |
int64_t xine_grab_video_frame_s::vpts |
int xine_grab_video_frame_s::width |
Referenced by vdpau_grab_current_output_surface(), and vo_grab_grab_video_frame().