Go to the source code of this file.
Classes | |
| struct | pullup_buffer |
| struct | pullup_field |
| struct | pullup_frame |
| struct | pullup_context |
Functions | |
| struct pullup_buffer * | pullup_lock_buffer (struct pullup_buffer *b, int parity) |
| void | pullup_release_buffer (struct pullup_buffer *b, int parity) |
| struct pullup_buffer * | pullup_get_buffer (struct pullup_context *c, int parity) |
| void | pullup_submit_field (struct pullup_context *c, struct pullup_buffer *b, int parity) |
| void | pullup_flush_fields (struct pullup_context *c) |
| struct pullup_frame * | pullup_get_frame (struct pullup_context *c) |
| void | pullup_pack_frame (struct pullup_context *c, struct pullup_frame *fr) |
| void | pullup_release_frame (struct pullup_frame *fr) |
| struct pullup_context * | pullup_alloc_context (void) |
| void | pullup_preinit_context (struct pullup_context *c) |
| void | pullup_init_context (struct pullup_context *c) |
| void | pullup_free_context (struct pullup_context *c) |
| struct pullup_buffer* pullup_lock_buffer | ( | struct pullup_buffer * | b, | |
| int | parity | |||
| ) | [read] |
Definition at line 283 of file pullup.c.
Referenced by pullup_get_buffer(), pullup_get_frame(), pullup_pack_frame(), and pullup_submit_field().
| void pullup_release_buffer | ( | struct pullup_buffer * | b, | |
| int | parity | |||
| ) |
Definition at line 291 of file pullup.c.
Referenced by IvtcFilter(), pullup_flush_fields(), and pullup_release_frame().
| struct pullup_buffer* pullup_get_buffer | ( | struct pullup_context * | c, | |
| int | parity | |||
| ) | [read] |
| void pullup_submit_field | ( | struct pullup_context * | c, | |
| struct pullup_buffer * | b, | |||
| int | parity | |||
| ) |
| void pullup_flush_fields | ( | struct pullup_context * | c | ) |
| struct pullup_frame* pullup_get_frame | ( | struct pullup_context * | c | ) | [read] |
| void pullup_pack_frame | ( | struct pullup_context * | c, | |
| struct pullup_frame * | fr | |||
| ) |
| void pullup_release_frame | ( | struct pullup_frame * | fr | ) |
| struct pullup_context* pullup_alloc_context | ( | void | ) | [read] |
| void pullup_preinit_context | ( | struct pullup_context * | c | ) |
| void pullup_init_context | ( | struct pullup_context * | c | ) |
| void pullup_free_context | ( | struct pullup_context * | c | ) |
1.5.5