Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


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

video_out.c File Reference

#include "config.h"
#include <stdlib.h>
#include <inttypes.h>
#include "video_out.h"

Go to the source code of this file.


Functions

vo_driver_tvo_drivers (void)

Variables

vo_open_t vo_xv_open
vo_open_t vo_x11_open
vo_open_t vo_dxrgb_open
vo_open_t vo_dx_open
vo_open_t vo_sdl_open
vo_open_t vo_null_open
vo_open_t vo_nullslice_open
vo_open_t vo_nullrgb16_open
vo_open_t vo_nullrgb32_open
vo_open_t vo_pgm_open
vo_open_t vo_pgmpipe_open
vo_open_t vo_md5_open
vo_driver_t video_out_drivers []

Function Documentation

vo_driver_t* vo_drivers void   
 

Definition at line 70 of file video_out.c.

Referenced by handle_args(), and print_usage().

00071 {
00072     return video_out_drivers;
00073 }

Variable Documentation

vo_driver_t video_out_drivers[] [static]
 

Initial value:

 {













    {"null", vo_null_open},
    {"nullslice", vo_nullslice_open},
    {"nullrgb16", vo_nullrgb16_open},
    {"nullrgb32", vo_nullrgb32_open},
    {"pgm", vo_pgm_open},
    {"pgmpipe", vo_pgmpipe_open},
    {"md5", vo_md5_open},
    {NULL, NULL}
}

Definition at line 46 of file video_out.c.

vo_open_t vo_dx_open
 

Definition at line 36 of file video_out.c.

vo_open_t vo_dxrgb_open
 

Definition at line 35 of file video_out.c.

vo_open_t vo_md5_open
 

Definition at line 44 of file video_out.c.

vo_open_t vo_null_open
 

Definition at line 38 of file video_out.c.

vo_open_t vo_nullrgb16_open
 

Definition at line 40 of file video_out.c.

vo_open_t vo_nullrgb32_open
 

Definition at line 41 of file video_out.c.

vo_open_t vo_nullslice_open
 

Definition at line 39 of file video_out.c.

vo_open_t vo_pgm_open
 

Definition at line 42 of file video_out.c.

vo_open_t vo_pgmpipe_open
 

Definition at line 43 of file video_out.c.

vo_open_t vo_sdl_open
 

Definition at line 37 of file video_out.c.

vo_open_t vo_x11_open
 

Definition at line 34 of file video_out.c.

vo_open_t vo_xv_open
 

Definition at line 33 of file video_out.c.

 

Powered by Plone

This site conforms to the following standards: