Blender V2.61 - r43446
|
#include <AVI_avi.h>
Public Attributes | |
FILE * | fp |
int | type |
int64_t | size |
AviMainHeader * | header |
AviStreamRec * | streams |
AviIndexEntry * | entries |
int | index_entries |
int64_t | movi_offset |
int64_t | read_offset |
int64_t * | offset_table |
int | interlace |
int | odd_fields |
Definition at line 191 of file AVI_avi.h.
Referenced by AVI_close(), AVI_close_compress(), AVI_open_compress(), AVI_open_movie(), AVI_read_frame(), and AVI_write_frame().
FILE* _AviMovie::fp |
Definition at line 181 of file AVI_avi.h.
Referenced by AVI_close(), AVI_close_compress(), AVI_is_avi(), AVI_open_compress(), AVI_open_movie(), AVI_read_frame(), AVI_set_compress_option(), and AVI_write_frame().
Definition at line 189 of file AVI_avi.h.
Referenced by AVI_close(), AVI_close_compress(), avi_converter_from_avi_rgb(), avi_converter_from_mjpeg(), avi_converter_from_rgb32(), avi_converter_to_avi_rgb(), avi_converter_to_mjpeg(), avi_converter_to_rgb32(), AVI_get_stream(), AVI_is_avi(), AVI_open_compress(), AVI_open_movie(), AVI_set_compress_option(), AVI_write_frame(), and startavi().
Definition at line 192 of file AVI_avi.h.
Referenced by AVI_close_compress(), AVI_open_compress(), AVI_open_movie(), and AVI_write_frame().
Definition at line 199 of file AVI_avi.h.
Referenced by alloc_proxy_output_avi(), avi_converter_to_mjpeg(), and start_avi().
int64_t _AviMovie::movi_offset |
Definition at line 194 of file AVI_avi.h.
Referenced by AVI_close_compress(), AVI_open_compress(), AVI_open_movie(), and AVI_write_frame().
Definition at line 200 of file AVI_avi.h.
Referenced by alloc_proxy_output_avi(), avi_converter_to_mjpeg(), and start_avi().
int64_t* _AviMovie::offset_table |
Definition at line 196 of file AVI_avi.h.
Referenced by AVI_close(), AVI_close_compress(), AVI_is_avi(), AVI_open_compress(), AVI_open_movie(), AVI_set_compress_option(), and AVI_write_frame().
int64_t _AviMovie::read_offset |
Definition at line 195 of file AVI_avi.h.
Referenced by AVI_open_movie(), and AVI_read_frame().
int64_t _AviMovie::size |
Definition at line 187 of file AVI_avi.h.
Referenced by AVI_is_avi(), and AVI_open_movie().
Definition at line 190 of file AVI_avi.h.
Referenced by AVI_close(), AVI_close_compress(), avi_converter_from_avi_rgb(), avi_converter_to_mjpeg(), AVI_get_stream(), AVI_is_avi(), AVI_open_compress(), AVI_open_movie(), AVI_read_frame(), AVI_set_compress_option(), and AVI_write_frame().
int _AviMovie::type |
Definition at line 183 of file AVI_avi.h.
Referenced by AVI_is_avi(), AVI_open_compress(), and AVI_open_movie().