Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c1279 u_char timescale[4]; member
1301 u_char timescale[4]; member
1343 timescale = ngx_mp4_get_32value(mvhd_atom->timescale); in ngx_http_mp4_read_mvhd_atom()
1356 timescale = ngx_mp4_get_32value(mvhd64_atom->timescale); in ngx_http_mp4_read_mvhd_atom()
1360 mp4->timescale = timescale; in ngx_http_mp4_read_mvhd_atom()
1364 timescale, duration, (double) duration / timescale); in ngx_http_mp4_read_mvhd_atom()
1663 u_char timescale[4]; member
1710 timescale = ngx_mp4_get_32value(mdhd_atom->timescale); in ngx_http_mp4_read_mdhd_atom()
1723 timescale = ngx_mp4_get_32value(mdhd64_atom->timescale); in ngx_http_mp4_read_mdhd_atom()
1729 timescale, duration, (double) duration / timescale); in ngx_http_mp4_read_mdhd_atom()
[all …]