Home
last modified time | relevance | path

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

/dports/multimedia/mpv/mpv-0.34.1/player/
H A Dcore.h77 MPSEEK_DEFAULT = 0, enumerator
H A Dplayloop.c862 queue_seek(mpctx, MPSEEK_RELATIVE, opts->step_sec, MPSEEK_DEFAULT, 0); in handle_sstep()
881 enum seek_precision prec = MPSEEK_DEFAULT; in handle_loop_file()
H A Dcommand.c736 queue_seek(mpctx, MPSEEK_FACTOR, pos / 100.0, MPSEEK_DEFAULT, 0); in mp_property_percent_pos()
780 queue_seek(mpctx, MPSEEK_ABSOLUTE, *(double *)arg, MPSEEK_DEFAULT, 0); in mp_property_time_pos()
841 queue_seek(mpctx, MPSEEK_ABSOLUTE, *(double *)arg, MPSEEK_DEFAULT, 0); in mp_property_playback_time()
914 queue_seek(mpctx, MPSEEK_ABSOLUTE, pts, MPSEEK_DEFAULT, 0); in mp_property_chapter()
4782 enum seek_precision precision = MPSEEK_DEFAULT; in cmd_seek()
H A Dloadfile.c1667 queue_seek(mpctx, MPSEEK_ABSOLUTE, play_start_pts, MPSEEK_DEFAULT, 0); in play_current_file()