Searched refs:stsz_atom (Results 1 – 1 of 1) sorted by relevance
3009 ngx_mp4_stsz_atom_t *stsz_atom; in ngx_http_mp4_read_stsz_atom() local3017 stsz_atom = (ngx_mp4_stsz_atom_t *) atom_header; in ngx_http_mp4_read_stsz_atom()3018 ngx_mp4_set_atom_name(stsz_atom, 's', 't', 's', 'z'); in ngx_http_mp4_read_stsz_atom()3026 size = ngx_mp4_get_32value(stsz_atom->uniform_size); in ngx_http_mp4_read_stsz_atom()3027 entries = ngx_mp4_get_32value(stsz_atom->entries); in ngx_http_mp4_read_stsz_atom()3084 ngx_mp4_stsz_atom_t *stsz_atom; in ngx_http_mp4_update_stsz_atom() local3144 stsz_atom = (ngx_mp4_stsz_atom_t *) atom->pos; in ngx_http_mp4_update_stsz_atom()3146 ngx_mp4_set_32value(stsz_atom->size, atom_size); in ngx_http_mp4_update_stsz_atom()3147 ngx_mp4_set_32value(stsz_atom->entries, entries); in ngx_http_mp4_update_stsz_atom()