Home
last modified time | relevance | path

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

/dports/multimedia/mplayer/mplayer-export-2021-12-29/
H A Dm_option.h196 #define CONF_TYPE_TIME (&m_option_type_time) macro
H A Dcommand.c2106 { "stream_time_pos", mp_property_stream_time_pos, CONF_TYPE_TIME,
2108 { "length", mp_property_length, CONF_TYPE_TIME,
2112 { "time_pos", mp_property_time_pos, CONF_TYPE_TIME,
2658 prop->type == CONF_TYPE_TIME) in run_command()
H A Dcfg-common.h402 {"ss", &seek_to_sec, CONF_TYPE_TIME, 0, 0, 0, NULL},
/dports/multimedia/mencoder/mplayer-export-2021-12-29/
H A Dm_option.h196 #define CONF_TYPE_TIME (&m_option_type_time) macro
H A Dcommand.c2106 { "stream_time_pos", mp_property_stream_time_pos, CONF_TYPE_TIME,
2108 { "length", mp_property_length, CONF_TYPE_TIME,
2112 { "time_pos", mp_property_time_pos, CONF_TYPE_TIME,
2658 prop->type == CONF_TYPE_TIME) in run_command()
H A Dcfg-common.h402 {"ss", &seek_to_sec, CONF_TYPE_TIME, 0, 0, 0, NULL},
/dports/multimedia/mpv/mpv-0.34.1/options/
H A Dm_option.h229 #define CONF_TYPE_TIME (&m_option_type_time) macro
/dports/multimedia/mpv/mpv-0.34.1/player/
H A Dcommand.c594 const struct m_option time_type = {.type = CONF_TYPE_TIME}; in property_time()
931 {"time", {.type = CONF_TYPE_TIME}, {.time = time}}, in get_chapter_entry()