Include dependency graph for extrapanel.cpp:

| #define SMOOTH_TIP |
Value:
N_( "Controls the blending of equalizer bands. The higher" \ " this value is, the more correlated their movement will be." )
| anonymous enum |
| BEGIN_EVENT_TABLE | ( | ExtraPanel | , | |
| wxPanel | ||||
| ) |
| static void ChangeFiltersString | ( | intf_thread_t * | , | |
| aout_instance_t * | , | |||
| char * | , | |||
| bool | ||||
| ) | [static] |
| static void ChangeVFilters2String | ( | intf_thread_t * | , | |
| char * | , | |||
| bool | ||||
| ) | [static] |
| static void ChangeVFiltersString | ( | intf_thread_t * | , | |
| char * | , | |||
| bool | ||||
| ) | [static] |
| static int IntfBandsCallback | ( | vlc_object_t * | , | |
| char const * | , | |||
| vlc_value_t | , | |||
| vlc_value_t | , | |||
| void * | ||||
| ) | [static] |
| static int IntfPreampCallback | ( | vlc_object_t * | , | |
| char const * | , | |||
| vlc_value_t | , | |||
| vlc_value_t | , | |||
| void * | ||||
| ) | [static] |
const wxString band_frequencies[] [static] |
Initial value:
{
wxT(" 60 Hz"),
wxT("170 Hz"),
wxT("310 Hz"),
wxT("600 Hz"),
wxT(" 1 kHz"),
wxT(" 3 kHz"),
wxT(" 6 kHz"),
wxT("12 kHz"),
wxT("14 kHz"),
wxT("16 kHz")
}
struct filter vfilters[] [static] |
Initial value:
{
{ "clone", N_("Image clone"), N_("Creates several clones of the image"), false },
{ "gradient", N_("Cartoon effect"), N_("Gradient effects (cartoon) on the image"), true },
{ "invert", N_("Image inversion") , N_("Inverts the colors of the image"), true },
{ "motionblur", N_("Blurring"), N_("Adds motion blurring to the image"), true },
{ "ripple", N_("Water effect"), N_("Adds water effect to the image"), true },
{ "wave", N_("Wave effect"), N_("Adds wave effect to the image"), true },
{ "transform", N_("Transformation"), N_("Rotates or flips the image"), false },
{ "magnify", N_("Magnify"), N_("Magnifies part of the image"), false },
{ "puzzle", N_("Puzzle"), N_("Turns the image into a puzzle"), false },
{ NULL, NULL, NULL }
}
1.5.1