|
Blender V5.0
|
Public Attributes | |
| int | initial_frame |
| int | current_frame |
| int | start_frame |
| int | end_frame |
| short | render_size |
| short | render_flag |
| bool | forward |
| blender::Mutex | mutex |
| bool * | stop |
| bool * | do_update |
| float * | progress |
Definition at line 678 of file clip_editor.cc.
| int PrefetchQueue::current_frame |
Definition at line 679 of file clip_editor.cc.
Referenced by prefetch_thread_next_frame(), and start_prefetch_threads().
| bool* PrefetchQueue::do_update |
Definition at line 690 of file clip_editor.cc.
Referenced by prefetch_thread_next_frame(), and start_prefetch_threads().
| int PrefetchQueue::end_frame |
Definition at line 679 of file clip_editor.cc.
Referenced by prefetch_thread_next_frame(), and start_prefetch_threads().
| bool PrefetchQueue::forward |
Definition at line 685 of file clip_editor.cc.
Referenced by prefetch_thread_next_frame(), and start_prefetch_threads().
| int PrefetchQueue::initial_frame |
Definition at line 679 of file clip_editor.cc.
Referenced by prefetch_thread_next_frame(), and start_prefetch_threads().
| blender::Mutex PrefetchQueue::mutex |
Definition at line 687 of file clip_editor.cc.
Referenced by prefetch_thread_next_frame().
| float* PrefetchQueue::progress |
Definition at line 691 of file clip_editor.cc.
Referenced by prefetch_thread_next_frame(), and start_prefetch_threads().
| short PrefetchQueue::render_flag |
Definition at line 680 of file clip_editor.cc.
Referenced by prefetch_task_func(), prefetch_thread_next_frame(), and start_prefetch_threads().
| short PrefetchQueue::render_size |
Definition at line 680 of file clip_editor.cc.
Referenced by prefetch_task_func(), prefetch_thread_next_frame(), and start_prefetch_threads().
| int PrefetchQueue::start_frame |
Definition at line 679 of file clip_editor.cc.
Referenced by prefetch_thread_next_frame(), and start_prefetch_threads().
| bool* PrefetchQueue::stop |
Definition at line 689 of file clip_editor.cc.
Referenced by prefetch_task_func(), prefetch_thread_next_frame(), and start_prefetch_threads().