Searched refs:ngx_mp4_ctts_atom_t (Results 1 – 1 of 1) sorted by relevance
2461 } ngx_mp4_ctts_atom_t; typedef2475 ngx_mp4_ctts_atom_t *ctts_atom; in ngx_http_mp4_read_ctts_atom()2483 ctts_atom = (ngx_mp4_ctts_atom_t *) atom_header; in ngx_http_mp4_read_ctts_atom()2486 if (ngx_mp4_atom_data_size(ngx_mp4_ctts_atom_t) > atom_data_size) { in ngx_http_mp4_read_ctts_atom()2500 atom_table = atom_header + sizeof(ngx_mp4_ctts_atom_t); in ngx_http_mp4_read_ctts_atom()2507 if (ngx_mp4_atom_data_size(ngx_mp4_ctts_atom_t) in ngx_http_mp4_read_ctts_atom()2537 ngx_mp4_ctts_atom_t *ctts_atom; in ngx_http_mp4_update_ctts_atom()2567 atom_size = sizeof(ngx_mp4_ctts_atom_t) + (data->last - data->pos); in ngx_http_mp4_update_ctts_atom()2571 ctts_atom = (ngx_mp4_ctts_atom_t *) atom->pos; in ngx_http_mp4_update_ctts_atom()