Blender V4.3
writemovie.cc File Reference
#include <cstring>
#include "MEM_guardedalloc.h"
#include "DNA_scene_types.h"
#include "BLI_utildefines.h"
#include "BKE_report.hh"
#include "BKE_writemovie.hh"

Go to the source code of this file.

Functions

static bool start_stub (void *, const Scene *, RenderData *, int, int, ReportList *, bool, const char *)
 
static void end_stub (void *)
 
static bool append_stub (void *, RenderData *, int, int, const ImBuf *, const char *, ReportList *)
 
static void * context_create_stub ()
 
static void context_free_stub (void *)
 
bMovieHandleBKE_movie_handle_get (const char imtype)
 
void BKE_movie_filepath_get (char filepath[1024], const RenderData *rd, bool preview, const char *suffix)
 

Detailed Description

Functions for writing movie files.

Definition in file writemovie.cc.

Function Documentation

◆ append_stub()

static bool append_stub ( void * ,
RenderData * ,
int ,
int ,
const ImBuf * ,
const char * ,
ReportList *  )
static

Definition at line 40 of file writemovie.cc.

Referenced by BKE_movie_handle_get().

◆ BKE_movie_filepath_get()

void BKE_movie_filepath_get ( char filepath[1024],
const RenderData * rd,
bool preview,
const char * suffix )

◆ BKE_movie_handle_get()

◆ context_create_stub()

static void * context_create_stub ( )
static

Definition at line 51 of file writemovie.cc.

Referenced by BKE_movie_handle_get().

◆ context_free_stub()

static void context_free_stub ( void * )
static

Definition at line 56 of file writemovie.cc.

Referenced by BKE_movie_handle_get().

◆ end_stub()

static void end_stub ( void * )
static

Definition at line 38 of file writemovie.cc.

Referenced by BKE_movie_handle_get().

◆ start_stub()

static bool start_stub ( void * ,
const Scene * ,
RenderData * ,
int ,
int ,
ReportList * ,
bool ,
const char *  )
static

Definition at line 26 of file writemovie.cc.

Referenced by BKE_movie_handle_get().