Lines Matching refs:seg_index
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()
388 hls->seg_offset[hls->seg_index - 1] + in uvoice_hls_file_next()
391 hls->seg_index, in uvoice_hls_file_next()
392 hls->seg_offset[loader->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() local
748 seg_index++; in uvoice_hls_build()
752 hls->seg_index = seg_index; in uvoice_hls_build()
797 hls->seg_count, hls->seg_index); in uvoice_hls_build()