Home
last modified time | relevance | path

Searched refs:ngx_mp4_stsc_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.c2658 } ngx_mp4_stsc_atom_t; typedef
2667 ngx_mp4_stsc_atom_t *stsc_atom; in ngx_http_mp4_read_stsc_atom()
2675 stsc_atom = (ngx_mp4_stsc_atom_t *) atom_header; in ngx_http_mp4_read_stsc_atom()
2678 if (ngx_mp4_atom_data_size(ngx_mp4_stsc_atom_t) > atom_data_size) { in ngx_http_mp4_read_stsc_atom()
2689 if (ngx_mp4_atom_data_size(ngx_mp4_stsc_atom_t) in ngx_http_mp4_read_stsc_atom()
2697 atom_table = atom_header + sizeof(ngx_mp4_stsc_atom_t); in ngx_http_mp4_read_stsc_atom()
2729 ngx_mp4_stsc_atom_t *stsc_atom; in ngx_http_mp4_update_stsc_atom()
2779 atom_size = sizeof(ngx_mp4_stsc_atom_t) in ngx_http_mp4_update_stsc_atom()
2785 stsc_atom = (ngx_mp4_stsc_atom_t *) atom->pos; in ngx_http_mp4_update_stsc_atom()