Blender V2.61 - r43446
|
#include "AVI_avi.h"
#include <stdlib.h>
#include <string.h>
#include "MEM_guardedalloc.h"
#include "rgb32.h"
Go to the source code of this file.
Functions | |
void * | avi_converter_from_rgb32 (AviMovie *movie, int stream, unsigned char *buffer, int *size) |
void * | avi_converter_to_rgb32 (AviMovie *movie, int stream, unsigned char *buffer, int *size) |
Definition in file rgb32.c.
void* avi_converter_from_rgb32 | ( | AviMovie * | movie, |
int | stream, | ||
unsigned char * | buffer, | ||
int * | size | ||
) |
Definition at line 43 of file rgb32.c.
References _AviMovie::header, _AviMainHeader::Height, MEM_freeN(), MEM_mallocN(), and _AviMainHeader::Width.
Referenced by avi_format_convert().
void* avi_converter_to_rgb32 | ( | AviMovie * | movie, |
int | stream, | ||
unsigned char * | buffer, | ||
int * | size | ||
) |
Definition at line 69 of file rgb32.c.
References _AviMovie::header, _AviMainHeader::Height, i, MEM_freeN(), MEM_mallocN(), and _AviMainHeader::Width.
Referenced by avi_format_convert().