Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c1326 ngx_mp4_mvhd64_atom_t *mvhd64_atom; in ngx_http_mp4_read_mvhd_atom() local
1332 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()