Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c2195 start_sample = 0; in ngx_http_mp4_crop_stts_data()
2227 trak->end_sample = trak->start_sample + start_sample; in ngx_http_mp4_crop_stts_data()
2241 trak->start_sample = start_sample; in ngx_http_mp4_crop_stts_data()
2251 trak->end_sample = trak->start_sample + start_sample; in ngx_http_mp4_crop_stts_data()
2367 start_sample = trak->start_sample; in ngx_http_mp4_update_stss_atom()
2404 start_sample = trak->start_sample + 1; in ngx_http_mp4_crop_stss_data()
2592 start_sample = trak->start_sample + 1; in ngx_http_mp4_crop_ctts_data()
2598 start_sample = trak->end_sample - trak->start_sample + 1; in ngx_http_mp4_crop_ctts_data()
2807 start_sample = (uint32_t) trak->start_sample; in ngx_http_mp4_crop_stsc_data()
2813 start_sample = (uint32_t) (trak->end_sample - trak->start_sample); in ngx_http_mp4_crop_stsc_data()
[all …]