Searched refs:ngx_mp4_ctts_entry_t (Results 1 – 1 of 1) sorted by relevance
2466 } ngx_mp4_ctts_entry_t; typedef2508 + 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()