Home
last modified time | relevance | path

Searched refs:ngx_mp4_co64_atom_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.c3344 } ngx_mp4_co64_atom_t; typedef
3353 ngx_mp4_co64_atom_t *co64_atom; in ngx_http_mp4_read_co64_atom()
3361 co64_atom = (ngx_mp4_co64_atom_t *) atom_header; in ngx_http_mp4_read_co64_atom()
3364 if (ngx_mp4_atom_data_size(ngx_mp4_co64_atom_t) > atom_data_size) { in ngx_http_mp4_read_co64_atom()
3374 if (ngx_mp4_atom_data_size(ngx_mp4_co64_atom_t) in ngx_http_mp4_read_co64_atom()
3382 atom_table = atom_header + sizeof(ngx_mp4_co64_atom_t); in ngx_http_mp4_read_co64_atom()
3414 ngx_mp4_co64_atom_t *co64_atom; in ngx_http_mp4_update_co64_atom()
3481 atom_size = sizeof(ngx_mp4_co64_atom_t) + (data->last - data->pos); in ngx_http_mp4_update_co64_atom()
3485 co64_atom = (ngx_mp4_co64_atom_t *) atom->pos; in ngx_http_mp4_update_co64_atom()