
Public Member Functions | |
| LinearBlurMain (PluginServer *server) | |
| ~LinearBlurMain () | |
| int | process_buffer (VFrame *frame, int64_t start_position, double frame_rate) |
| int | is_realtime () |
| int | load_defaults () |
| int | save_defaults () |
| void | save_data (KeyFrame *keyframe) |
| void | read_data (KeyFrame *keyframe) |
| void | update_gui () |
| int | handle_opengl () |
| void | delete_tables () |
Data Fields | |
| VFrame * | input |
| VFrame * | output |
| VFrame * | temp |
| LinearBlurEngine * | engine |
| int ** | scale_y_table |
| int ** | scale_x_table |
| LinearBlurLayer * | layer_table |
| int | table_entries |
| int | need_reconfigure |
| unsigned char * | accum |
Definition at line 104 of file linearblur.C.
| LinearBlurMain::LinearBlurMain | ( | PluginServer * | server | ) |
Definition at line 358 of file linearblur.C.
References accum, engine, layer_table, need_reconfigure, PLUGIN_CONSTRUCTOR_MACRO, scale_x_table, scale_y_table, table_entries, and temp.
| LinearBlurMain::~LinearBlurMain | ( | ) |
Definition at line 372 of file linearblur.C.
References accum, delete_tables(), engine, PLUGIN_DESTRUCTOR_MACRO, and temp.

| int LinearBlurMain::process_buffer | ( | VFrame * | frame, | |
| int64_t | start_position, | |||
| double | frame_rate | |||
| ) | [virtual] |
Reimplemented from PluginVClient.
Definition at line 417 of file linearblur.C.
References accum, CLAMP, cmodel_components(), VFrame::copy_from(), delete_tables(), engine, VFrame::get_color_model(), PluginVClient::get_framerate(), VFrame::get_h(), PluginClient::get_project_smp(), PluginClient::get_source_position(), PluginClient::get_use_opengl(), VFrame::get_w(), input, layer_table, M_PI, MAX, MIN, need_reconfigure, output, LoadServer::process_packages(), PluginVClient::read_frame(), PluginVClient::run_opengl(), scale_x_table, scale_y_table, table_entries, temp, LinearBlurLayer::x, and LinearBlurLayer::y.

| int LinearBlurMain::is_realtime | ( | ) | [virtual] |
| int LinearBlurMain::load_defaults | ( | ) | [virtual] |
| int LinearBlurMain::save_defaults | ( | ) | [virtual] |
| void LinearBlurMain::save_data | ( | KeyFrame * | keyframe | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 590 of file linearblur.C.
References FileXML::append_tag(), KeyFrame::data, output, XMLTag::set_property(), FileXML::set_shared_string(), XMLTag::set_title(), FileXML::tag, and FileXML::terminate_string().

| void LinearBlurMain::read_data | ( | KeyFrame * | keyframe | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 611 of file linearblur.C.
References KeyFrame::data, XMLTag::get_property(), input, FileXML::read_tag(), FileXML::set_shared_string(), FileXML::tag, and XMLTag::title_is().

| void LinearBlurMain::update_gui | ( | ) | [virtual] |
| int LinearBlurMain::handle_opengl | ( | ) | [virtual] |
Reimplemented from PluginVClient.
Definition at line 651 of file linearblur.C.
References VFrame::bind_texture(), cmodel_is_yuv(), VFrame::draw_texture(), VFrame::enable_opengl(), VFrame::get_h(), PluginVClient::get_output(), VFrame::get_w(), VFrame::init_screen(), layer_table, VFrame::SCREEN, VFrame::set_opengl_state(), VFrame::to_texture(), LinearBlurLayer::x, and LinearBlurLayer::y.

| void LinearBlurMain::delete_tables | ( | ) |
Definition at line 395 of file linearblur.C.
References layer_table, scale_x_table, scale_y_table, and table_entries.
Referenced by process_buffer(), and ~LinearBlurMain().
Reimplemented from PluginVClient.
Definition at line 124 of file linearblur.C.
Referenced by process_buffer(), LinearBlurUnit::process_package(), and read_data().
Reimplemented from PluginVClient.
Definition at line 124 of file linearblur.C.
Referenced by LinearBlurEngine::init_packages(), process_buffer(), LinearBlurUnit::process_package(), and save_data().
Reimplemented from PluginVClient.
Definition at line 124 of file linearblur.C.
Referenced by LinearBlurMain(), process_buffer(), and ~LinearBlurMain().
Definition at line 125 of file linearblur.C.
Referenced by LinearBlurMain(), process_buffer(), and ~LinearBlurMain().
Definition at line 126 of file linearblur.C.
Referenced by delete_tables(), LinearBlurMain(), process_buffer(), and LinearBlurUnit::process_package().
Definition at line 127 of file linearblur.C.
Referenced by delete_tables(), LinearBlurMain(), process_buffer(), and LinearBlurUnit::process_package().
Definition at line 128 of file linearblur.C.
Referenced by delete_tables(), handle_opengl(), LinearBlurMain(), and process_buffer().
Definition at line 129 of file linearblur.C.
Referenced by delete_tables(), LinearBlurMain(), and process_buffer().
| unsigned char* LinearBlurMain::accum |
Definition at line 132 of file linearblur.C.
Referenced by LinearBlurMain(), process_buffer(), and ~LinearBlurMain().
1.5.5