Home
last modified time | relevance | path

Searched refs:seg_index (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/uvoice/stream/
A Duvoice_hls.c97 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() local
748 seg_index++; in uvoice_hls_build()
752 hls->seg_index = seg_index; in uvoice_hls_build()
[all …]
A Duvoice_http.h42 int seg_index; member
A Duvoice_http.c1384 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