Lines Matching defs:start_time_offset
124 int64_t start_time_offset;
904 pls->start_time_offset = offset * AV_TIME_BASE;
1764 if (pls->start_time_offset >=0 &&
1765 pls->start_time_offset > playlist_duration)
1767 else if (pls->start_time_offset >= 0 &&
1768 pls->start_time_offset <= playlist_duration)
1769 start_timestamp = cur_timestamp + pls->start_time_offset;
1770 else if (pls->start_time_offset < 0 &&
1771 pls->start_time_offset < -playlist_duration)
1773 else if (pls->start_time_offset < 0 &&
1774 pls->start_time_offset > -playlist_duration)
1776 pls->start_time_offset;