Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c70 ngx_uint_t end_chunk_samples; member
2925 trak->end_chunk_samples = samples; in ngx_http_mp4_crop_stsc_data()
2930 trak->end_chunk_samples = prev_samples; in ngx_http_mp4_crop_stsc_data()
2935 trak->end_chunk_samples = chunk_samples; in ngx_http_mp4_crop_stsc_data()
2946 trak->end_chunk, trak->end_chunk_samples); in ngx_http_mp4_crop_stsc_data()
3131 for (pos = end - trak->end_chunk_samples; pos < end; pos++) { in ngx_http_mp4_update_stsz_atom()