FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
XVContext Struct Reference

Data Fields

AVClassclass
 
GC gc
 
Window window
 
char * window_title
 
int window_width
 
int window_height
 
int window_x
 
int window_y
 
Display * display
 
char * display_name
 
XvImage * yuv_image
 
int image_width
 
int image_height
 
XShmSegmentInfo yuv_shminfo
 
int xv_port
 

Detailed Description

Definition at line 40 of file xv.c.

Field Documentation

AVClass* XVContext::class

Definition at line 41 of file xv.c.

GC XVContext::gc

Definition at line 42 of file xv.c.

Referenced by xv_write_header(), and xv_write_packet().

Window XVContext::window

Definition at line 44 of file xv.c.

Referenced by xv_write_header(), and xv_write_packet().

char* XVContext::window_title

Definition at line 45 of file xv.c.

Referenced by xv_write_header().

int XVContext::window_width

Definition at line 46 of file xv.c.

Referenced by xv_write_header().

int XVContext::window_height

Definition at line 46 of file xv.c.

Referenced by xv_write_header().

int XVContext::window_x

Definition at line 47 of file xv.c.

Referenced by xv_write_header().

int XVContext::window_y

Definition at line 47 of file xv.c.

Referenced by xv_write_header().

Display* XVContext::display

Definition at line 49 of file xv.c.

Referenced by xv_write_header(), xv_write_packet(), and xv_write_trailer().

char* XVContext::display_name

Definition at line 50 of file xv.c.

Referenced by xv_write_header().

XvImage* XVContext::yuv_image

Definition at line 52 of file xv.c.

Referenced by xv_write_header(), xv_write_packet(), and xv_write_trailer().

int XVContext::image_width

Definition at line 53 of file xv.c.

Referenced by xv_write_header(), and xv_write_packet().

int XVContext::image_height

Definition at line 53 of file xv.c.

Referenced by xv_write_header(), and xv_write_packet().

XShmSegmentInfo XVContext::yuv_shminfo

Definition at line 54 of file xv.c.

Referenced by xv_write_header(), and xv_write_trailer().

int XVContext::xv_port

Definition at line 55 of file xv.c.

Referenced by xv_write_header(), and xv_write_packet().


The documentation for this struct was generated from the following file: