Home
last modified time | relevance | path

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

/dports/multimedia/libopenshot/libopenshot-0.2.7/src/
H A DClip.cpp815 long clip_start_position = round(Position() * info.fps.ToDouble()) + 1; in PropertiesJSON() local
817 double timeline_frame_number = requested_frame + clip_start_position - clip_start_frame; in PropertiesJSON()
845 long clip_start_position = round(Position() * info.fps.ToDouble()) + 1; in PropertiesJSON() local
847 double timeline_frame_number = requested_frame + clip_start_position - clip_start_frame; in PropertiesJSON()
1405 long clip_start_position = round(Position() * info.fps.ToDouble()) + 1; in get_transform() local
1407 double timeline_frame_number = frame->number + clip_start_position - clip_start_frame; in get_transform()
1423 long clip_start_position = round(Position() * info.fps.ToDouble()) + 1; in get_transform() local
1425 double timeline_frame_number = frame->number + clip_start_position - clip_start_frame; in get_transform()
H A DTimeline.cpp851 long clip_start_position = round(clip->Position() * info.fps.ToDouble()) + 1; in GetFrame() local
854 …bool does_clip_intersect = (clip_start_position <= requested_frame && clip_end_position >= request… in GetFrame()
875 … nearby_clip_start_position > clip_start_position && is_top_clip == true) { in GetFrame()
889 long clip_frame_number = requested_frame - clip_start_position + clip_start_frame; in GetFrame()
938 long clip_start_position = round(clip->Position() * info.fps.ToDouble()) + 1; in find_intersecting_clips() local
942 … (clip_start_position <= min_requested_frame || clip_start_position <= max_requested_frame) && in find_intersecting_clips()
H A DFrameMapper.cpp964 int64_t clip_start_position = round(position * info.fps.ToDouble()) + 1; in AdjustFrameNumber() local
965 int64_t frame_number = clip_frame_number + clip_start_position - clip_start_frame; in AdjustFrameNumber()