Searched refs:tkhd_atom (Results 1 – 1 of 1) sorted by relevance
1533 ngx_mp4_tkhd_atom_t *tkhd_atom; in ngx_http_mp4_read_tkhd_atom() local1539 tkhd_atom = (ngx_mp4_tkhd_atom_t *) atom_header; in ngx_http_mp4_read_tkhd_atom()1541 ngx_mp4_set_atom_name(tkhd_atom, 't', 'k', 'h', 'd'); in ngx_http_mp4_read_tkhd_atom()1549 if (tkhd_atom->version[0] == 0) { in ngx_http_mp4_read_tkhd_atom()1551 duration = ngx_mp4_get_32value(tkhd_atom->duration); in ngx_http_mp4_read_tkhd_atom()1597 ngx_mp4_set_32value(tkhd_atom->size, atom_size); in ngx_http_mp4_read_tkhd_atom()1599 if (tkhd_atom->version[0] == 0) { in ngx_http_mp4_read_tkhd_atom()1600 ngx_mp4_set_32value(tkhd_atom->duration, duration); in ngx_http_mp4_read_tkhd_atom()