Home
last modified time | relevance | path

Searched refs:stsc_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.c2667 ngx_mp4_stsc_atom_t *stsc_atom; in ngx_http_mp4_read_stsc_atom() local
2675 stsc_atom = (ngx_mp4_stsc_atom_t *) atom_header; in ngx_http_mp4_read_stsc_atom()
2676 ngx_mp4_set_atom_name(stsc_atom, 's', 't', 's', 'c'); in ngx_http_mp4_read_stsc_atom()
2684 entries = ngx_mp4_get_32value(stsc_atom->entries); in ngx_http_mp4_read_stsc_atom()
2729 ngx_mp4_stsc_atom_t *stsc_atom; in ngx_http_mp4_update_stsc_atom() local
2785 stsc_atom = (ngx_mp4_stsc_atom_t *) atom->pos; in ngx_http_mp4_update_stsc_atom()
2787 ngx_mp4_set_32value(stsc_atom->size, atom_size); in ngx_http_mp4_update_stsc_atom()
2788 ngx_mp4_set_32value(stsc_atom->entries, trak->sample_to_chunk_entries); in ngx_http_mp4_update_stsc_atom()