Searched refs:atom_header_size (Results 1 – 1 of 1) sorted by relevance
913 size_t atom_header_size; in ngx_http_mp4_read_atom() local929 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() local1250 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 …]