Home
last modified time | relevance | path

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

/dports/multimedia/mpv/mpv-0.34.1/player/
H A Dosd.c152 int pos = get_current_pos_ratio(mpctx, false) * (width - 3); in add_term_osd_bar()
216 double position = get_current_pos_ratio(mpctx, true); in get_term_status_msg()
468 double pos = get_current_pos_ratio(mpctx, false); in add_seek_osd_messages()
565 double pos = get_current_pos_ratio(mpctx, false); in update_osd_msg()
H A Dcore.h612 double get_current_pos_ratio(struct MPContext *mpctx, bool use_range);
H A Dplayloop.c539 double get_current_pos_ratio(struct MPContext *mpctx, bool use_range) in get_current_pos_ratio() function
576 double pos = get_current_pos_ratio(mpctx, false); in get_percent_pos()
H A Dcommand.c740 double pos = get_current_pos_ratio(mpctx, false) * 100.0; in mp_property_percent_pos()
2159 lrint(get_current_pos_ratio(mpctx, false) * frames)); in mp_property_frame_number()
4801 double cur_pos = get_current_pos_ratio(mpctx, false); in cmd_seek()
4823 get_current_pos_ratio(mpctx, false) + v / 100.0, in cmd_seek()