Home
last modified time | relevance | path

Searched refs:pframes (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dgxfenc.c57 int pframes; member
188 sc->p_per_gop = sc->pframes / sc->iframes; in gxf_write_mpeg_auxiliary()
189 if (sc->pframes % sc->iframes) in gxf_write_mpeg_auxiliary()
191 if (sc->pframes) { in gxf_write_mpeg_auxiliary()
192 sc->b_per_i_or_p = sc->bframes / sc->pframes; in gxf_write_mpeg_auxiliary()
193 if (sc->bframes % sc->pframes) in gxf_write_mpeg_auxiliary()
927 sc->pframes++; in gxf_write_media_preamble()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c248 uint32_t *pframes; in ehci_init() local
431 pframes = (uint32_t *)buf_res.buffer; in ehci_init()
439 pframes[i] = sc->sc_isoc_hs_p_last in ehci_init()