Searched refs:mvhd64_atom (Results 1 – 1 of 1) sorted by relevance
1326 ngx_mp4_mvhd64_atom_t *mvhd64_atom; in ngx_http_mp4_read_mvhd_atom() local1332 mvhd64_atom = (ngx_mp4_mvhd64_atom_t *) atom_header; in ngx_http_mp4_read_mvhd_atom()1356 timescale = ngx_mp4_get_32value(mvhd64_atom->timescale); in ngx_http_mp4_read_mvhd_atom()1357 duration = ngx_mp4_get_64value(mvhd64_atom->duration); in ngx_http_mp4_read_mvhd_atom()1396 ngx_mp4_set_64value(mvhd64_atom->duration, duration); in ngx_http_mp4_read_mvhd_atom()