Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c60 uint32_t sync_samples_entries; member
2300 trak->sync_samples_entries = entries; in ngx_http_mp4_read_stss_atom()
2361 "sync sample entries:%uD", trak->sync_samples_entries); in ngx_http_mp4_update_stss_atom()
2363 if (trak->sync_samples_entries) { in ngx_http_mp4_update_stss_atom()
2387 ngx_mp4_set_32value(stss_atom->entries, trak->sync_samples_entries); in ngx_http_mp4_update_stss_atom()
2421 entries = trak->sync_samples_entries; in ngx_http_mp4_crop_stss_data()
2446 trak->sync_samples_entries = entries; in ngx_http_mp4_crop_stss_data()
2450 trak->sync_samples_entries -= entries; in ngx_http_mp4_crop_stss_data()