Searched refs:stco_atom (Results 1 – 1 of 1) sorted by relevance
3169 ngx_mp4_stco_atom_t *stco_atom; in ngx_http_mp4_read_stco_atom() local3177 stco_atom = (ngx_mp4_stco_atom_t *) atom_header; in ngx_http_mp4_read_stco_atom()3178 ngx_mp4_set_atom_name(stco_atom, 's', 't', 'c', 'o'); in ngx_http_mp4_read_stco_atom()3186 entries = ngx_mp4_get_32value(stco_atom->entries); in ngx_http_mp4_read_stco_atom()3230 ngx_mp4_stco_atom_t *stco_atom; in ngx_http_mp4_update_stco_atom() local3301 stco_atom = (ngx_mp4_stco_atom_t *) atom->pos; in ngx_http_mp4_update_stco_atom()3303 ngx_mp4_set_32value(stco_atom->size, atom_size); in ngx_http_mp4_update_stco_atom()3304 ngx_mp4_set_32value(stco_atom->entries, entries); in ngx_http_mp4_update_stco_atom()