Blender V5.0
PrefetchQueue Struct Reference

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
floatprogress

Detailed Description

Definition at line 678 of file clip_editor.cc.

Member Data Documentation

◆ current_frame

int PrefetchQueue::current_frame

Definition at line 679 of file clip_editor.cc.

Referenced by prefetch_thread_next_frame(), and start_prefetch_threads().

◆ do_update

bool* PrefetchQueue::do_update

Definition at line 690 of file clip_editor.cc.

Referenced by prefetch_thread_next_frame(), and start_prefetch_threads().

◆ end_frame

int PrefetchQueue::end_frame

Definition at line 679 of file clip_editor.cc.

Referenced by prefetch_thread_next_frame(), and start_prefetch_threads().

◆ forward

bool PrefetchQueue::forward

Definition at line 685 of file clip_editor.cc.

Referenced by prefetch_thread_next_frame(), and start_prefetch_threads().

◆ initial_frame

int PrefetchQueue::initial_frame

Definition at line 679 of file clip_editor.cc.

Referenced by prefetch_thread_next_frame(), and start_prefetch_threads().

◆ mutex

blender::Mutex PrefetchQueue::mutex

Definition at line 687 of file clip_editor.cc.

Referenced by prefetch_thread_next_frame().

◆ progress

float* PrefetchQueue::progress

Definition at line 691 of file clip_editor.cc.

Referenced by prefetch_thread_next_frame(), and start_prefetch_threads().

◆ render_flag

short PrefetchQueue::render_flag

◆ render_size

short PrefetchQueue::render_size

◆ start_frame

int PrefetchQueue::start_frame

Definition at line 679 of file clip_editor.cc.

Referenced by prefetch_thread_next_frame(), and start_prefetch_threads().

◆ stop

bool* PrefetchQueue::stop

The documentation for this struct was generated from the following file: