Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c1323 uint64_t duration, start_time, length_time; in ngx_http_mp4_read_mvhd_atom() local
1378 length_time = (uint64_t) mp4->length * timescale / 1000; in ngx_http_mp4_read_mvhd_atom()
1380 if (duration > length_time) { in ngx_http_mp4_read_mvhd_atom()
1381 duration = length_time; in ngx_http_mp4_read_mvhd_atom()
1530 uint64_t duration, start_time, length_time; in ngx_http_mp4_read_tkhd_atom() local
1583 if (duration > length_time) { in ngx_http_mp4_read_tkhd_atom()
1584 duration = length_time; in ngx_http_mp4_read_tkhd_atom()
1689 uint64_t duration, start_time, length_time; in ngx_http_mp4_read_mdhd_atom() local
1742 length_time = (uint64_t) mp4->length * timescale / 1000; in ngx_http_mp4_read_mdhd_atom()
1744 if (duration > length_time) { in ngx_http_mp4_read_mdhd_atom()
[all …]