This graph shows which files directly or indirectly include this file:
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 |
|
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(). |
|
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(). |
|
Definition at line 71 of file xdvshow-flags.h. Referenced by _xdvshow_read_file(), _xdvshow_recv_dvrtp(), and main(). |
|
Definition at line 70 of file xdvshow-flags.h. Referenced by _xdvshow_read_file(), _xdvshow_recv_dvrtp(), and main(). |
|
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 Definition at line 16 of file xdvshow-flags.h. Referenced by main(), and xdvshow_open_window(). |
|
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(). |
|
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(). |
|
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(). |
|
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(). |
|
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(). |
|
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(). |
|
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(). |
|
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(). |