Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c2466 } ngx_mp4_ctts_entry_t; typedef
2508 + entries * sizeof(ngx_mp4_ctts_entry_t) > atom_data_size) in ngx_http_mp4_read_ctts_atom()
2515 atom_end = atom_table + entries * sizeof(ngx_mp4_ctts_entry_t); in ngx_http_mp4_read_ctts_atom()
2587 ngx_mp4_ctts_entry_t *entry, *end; in ngx_http_mp4_crop_ctts_data()
2610 entry = (ngx_mp4_ctts_entry_t *) data->pos; in ngx_http_mp4_crop_ctts_data()
2611 end = (ngx_mp4_ctts_entry_t *) data->last; in ngx_http_mp4_crop_ctts_data()