Doxygen Source Code Documentation
video_out.h File Reference
Go to the source code of this file.
Data Structures | |
| struct | vo_driver_t |
| struct | vo_instance_s |
| struct | vo_setup_result_t |
Typedefs | |
| typedef vo_instance_s | vo_instance_t |
| typedef vo_instance_t * | vo_open_t (void) |
Functions | |
| void | vo_accel (uint32_t accel) |
| vo_driver_t * | vo_drivers (void) |
Typedef Documentation
|
|
Definition at line 32 of file video_out.h. |
|
|
Definition at line 46 of file video_out.h. |
Function Documentation
|
|
|
|
|
Definition at line 70 of file video_out.c. Referenced by handle_args(), and print_usage().
00071 {
00072 return video_out_drivers;
00073 }
|