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

Data Fields

AVClassclass
 
SDL_Surface * surface
 
SDL_Overlay * overlay
 
char * window_title
 
char * icon_title
 
int window_width
 
int window_height
 size of the window
 
int window_fullscreen
 
SDL_Rect overlay_rect
 
int overlay_fmt
 
int sdl_was_already_inited
 
SDL_Thread * event_thread
 
SDL_mutex * mutex
 
SDL_cond * init_cond
 
int init_ret
 
int inited
 
int quit
 

Detailed Description

Definition at line 36 of file sdl.c.

Field Documentation

AVClass* SDLContext::class

Definition at line 37 of file sdl.c.

SDL_Surface* SDLContext::surface

Definition at line 38 of file sdl.c.

Referenced by event_thread(), and sdl_write_packet().

SDL_Overlay* SDLContext::overlay

Definition at line 39 of file sdl.c.

Referenced by event_thread(), sdl_write_packet(), and sdl_write_trailer().

char* SDLContext::window_title

Definition at line 40 of file sdl.c.

Referenced by event_thread(), and sdl_write_header().

char* SDLContext::icon_title

Definition at line 41 of file sdl.c.

Referenced by event_thread(), and sdl_write_header().

int SDLContext::window_width

Definition at line 42 of file sdl.c.

Referenced by compute_overlay_rect(), and event_thread().

int SDLContext::window_height

size of the window

Definition at line 42 of file sdl.c.

Referenced by compute_overlay_rect(), and event_thread().

int SDLContext::window_fullscreen

Definition at line 43 of file sdl.c.

Referenced by event_thread().

SDL_Rect SDLContext::overlay_rect

Definition at line 45 of file sdl.c.

Referenced by compute_overlay_rect(), event_thread(), and sdl_write_packet().

int SDLContext::overlay_fmt

Definition at line 46 of file sdl.c.

Referenced by event_thread(), and sdl_write_header().

int SDLContext::sdl_was_already_inited

Definition at line 48 of file sdl.c.

Referenced by sdl_write_header(), and sdl_write_trailer().

SDL_Thread* SDLContext::event_thread

Definition at line 49 of file sdl.c.

Referenced by sdl_write_header(), and sdl_write_trailer().

SDL_mutex* SDLContext::mutex

Definition at line 50 of file sdl.c.

Referenced by event_thread(), sdl_write_header(), sdl_write_packet(), and sdl_write_trailer().

SDL_cond* SDLContext::init_cond

Definition at line 51 of file sdl.c.

Referenced by event_thread(), sdl_write_header(), and sdl_write_trailer().

int SDLContext::init_ret

Definition at line 52 of file sdl.c.

Referenced by event_thread(), and sdl_write_header().

int SDLContext::inited

Definition at line 53 of file sdl.c.

Referenced by event_thread(), and sdl_write_header().

int SDLContext::quit

Definition at line 54 of file sdl.c.

Referenced by event_thread(), sdl_write_packet(), and sdl_write_trailer().


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