Home
last modified time | relevance | path

Searched refs:ngx_mp4_stco_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.c3160 } ngx_mp4_stco_atom_t; typedef
3169 ngx_mp4_stco_atom_t *stco_atom; in ngx_http_mp4_read_stco_atom()
3177 stco_atom = (ngx_mp4_stco_atom_t *) atom_header; in ngx_http_mp4_read_stco_atom()
3180 if (ngx_mp4_atom_data_size(ngx_mp4_stco_atom_t) > atom_data_size) { in ngx_http_mp4_read_stco_atom()
3190 if (ngx_mp4_atom_data_size(ngx_mp4_stco_atom_t) in ngx_http_mp4_read_stco_atom()
3198 atom_table = atom_header + sizeof(ngx_mp4_stco_atom_t); in ngx_http_mp4_read_stco_atom()
3230 ngx_mp4_stco_atom_t *stco_atom; in ngx_http_mp4_update_stco_atom()
3297 atom_size = sizeof(ngx_mp4_stco_atom_t) + (data->last - data->pos); in ngx_http_mp4_update_stco_atom()
3301 stco_atom = (ngx_mp4_stco_atom_t *) atom->pos; in ngx_http_mp4_update_stco_atom()