Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

xdvshow-flags.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Variables

int flags_stereo
 says if we are using xdvshow for stereoscopic video displaying.

int flags_fullscreen
 says if we are using the fullscreen mode.

int flags_sdl
 says that we are using libSDL for for video displaying.

int flags_x11
 says that we are using just X11 for video displaying.

int flags_zoom
 says we want a scaled fullscreen video.

int flags_scale
 says we want a scaled fullscreen video.

int flags_deinterlace
 says that we want to use a deinterlacer from libpostproc.

int flags_sdlnooverlay
 says we don't want to init the SDL display with HW overlay.

int flags_dump
 says that we want to dump received video to a file.

int flags_reflector
 says that we are acquire the DV video stream from a packet reflector.

int flags_use_audio
 says that we want to play the audio too.

int flags_format_wide
int flags_format_normal


Variable Documentation

int flags_deinterlace
 

says that we want to use a deinterlacer from libpostproc.

Definition at line 48 of file xdvshow-flags.h.

Referenced by main(), xdvshow_close_window(), xdvshow_open_window(), and xdvshow_render().

int flags_dump
 

says that we want to dump received video to a file.

Definition at line 60 of file xdvshow-flags.h.

Referenced by main(), sigint_signal(), and video_thread_func().

int flags_format_normal
 

Definition at line 71 of file xdvshow-flags.h.

Referenced by _xdvshow_read_file(), _xdvshow_recv_dvrtp(), and main().

int flags_format_wide
 

Definition at line 70 of file xdvshow-flags.h.

Referenced by _xdvshow_read_file(), _xdvshow_recv_dvrtp(), and main().

int flags_fullscreen
 

says if we are using the fullscreen mode.

This is valid only for SDL display and furthermore depends on selected scaling mode. The default with just flags_fullscreen enabled is unscaled video with black borders around.

Definition at line 16 of file xdvshow-flags.h.

Referenced by main(), and xdvshow_open_window().

int flags_reflector
 

says that we are acquire the DV video stream from a packet reflector.

Definition at line 64 of file xdvshow-flags.h.

Referenced by main(), and sigint_signal().

int flags_scale
 

says we want a scaled fullscreen video.

A real video upscale is done by libSDL internal scaler. We dont' need to change the display resolution. This is the only way how to display a fullscreen video in stereoscopic mode.

Definition at line 44 of file xdvshow-flags.h.

Referenced by main(), and xdvshow_open_window().

int flags_sdl
 

says that we are using libSDL for for video displaying.

The default behaviour.

Definition at line 22 of file xdvshow-flags.h.

Referenced by main(), sigint_signal(), and video_thread_func().

int flags_sdlnooverlay
 

says we don't want to init the SDL display with HW overlay.

This may help when the graphics card is not capable of cereating a HW overlay for video displaying.

Definition at line 55 of file xdvshow-flags.h.

Referenced by main(), and xdvshow_open_window().

int flags_stereo
 

says if we are using xdvshow for stereoscopic video displaying.

Definition at line 8 of file xdvshow-flags.h.

Referenced by Get_resolution(), main(), and xdvshow_open_window().

int flags_use_audio
 

says that we want to play the audio too.

Definition at line 68 of file xdvshow-flags.h.

Referenced by _xdvshow_read_file(), _xdvshow_recv_dvrtp(), audio_thread_func(), main(), and xdvshow_semaphore_init().

int flags_x11
 

says that we are using just X11 for video displaying.

Used as as fallback when no libSDL is present in the system.

Definition at line 28 of file xdvshow-flags.h.

Referenced by main(), sigint_signal(), and video_thread_func().

int flags_zoom
 

says we want a scaled fullscreen video.

Fullscreen is here achieved by changing the display resolution to nearest possible to the DV video resolution. Valid only with SDL display enabled.

Definition at line 36 of file xdvshow-flags.h.

Referenced by main(), and xdvshow_open_window().


Generated on Wed Nov 3 19:19:02 2004 for xdvshow by doxygen 1.3.7