|
xine-lib
1.2.10
|
#include <xine/xine_internal.h>Go to the source code of this file.
Functions | |
| void * | boxblur_init_plugin (xine_t *xine, const void *) |
| void * | denoise3d_init_plugin (xine_t *xine, const void *) |
| void * | eq_init_plugin (xine_t *xine, const void *) |
| void * | eq2_init_plugin (xine_t *xine, const void *) |
| void * | expand_init_plugin (xine_t *xine, const void *) |
| void * | fill_init_plugin (xine_t *xine, const void *) |
| void * | invert_init_plugin (xine_t *xine, const void *) |
| void * | noise_init_plugin (xine_t *xine, const void *) |
| void * | unsharp_init_plugin (xine_t *xine, const void *) |
| void* boxblur_init_plugin | ( | xine_t * | xine, |
| const void * | |||
| ) |
References boxblur_open_plugin(), N_, NULL, and post_class_s::open_plugin.
| void* denoise3d_init_plugin | ( | xine_t * | xine, |
| const void * | |||
| ) |
References denoise3d_open_plugin(), N_, NULL, and post_class_s::open_plugin.
| void* eq2_init_plugin | ( | xine_t * | xine, |
| const void * | |||
| ) |
References eq2_open_plugin(), N_, NULL, and post_class_s::open_plugin.
| void* eq_init_plugin | ( | xine_t * | xine, |
| const void * | |||
| ) |
References eq_open_plugin(), N_, NULL, and post_class_s::open_plugin.
| void* expand_init_plugin | ( | xine_t * | xine, |
| const void * | |||
| ) |
References expand_open_plugin(), N_, NULL, and post_class_s::open_plugin.
| void* fill_init_plugin | ( | xine_t * | xine, |
| const void * | |||
| ) |
References fill_open_plugin(), N_, NULL, and post_class_s::open_plugin.
| void* invert_init_plugin | ( | xine_t * | xine, |
| const void * | |||
| ) |
References invert_open_plugin(), N_, NULL, and post_class_s::open_plugin.
| void* noise_init_plugin | ( | xine_t * | xine, |
| const void * | |||
| ) |
References N_, noise_open_plugin(), NULL, and post_class_s::open_plugin.
| void* unsharp_init_plugin | ( | xine_t * | xine, |
| const void * | |||
| ) |
References N_, NULL, post_class_s::open_plugin, and unsharp_open_plugin().
1.8.17