Blender V5.0
intra_frame_cache.cc File Reference
#include "BLI_map.hh"
#include "DNA_scene_types.h"
#include "DNA_sequence_types.h"
#include "IMB_imbuf.hh"
#include "intra_frame_cache.hh"

Go to the source code of this file.

Classes

struct  blender::seq::StripImageMap
struct  blender::seq::IntraFrameCache

Namespaces

namespace  blender
namespace  blender::seq

Functions

static IntraFrameCacheblender::seq::query_intra_frame_cache (Scene *scene)
void blender::seq::intra_frame_cache_invalidate (Scene *scene)
void blender::seq::intra_frame_cache_invalidate (Scene *scene, const Strip *strip)
ImBufblender::seq::intra_frame_cache_get_preprocessed (Scene *scene, const Strip *strip)
ImBufblender::seq::intra_frame_cache_get_composite (Scene *scene, const Strip *strip)
void blender::seq::intra_frame_cache_put_preprocessed (Scene *scene, const Strip *strip, ImBuf *image)
void blender::seq::intra_frame_cache_put_composite (Scene *scene, const Strip *strip, ImBuf *image)
void blender::seq::intra_frame_cache_destroy (Scene *scene)
void blender::seq::intra_frame_cache_set_cur_frame (Scene *scene, float frame, int view_id, int width, int height)