Searched refs:seg_index (Results 1 – 3 of 3) sorted by relevance
97 if (index == hls->seg_index) { in uvoice_hls_index_update()102 hls->seg_index = index; in uvoice_hls_index_update()257 hls->seg_index++; in uvoice_hls_file_next()259 if (hls->seg_index >= hls->seg_count) { in uvoice_hls_file_next()387 hls->seg_offset[hls->seg_index] = in uvoice_hls_file_next()391 hls->seg_index, in uvoice_hls_file_next()474 hls->seg_index = 0; in uvoice_hls_build()654 int seg_index = 0; in uvoice_hls_build() local748 seg_index++; in uvoice_hls_build()752 hls->seg_index = seg_index; in uvoice_hls_build()[all …]
42 int seg_index; member
1384 loader->hls->seg_index = 0; in http_loader_action()1457 loader->hls->seg_index = 0; in http_loader_action()1462 for (i = loader->hls->seg_index; i >= 0; i--) { in http_loader_action()1477 if (loader->hls->seg_index > i) { in http_loader_action()
Completed in 6 milliseconds