Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c796 trak = mp4->trak.elts; in ngx_http_mp4_process()
831 trak[i].size += trak[i].mdhd_size; in ngx_http_mp4_process()
832 trak[i].size += trak[i].hdlr_size; in ngx_http_mp4_process()
834 trak[i].size += trak[i].tkhd_size; in ngx_http_mp4_process()
1423 trak = ngx_array_push(&mp4->trak); in ngx_http_mp4_read_trak_atom()
3250 if (trak->start_chunk > trak->chunks) { in ngx_http_mp4_update_stco_atom()
3268 if (trak->end_chunk > trak->chunks) { in ngx_http_mp4_update_stco_atom()
3288 entries = trak->chunks - trak->start_chunk; in ngx_http_mp4_update_stco_atom()
3434 if (trak->start_chunk > trak->chunks) { in ngx_http_mp4_update_co64_atom()
3452 if (trak->end_chunk > trak->chunks) { in ngx_http_mp4_update_co64_atom()
[all …]