Blender
V3.3
|
#include <string.h>
#include "MEM_guardedalloc.h"
#include "DNA_scene_types.h"
#include "BLI_utildefines.h"
#include "BKE_report.h"
#include "BKE_writeavi.h"
Go to the source code of this file.
Functions | |
static int | start_stub (void *UNUSED(context_v), const Scene *UNUSED(scene), RenderData *UNUSED(rd), int UNUSED(rectx), int UNUSED(recty), ReportList *UNUSED(reports), bool UNUSED(preview), const char *UNUSED(suffix)) |
static void | end_stub (void *UNUSED(context_v)) |
static int | append_stub (void *UNUSED(context_v), RenderData *UNUSED(rd), int UNUSED(start_frame), int UNUSED(frame), int *UNUSED(pixels), int UNUSED(rectx), int UNUSED(recty), const char *UNUSED(suffix), ReportList *UNUSED(reports)) |
static void * | context_create_stub (void) |
static void | context_free_stub (void *UNUSED(context_v)) |
bMovieHandle * | BKE_movie_handle_get (const char imtype) |
void | BKE_movie_filepath_get (char *string, const RenderData *rd, bool preview, const char *suffix) |
Functions for writing AVI-format files. Added interface for generic movie support (ton)
Definition in file writeavi.c.
|
static |
Definition at line 45 of file writeavi.c.
Referenced by BKE_movie_handle_get().
void BKE_movie_filepath_get | ( | char * | string, |
const RenderData * | rd, | ||
bool | preview, | ||
const char * | suffix | ||
) |
Definition at line 302 of file writeavi.c.
References BKE_movie_handle_get(), bMovieHandle::get_movie_path, RenderData::im_format, ImageFormatData::imtype, and usdtokens::preview().
bMovieHandle* BKE_movie_handle_get | ( | const char | imtype | ) |
Definition at line 98 of file writeavi.c.
References bMovieHandle::append_movie, append_stub(), bMovieHandle::context_create, context_create_stub(), bMovieHandle::context_free, context_free_stub(), ELEM, bMovieHandle::end_movie, end_stub(), bMovieHandle::get_movie_path, NULL, R_IMF_IMTYPE_FFMPEG, R_IMF_IMTYPE_H264, R_IMF_IMTYPE_THEORA, R_IMF_IMTYPE_XVID, bMovieHandle::start_movie, start_stub(), and void.
Referenced by BKE_movie_filepath_get(), RE_RenderAnim(), and screen_opengl_render_anim_init().
Definition at line 63 of file writeavi.c.
Referenced by BKE_movie_handle_get().
Definition at line 41 of file writeavi.c.
Referenced by BKE_movie_handle_get().
|
static |
Definition at line 29 of file writeavi.c.
Referenced by BKE_movie_handle_get().