Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_movieclip.h
| Show First 20 Lines • Show All 89 Lines • ▼ Show 20 Lines | |||||
| void BKE_movieclip_build_proxy_frame_for_ibuf(struct MovieClip *clip, | void BKE_movieclip_build_proxy_frame_for_ibuf(struct MovieClip *clip, | ||||
| struct ImBuf *ibuf, | struct ImBuf *ibuf, | ||||
| struct MovieDistortion *distortion, | struct MovieDistortion *distortion, | ||||
| int cfra, | int cfra, | ||||
| int *build_sizes, | int *build_sizes, | ||||
| int build_count, | int build_count, | ||||
| bool undistorted); | bool undistorted); | ||||
| bool BKE_movieclip_proxy_enabled(struct MovieClip *clip); | |||||
| float BKE_movieclip_remap_scene_to_clip_frame(const struct MovieClip *clip, float framenr); | float BKE_movieclip_remap_scene_to_clip_frame(const struct MovieClip *clip, float framenr); | ||||
| float BKE_movieclip_remap_clip_to_scene_frame(const struct MovieClip *clip, float framenr); | float BKE_movieclip_remap_clip_to_scene_frame(const struct MovieClip *clip, float framenr); | ||||
| void BKE_movieclip_filename_for_frame(struct MovieClip *clip, | void BKE_movieclip_filename_for_frame(struct MovieClip *clip, | ||||
| struct MovieClipUser *user, | struct MovieClipUser *user, | ||||
| char *name); | char *name); | ||||
| Show All 34 Lines | |||||