Searched refs:stsc_atom (Results 1 – 1 of 1) sorted by relevance
2667 ngx_mp4_stsc_atom_t *stsc_atom; in ngx_http_mp4_read_stsc_atom() local2675 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() local2785 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()