#include <packagedispatcher.h>
Public Member Functions | |
| PackageDispatcher () | |
| ~PackageDispatcher () | |
| int | create_packages (MWindow *mwindow, EDL *edl, Preferences *preferences, int strategy, Asset *default_asset, double total_start, double total_end, int test_overwrite) |
| RenderPackage * | get_package (double frames_per_second, int client_number, int use_local_rate) |
| ArrayList< Asset * > * | get_asset_list () |
| RenderPackage * | get_package (int number) |
| int | get_total_packages () |
Public Attributes | |
| EDL * | edl |
| int64_t | audio_position |
| int64_t | video_position |
| int64_t | audio_end |
| int64_t | video_end |
| double | total_start |
| double | total_end |
| double | total_len |
| int | strategy |
| Asset * | default_asset |
| Preferences * | preferences |
| int | current_number |
| int | number_start |
| int | total_digits |
| double | package_len |
| double | min_package_len |
| int64_t | total_packages |
| int64_t | total_allocated |
| int | nodes |
| MWindow * | mwindow |
| RenderPackage ** | packages |
| int | current_package |
| Mutex * | package_lock |
Definition at line 18 of file packagedispatcher.h.
|
|
Definition at line 17 of file packagedispatcher.C. References package_lock, and packages. |
|
|
Definition at line 23 of file packagedispatcher.C. References package_lock, packages, and total_packages. |
|
||||||||||||||||||||||||||||||||||||
|
|
Definition at line 413 of file packagedispatcher.C. References RenderPackage::audio_end, Asset::audio_length, RenderPackage::audio_start, current_package, packages, RenderPackage::path, Asset::path, RenderPackage::video_end, Asset::video_length, and RenderPackage::video_start. Referenced by Render::render(). |
|
|
Definition at line 430 of file packagedispatcher.C. References packages. |
|
||||||||||||||||
|
|
Definition at line 435 of file packagedispatcher.C. Referenced by BatchRenderThread::calculate_dest_paths(). |
|
|
Definition at line 44 of file packagedispatcher.h. Referenced by create_packages(), and get_package(). |
|
|
Definition at line 42 of file packagedispatcher.h. Referenced by create_packages(), and get_package(). |
|
|
Definition at line 52 of file packagedispatcher.h. Referenced by create_packages(), and get_package(). |
|
|
Definition at line 62 of file packagedispatcher.h. Referenced by create_packages(), get_asset_list(), and get_package(). |
|
|
Definition at line 50 of file packagedispatcher.h. |
|
|
Definition at line 41 of file packagedispatcher.h. |
|
|
Definition at line 56 of file packagedispatcher.h. Referenced by create_packages(), and get_package(). |
|
|
Definition at line 60 of file packagedispatcher.h. |
|
|
Definition at line 59 of file packagedispatcher.h. Referenced by create_packages(). |
|
|
Definition at line 53 of file packagedispatcher.h. Referenced by create_packages(), and get_package(). |
|
|
Definition at line 55 of file packagedispatcher.h. Referenced by create_packages(), and get_package(). |
|
|
Definition at line 63 of file packagedispatcher.h. Referenced by get_package(), PackageDispatcher(), and ~PackageDispatcher(). |
|
|
Definition at line 61 of file packagedispatcher.h. Referenced by create_packages(), get_asset_list(), get_package(), PackageDispatcher(), and ~PackageDispatcher(). |
|
|
Definition at line 51 of file packagedispatcher.h. |
|
|
Definition at line 49 of file packagedispatcher.h. |
|
|
Definition at line 58 of file packagedispatcher.h. Referenced by create_packages(), and Render::start_progress(). |
|
|
Definition at line 54 of file packagedispatcher.h. Referenced by create_packages(), and get_package(). |
|
|
Definition at line 47 of file packagedispatcher.h. |
|
|
Definition at line 48 of file packagedispatcher.h. Referenced by create_packages(). |
|
|
Definition at line 57 of file packagedispatcher.h. Referenced by create_packages(), get_package(), and ~PackageDispatcher(). |
|
|
Definition at line 46 of file packagedispatcher.h. |
|
|
Definition at line 45 of file packagedispatcher.h. Referenced by create_packages(), PackageRenderer::do_video(), and get_package(). |
|
|
Definition at line 43 of file packagedispatcher.h. Referenced by create_packages(), and get_package(). |
1.4.4