Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c2999 } ngx_mp4_stsz_atom_t; typedef
3009 ngx_mp4_stsz_atom_t *stsz_atom; in ngx_http_mp4_read_stsz_atom()
3017 stsz_atom = (ngx_mp4_stsz_atom_t *) atom_header; in ngx_http_mp4_read_stsz_atom()
3020 if (ngx_mp4_atom_data_size(ngx_mp4_stsz_atom_t) > atom_data_size) { in ngx_http_mp4_read_stsz_atom()
3035 atom_table = atom_header + sizeof(ngx_mp4_stsz_atom_t); in ngx_http_mp4_read_stsz_atom()
3045 if (ngx_mp4_atom_data_size(ngx_mp4_stsz_atom_t) in ngx_http_mp4_read_stsz_atom()
3084 ngx_mp4_stsz_atom_t *stsz_atom; in ngx_http_mp4_update_stsz_atom()
3140 atom_size = sizeof(ngx_mp4_stsz_atom_t) + (data->last - data->pos); in ngx_http_mp4_update_stsz_atom()
3144 stsz_atom = (ngx_mp4_stsz_atom_t *) atom->pos; in ngx_http_mp4_update_stsz_atom()