Home
last modified time | relevance | path

Searched refs:nearby_clip_start_position (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/libopenshot/libopenshot-0.2.7/src/
H A DTimeline.cpp867 … long nearby_clip_start_position = round(nearby_clip->Position() * info.fps.ToDouble()) + 1; in GetFrame() local
870 …long nearby_clip_frame_number = requested_frame - nearby_clip_start_position + nearby_clip_start_f… in GetFrame()
874nearby_clip_start_position <= requested_frame && nearby_clip_end_position >= requested_frame && in GetFrame()
875nearby_clip_start_position > clip_start_position && is_top_clip == true) { in GetFrame()
882nearby_clip_start_position <= requested_frame && nearby_clip_end_position >= requested_frame) { in GetFrame()