Searched refs:mdhd_atom (Results 1 – 1 of 1) sorted by relevance
1692 ngx_mp4_mdhd_atom_t *mdhd_atom; in ngx_http_mp4_read_mdhd_atom() local1698 mdhd_atom = (ngx_mp4_mdhd_atom_t *) atom_header; in ngx_http_mp4_read_mdhd_atom()1700 ngx_mp4_set_atom_name(mdhd_atom, 'm', 'd', 'h', 'd'); in ngx_http_mp4_read_mdhd_atom()1708 if (mdhd_atom->version[0] == 0) { in ngx_http_mp4_read_mdhd_atom()1710 timescale = ngx_mp4_get_32value(mdhd_atom->timescale); in ngx_http_mp4_read_mdhd_atom()1711 duration = ngx_mp4_get_32value(mdhd_atom->duration); in ngx_http_mp4_read_mdhd_atom()1759 ngx_mp4_set_32value(mdhd_atom->size, atom_size); in ngx_http_mp4_read_mdhd_atom()1761 if (mdhd_atom->version[0] == 0) { in ngx_http_mp4_read_mdhd_atom()1762 ngx_mp4_set_32value(mdhd_atom->duration, duration); in ngx_http_mp4_read_mdhd_atom()