Searched refs:_mpd_helper_accumulate (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstxmlhelper.c | 51 _mpd_helper_accumulate (guint64 * v, guint64 mul, guint64 add) in _mpd_helper_accumulate() function 262 if (!_mpd_helper_accumulate (&tmp_value, 1, years) in _mpd_helper_parse_duration() 263 || !_mpd_helper_accumulate (&tmp_value, 365, months * 30) in _mpd_helper_parse_duration() 264 || !_mpd_helper_accumulate (&tmp_value, 1, days) in _mpd_helper_parse_duration() 265 || !_mpd_helper_accumulate (&tmp_value, 24, hours) in _mpd_helper_parse_duration() 266 || !_mpd_helper_accumulate (&tmp_value, 60, minutes) in _mpd_helper_parse_duration() 267 || !_mpd_helper_accumulate (&tmp_value, 60, seconds) in _mpd_helper_parse_duration() 268 || !_mpd_helper_accumulate (&tmp_value, 1000, decimals)) in _mpd_helper_parse_duration()
|