Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c2061 ngx_mp4_stts_atom_t *stts_atom; in ngx_http_mp4_read_stts_atom() local
2069 stts_atom = (ngx_mp4_stts_atom_t *) atom_header; in ngx_http_mp4_read_stts_atom()
2070 ngx_mp4_set_atom_name(stts_atom, 's', 't', 't', 's'); in ngx_http_mp4_read_stts_atom()
2078 entries = ngx_mp4_get_32value(stts_atom->entries); in ngx_http_mp4_read_stts_atom()
2122 ngx_mp4_stts_atom_t *stts_atom; in ngx_http_mp4_update_stts_atom() local
2156 stts_atom = (ngx_mp4_stts_atom_t *) atom->pos; in ngx_http_mp4_update_stts_atom()
2157 ngx_mp4_set_32value(stts_atom->size, atom_size); in ngx_http_mp4_update_stts_atom()
2158 ngx_mp4_set_32value(stts_atom->entries, trak->time_to_sample_entries); in ngx_http_mp4_update_stts_atom()