|
Blender V5.0
|
Go to the source code of this file.
Classes | |
| struct | MovieIndexFrame |
| struct | MovieIndex |
Functions | |
| MovieReader * | movie_open_proxy (MovieReader *anim, IMB_Proxy_Size preview_size) |
| const MovieIndex * | movie_open_index (MovieReader *anim, IMB_Timecode_Type tc) |
| const MovieIndex * movie_open_index | ( | MovieReader * | anim, |
| IMB_Timecode_Type | tc ) |
Definition at line 1276 of file movie_proxy_indexer.cc.
References FILE_MAX, get_tc_filepath(), IMB_TC_RECORD_RUN, IMB_TC_RECORD_RUN_NO_GAPS, MovieReader::indices_tried, movie_index_open(), MovieReader::no_gaps, and MovieReader::record_run.
Referenced by MOV_calc_frame_index_with_timecode(), and MOV_get_duration_frames().
| MovieReader * movie_open_proxy | ( | MovieReader * | anim, |
| IMB_Proxy_Size | preview_size ) |
Definition at line 1246 of file movie_proxy_indexer.cc.
References MovieReader::colorspace, FILE_MAX, get_proxy_filepath(), i, MOV_open_file(), MovieReader::proxies_tried, MovieReader::proxy_anim, and proxy_size_to_array_index().
Referenced by MOV_decode_frame().