Home
last modified time | relevance | path

Searched refs:mdhd64_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.c1693 ngx_mp4_mdhd64_atom_t *mdhd64_atom; in ngx_http_mp4_read_mdhd_atom() local
1699 mdhd64_atom = (ngx_mp4_mdhd64_atom_t *) atom_header; in ngx_http_mp4_read_mdhd_atom()
1723 timescale = ngx_mp4_get_32value(mdhd64_atom->timescale); in ngx_http_mp4_read_mdhd_atom()
1724 duration = ngx_mp4_get_64value(mdhd64_atom->duration); in ngx_http_mp4_read_mdhd_atom()
1765 ngx_mp4_set_64value(mdhd64_atom->duration, duration); in ngx_http_mp4_read_mdhd_atom()