Searched refs:ngx_http_mp4_read_atom (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_mp4_module.c | 229 static ngx_int_t ngx_http_mp4_read_atom(ngx_http_mp4_file_t *mp4, 759 rc = ngx_http_mp4_read_atom(mp4, ngx_http_mp4_atoms, mp4->end); in ngx_http_mp4_process() 909 ngx_http_mp4_read_atom(ngx_http_mp4_file_t *mp4, in ngx_http_mp4_read_atom() function 1174 rc = ngx_http_mp4_read_atom(mp4, ngx_http_mp4_moov_atoms, atom_data_size); in ngx_http_mp4_read_moov_atom() 1443 rc = ngx_http_mp4_read_atom(mp4, ngx_http_mp4_trak_atoms, atom_data_size); in ngx_http_mp4_read_trak_atom() 1640 return ngx_http_mp4_read_atom(mp4, ngx_http_mp4_mdia_atoms, atom_data_size); in ngx_http_mp4_read_mdia_atom() 1833 return ngx_http_mp4_read_atom(mp4, ngx_http_mp4_minf_atoms, atom_data_size); in ngx_http_mp4_read_minf_atom() 1966 return ngx_http_mp4_read_atom(mp4, ngx_http_mp4_stbl_atoms, atom_data_size); in ngx_http_mp4_read_stbl_atom()
|