Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c2801 ngx_uint_t entries, target_chunk, chunk_samples; in ngx_http_mp4_crop_stsc_data() local
2902 target_chunk = chunk - 1; in ngx_http_mp4_crop_stsc_data()
2903 target_chunk += start_sample / samples; in ngx_http_mp4_crop_stsc_data()
2910 trak->start_chunk = target_chunk; in ngx_http_mp4_crop_stsc_data()
2934 trak->end_chunk = target_chunk + 1; in ngx_http_mp4_crop_stsc_data()
2938 trak->end_chunk = target_chunk; in ngx_http_mp4_crop_stsc_data()
2949 if (chunk_samples && next_chunk - target_chunk == 2) { in ngx_http_mp4_crop_stsc_data()