Lines Matching defs:offset
903 float offset = strtof(time_offset_value, NULL);
904 pls->start_time_offset = offset * AV_TIME_BASE;
1287 av_dict_set_int(&opts, "offset", seg->url_offset, 0);
1291 av_log(pls->parent, AV_LOG_VERBOSE, "HLS request for url '%s', offset %"PRId64", playlist %d\n",
1333 /* Seek to the requested position. If this was a HTTP request, the offset
1338 * of file offset which is out-of-sync with the actual offset when "offset"
1340 * as would be expected. Wrong offset received from the server will not be
1346 av_log(pls->parent, AV_LOG_ERROR, "Unable to seek to offset %"PRId64" of HLS segment '%s'\n", seg->url_offset, seg->url);