Go to the source code of this file.
#define PULLUP_CPU_3DNOW 4 |
Definition at line 24 of file pullup.h.
Referenced by init_pullup().
#define PULLUP_CPU_3DNOWEXT 8 |
Definition at line 25 of file pullup.h.
Referenced by init_pullup().
#define PULLUP_CPU_MMX 1 |
Definition at line 22 of file pullup.h.
Referenced by init_pullup(), and pullup_init_context().
#define PULLUP_CPU_MMX2 2 |
Definition at line 23 of file pullup.h.
Referenced by init_pullup().
#define PULLUP_CPU_SSE 16 |
Definition at line 26 of file pullup.h.
Referenced by init_pullup().
#define PULLUP_CPU_SSE2 32 |
Definition at line 27 of file pullup.h.
Referenced by init_pullup().
#define PULLUP_FMT_RGB32 4 |
Definition at line 32 of file pullup.h.
Referenced by pullup_init_context().
#define PULLUP_FMT_Y 1 |
Definition at line 29 of file pullup.h.
Referenced by init_pullup(), and pullup_init_context().
#define PULLUP_FMT_YUY2 2 |
Definition at line 30 of file pullup.h.
Referenced by pullup_init_context().
struct pullup_context* pullup_alloc_context | ( | void | ) | [read] |
void pullup_flush_fields | ( | struct pullup_context * | c | ) |
void pullup_free_context | ( | struct pullup_context * | c | ) |
struct pullup_buffer* pullup_get_buffer | ( | struct pullup_context * | c, |
int | parity | ||
) | [read] |
Definition at line 306 of file pullup.c.
Referenced by pullup_pack_frame(), and put_image().
struct pullup_frame* pullup_get_frame | ( | struct pullup_context * | c | ) | [read] |
Definition at line 647 of file pullup.c.
Referenced by put_image().
void pullup_init_context | ( | struct pullup_context * | c | ) |
Definition at line 765 of file pullup.c.
Referenced by init_pullup().
struct pullup_buffer* pullup_lock_buffer | ( | struct pullup_buffer * | b, |
int | parity | ||
) | [read] |
Definition at line 291 of file pullup.c.
Referenced by pullup_get_buffer(), pullup_get_frame(), pullup_pack_frame(), and pullup_submit_field().
void pullup_pack_frame | ( | struct pullup_context * | c, |
struct pullup_frame * | fr | ||
) |
Definition at line 713 of file pullup.c.
Referenced by put_image().
void pullup_preinit_context | ( | struct pullup_context * | c | ) |
Definition at line 756 of file pullup.c.
Referenced by init_pullup().
void pullup_release_buffer | ( | struct pullup_buffer * | b, |
int | parity | ||
) |
Definition at line 299 of file pullup.c.
Referenced by pullup_flush_fields(), pullup_release_frame(), and put_image().
void pullup_release_frame | ( | struct pullup_frame * | fr | ) |
Definition at line 731 of file pullup.c.
Referenced by put_image().
void pullup_submit_field | ( | struct pullup_context * | c, |
struct pullup_buffer * | b, | ||
int | parity | ||
) |
Definition at line 415 of file pullup.c.
Referenced by put_image().