Home
last modified time | relevance | path

Searched refs:mp4 (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c789 mp4->moov_size += mp4->mvhd_atom_buf.last - mp4->mvhd_atom_buf.pos; in ngx_http_mp4_process()
1021 if (mp4->offset + (off_t) mp4->buffer_size > mp4->end) { in ngx_http_mp4_read()
1022 mp4->buffer_size = (size_t) (mp4->end - mp4->offset); in ngx_http_mp4_read()
1032 mp4->buffer = ngx_palloc(mp4->request->pool, mp4->buffer_size); in ngx_http_mp4_read()
1037 mp4->buffer_start = mp4->buffer; in ngx_http_mp4_read()
1040 n = ngx_read_file(&mp4->file, mp4->buffer_start, mp4->buffer_size, in ngx_http_mp4_read()
1055 mp4->buffer_end = mp4->buffer_start + mp4->buffer_size; in ngx_http_mp4_read()
1162 mp4->trak.elts = &mp4->traks; in ngx_http_mp4_read_moov_atom()
1182 if (mp4->buffer_start + mp4->buffer_size > mp4->buffer_end) { in ngx_http_mp4_read_moov_atom()
1190 mp4->offset = mp4->end; in ngx_http_mp4_read_moov_atom()
[all …]
/f-stack/app/nginx-1.16.1/conf/
H A Dmime.types87 video/mp4 mp4;
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,kirkwood-pinctrl.txt138 mpp24 24 gpio, ge1(rxd0), ts(mp4), tdm(spi-cs0), audio(sdo)
187 mpp24 24 gpio, ge1(rxd0), ts(mp4), tdm(spi-cs0), audio(sdo)
203 mpp40 40 gpio, ts(mp4), tdm(spi-sck), audio(sdo)
251 mpp24 24 gpio, ge1(rxd0), ts(mp4), tdm(spi-cs0), audio(sdo),
273 mpp40 40 gpio, ts(mp4), tdm(spi-sck), audio(sdo), lcd(d20)
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru106 *) Безопасность: при обработке специально созданного mp4-файла модулем
2540 *) Безопасность: при обработке специально созданного mp4 файла модулем
H A DCHANGES101 *) Security: processing of a specially crafted mp4 file with the
2490 *) Security: specially crafted mp4 file might allow to overwrite memory
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim388 syn keyword ngxDirective contained mp4