Home
last modified time | relevance | path

Searched refs:new_start_pos (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dhlsenc.c1197 int64_t new_start_pos; in parse_playlist() local
1286 new_start_pos = avio_tell(vs->avf->pb); in parse_playlist()
1287 vs->size = new_start_pos - vs->start_pos; in parse_playlist()
1295 vs->start_pos = new_start_pos; in parse_playlist()
2496 int64_t new_start_pos; in hls_write_packet() local
2500 new_start_pos = avio_tell(oc->pb); in hls_write_packet()
2501 vs->size = new_start_pos - vs->start_pos; in hls_write_packet()
2650 vs->start_pos = new_start_pos; in hls_write_packet()
2653 vs->start_pos = new_start_pos; in hls_write_packet()

Completed in 5 milliseconds