Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c53 } ngx_mp4_stsc_entry_t; typedef
114 ngx_mp4_stsc_entry_t stsc_start_chunk_entry;
115 ngx_mp4_stsc_entry_t stsc_end_chunk_entry;
2690 + entries * sizeof(ngx_mp4_stsc_entry_t) > atom_data_size) in ngx_http_mp4_read_stsc_atom()
2730 ngx_mp4_stsc_entry_t *entry, *end; in ngx_http_mp4_update_stsc_atom()
2769 entry = (ngx_mp4_stsc_entry_t *) data->pos; in ngx_http_mp4_update_stsc_atom()
2770 end = (ngx_mp4_stsc_entry_t *) data->last; in ngx_http_mp4_update_stsc_atom()
2802 ngx_mp4_stsc_entry_t *entry, *end, *first; in ngx_http_mp4_crop_stsc_data()
2819 entry = (ngx_mp4_stsc_entry_t *) data->pos; in ngx_http_mp4_crop_stsc_data()
2841 entry = (ngx_mp4_stsc_entry_t *) data->pos; in ngx_http_mp4_crop_stsc_data()
[all …]