|
Blender V5.0
|
Public Member Functions | |
| Request (const std::string &path, int frame, int stream, StripType type, int64_t logical_time, float time_frame, int ch, int width, int height) | |
| uint64_t | hash () const |
| bool | operator== (const Request &o) const |
Public Attributes | |
| std::string | file_path |
| int | frame_index = 0 |
| int | stream_index = 0 |
| StripType | strip_type = STRIP_TYPE_IMAGE |
| int64_t | requested_at = 0 |
| float | timeline_frame = 0 |
| int | channel = 0 |
| int | full_width = 0 |
| int | full_height = 0 |
Definition at line 66 of file thumbnail_cache.cc.
|
inlineexplicit |
Definition at line 67 of file thumbnail_cache.cc.
References channel, file_path, frame_index, full_height, full_width, requested_at, stream_index, strip_type, and timeline_frame.
Referenced by operator==().
|
inline |
Definition at line 100 of file thumbnail_cache.cc.
References file_path, frame_index, blender::get_default_hash(), stream_index, and strip_type.
|
inline |
Definition at line 104 of file thumbnail_cache.cc.
References file_path, frame_index, Request(), stream_index, and strip_type.
| int blender::seq::ThumbnailCache::Request::channel = 0 |
Definition at line 96 of file thumbnail_cache.cc.
Referenced by Request().
| std::string blender::seq::ThumbnailCache::Request::file_path |
Definition at line 88 of file thumbnail_cache.cc.
Referenced by hash(), operator==(), and Request().
| int blender::seq::ThumbnailCache::Request::frame_index = 0 |
Definition at line 89 of file thumbnail_cache.cc.
Referenced by hash(), operator==(), and Request().
| int blender::seq::ThumbnailCache::Request::full_height = 0 |
Definition at line 98 of file thumbnail_cache.cc.
Referenced by Request().
| int blender::seq::ThumbnailCache::Request::full_width = 0 |
Definition at line 97 of file thumbnail_cache.cc.
Referenced by Request().
| int64_t blender::seq::ThumbnailCache::Request::requested_at = 0 |
Definition at line 94 of file thumbnail_cache.cc.
Referenced by Request().
| int blender::seq::ThumbnailCache::Request::stream_index = 0 |
Definition at line 90 of file thumbnail_cache.cc.
Referenced by hash(), operator==(), and Request().
| StripType blender::seq::ThumbnailCache::Request::strip_type = STRIP_TYPE_IMAGE |
Definition at line 91 of file thumbnail_cache.cc.
Referenced by hash(), operator==(), and Request().
| float blender::seq::ThumbnailCache::Request::timeline_frame = 0 |
Definition at line 95 of file thumbnail_cache.cc.
Referenced by Request().