Home
last modified time | relevance | path

Searched refs:ngx_http_mp4_atom_handler_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.c163 } ngx_http_mp4_atom_handler_t; typedef
230 ngx_http_mp4_atom_handler_t *atom, uint64_t atom_data_size);
378 static ngx_http_mp4_atom_handler_t ngx_http_mp4_atoms[] = {
385 static ngx_http_mp4_atom_handler_t ngx_http_mp4_moov_atoms[] = {
392 static ngx_http_mp4_atom_handler_t ngx_http_mp4_trak_atoms[] = {
398 static ngx_http_mp4_atom_handler_t ngx_http_mp4_mdia_atoms[] = {
405 static ngx_http_mp4_atom_handler_t ngx_http_mp4_minf_atoms[] = {
413 static ngx_http_mp4_atom_handler_t ngx_http_mp4_stbl_atoms[] = {
910 ngx_http_mp4_atom_handler_t *atom, uint64_t atom_data_size) in ngx_http_mp4_read_atom()