#include "config.h"
#include <stdlib.h>
#include <inttypes.h>
#include "video_out.h"
#include "video_out_internal.h"
Include dependency graph for video_out.c:

Compounds | |
| struct | common_instance_s |
Defines | |
| #define | memalign(align, size) malloc (size) |
Typedefs | |
| typedef struct common_instance_s | common_instance_t |
Functions | |
| int | libvo_common_alloc_frames (vo_instance_t *_instance, int width, int height, int frame_size, void(*copy)(vo_frame_t *, uint8_t **), void(*field)(vo_frame_t *, int), void(*draw)(vo_frame_t *)) |
| void | libvo_common_free_frames (vo_instance_t *_instance) |
| vo_frame_t* | libvo_common_get_frame (vo_instance_t *_instance, int flags) |
| void | vo_accel (uint32_t accel) |
Variables | |
| uint32_t | vo_mm_accel = 0 |
Implements common functions for libvo plugins.
|
|
|
|
Common allocation of video output frames.
|
|
|
Free a commonly allocated frame
|
|
|
libvo_common_get_frame
|
|
|
vo_accel
|
|
|
vo_mm_accel
|
1.2.5 written by Dimitri van Heesch,
© 1997-2001