|
Blender
V2.93
|
#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 |
| AviIndexEntry* _AviMovie::entries |
Definition at line 189 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 179 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().
| AviMainHeader* _AviMovie::header |
Definition at line 187 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(), and AVI_write_frame().
| int _AviMovie::index_entries |
Definition at line 190 of file AVI_avi.h.
Referenced by AVI_close_compress(), AVI_open_compress(), AVI_open_movie(), and AVI_write_frame().
| int _AviMovie::interlace |
Definition at line 197 of file AVI_avi.h.
Referenced by avi_converter_to_mjpeg().
| int64_t _AviMovie::movi_offset |
Definition at line 192 of file AVI_avi.h.
Referenced by AVI_close_compress(), AVI_open_compress(), AVI_open_movie(), and AVI_write_frame().
| int _AviMovie::odd_fields |
Definition at line 198 of file AVI_avi.h.
Referenced by avi_converter_to_mjpeg().
| int64_t* _AviMovie::offset_table |
Definition at line 194 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 193 of file AVI_avi.h.
Referenced by AVI_open_movie(), and AVI_read_frame().
| int64_t _AviMovie::size |
Definition at line 185 of file AVI_avi.h.
Referenced by AVI_is_avi(), and AVI_open_movie().
| AviStreamRec* _AviMovie::streams |
Definition at line 188 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 181 of file AVI_avi.h.
Referenced by AVI_is_avi(), AVI_open_compress(), and AVI_open_movie().