Home
last modified time | relevance | path

Searched refs:end_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.c66 ngx_uint_t end_sample; member
2227 trak->end_sample = trak->start_sample + start_sample; in ngx_http_mp4_crop_stts_data()
2230 "end_sample:%ui", trak->end_sample); in ngx_http_mp4_crop_stts_data()
2251 trak->end_sample = trak->start_sample + start_sample; in ngx_http_mp4_crop_stts_data()
2255 trak->end_sample, rest); in ngx_http_mp4_crop_stts_data()
2410 start_sample = trak->end_sample + 1; in ngx_http_mp4_crop_stss_data()
2598 start_sample = trak->end_sample - trak->start_sample + 1; in ngx_http_mp4_crop_ctts_data()
2813 start_sample = (uint32_t) (trak->end_sample - trak->start_sample); in ngx_http_mp4_crop_stsc_data()
3120 if (trak->end_sample - trak->start_sample > entries) { in ngx_http_mp4_update_stsz_atom()
3127 entries = trak->end_sample - trak->start_sample; in ngx_http_mp4_update_stsz_atom()