Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c913 size_t atom_header_size; in ngx_http_mp4_read_atom() local
929 atom_header_size = sizeof(ngx_mp4_atom_header_t); in ngx_http_mp4_read_atom()
950 atom_header_size = sizeof(ngx_mp4_atom_header64_t); in ngx_http_mp4_read_atom()
991 ngx_mp4_atom_next(mp4, atom_header_size); in ngx_http_mp4_read_atom()
993 rc = atom[n].handler(mp4, atom_size - atom_header_size); in ngx_http_mp4_read_atom()
1233 uint32_t atom_header_size; in ngx_http_mp4_update_mdat_atom() local
1250 atom_header_size = sizeof(ngx_mp4_atom_header64_t); in ngx_http_mp4_update_mdat_atom()
1255 atom_header_size = sizeof(ngx_mp4_atom_header_t); in ngx_http_mp4_update_mdat_atom()
1258 mp4->content_length += atom_header_size + atom_data_size; in ngx_http_mp4_update_mdat_atom()
1266 atom->last = atom_header + atom_header_size; in ngx_http_mp4_update_mdat_atom()
[all …]