Go to the source code of this file.
#define PULLUP_CPU_3DNOW 4 |
#define PULLUP_CPU_3DNOWEXT 8 |
#define PULLUP_CPU_MMX 1 |
#define PULLUP_CPU_MMX2 2 |
#define PULLUP_CPU_SSE 16 |
#define PULLUP_CPU_SSE2 32 |
#define PULLUP_FMT_RGB32 4 |
#define PULLUP_FMT_Y 1 |
#define PULLUP_FMT_YUY2 2 |
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] |
struct pullup_frame* pullup_get_frame | ( | struct pullup_context * | c | ) | [read] |
void pullup_init_context | ( | struct pullup_context * | c | ) |
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 | |||
) |
void pullup_preinit_context | ( | struct pullup_context * | c | ) |
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 | ) |
void pullup_submit_field | ( | struct pullup_context * | c, | |
struct pullup_buffer * | b, | |||
int | parity | |||
) |