Home
last modified time | relevance | path

Searched refs:maxburst (Results 1 – 25 of 740) sorted by relevance

12345678910>>...30

/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/tools/
H A Dtrasher.c29 int count, maxburst, length; in main() local
42 maxburst= atoi(argv[3]); in main()
51 int burst= 1 + random() * (uint64_t) (abs(maxburst)-1) / RAND_MAX; in main()
55 if(maxburst<0) burst= -maxburst; in main()
63 if(maxburst<0) val=0; in main()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/tools/
H A Dtrasher.c36 int count, maxburst, length; in main() local
49 maxburst = atoi(argv[3]); in main()
57 int burst = 1 + ran() * (uint64_t) (abs(maxburst) - 1) / UINT32_MAX; in main()
64 if (maxburst < 0) in main()
65 burst = -maxburst; in main()
73 if (maxburst < 0) in main()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/tools/
H A Dtrasher.c36 int count, maxburst, length; in main() local
49 maxburst = atoi(argv[3]); in main()
57 int burst = 1 + ran() * (uint64_t) (abs(maxburst) - 1) / UINT32_MAX; in main()
64 if (maxburst < 0) in main()
65 burst = -maxburst; in main()
73 if (maxburst < 0) in main()
/dports/multimedia/handbrake/ffmpeg-4.4/tools/
H A Dtrasher.c45 int count, maxburst, length; in main() local
58 maxburst = atoi(argv[3]); in main()
66 int burst = 1 + ran() * (uint64_t) (abs(maxburst) - 1) / UINT32_MAX; in main()
70 if (maxburst < 0) in main()
71 burst = -maxburst; in main()
79 if (maxburst < 0) in main()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tools/
H A Dtrasher.c45 int count, maxburst, length; in main() local
58 maxburst = atoi(argv[3]); in main()
66 int burst = 1 + ran() * (uint64_t) (abs(maxburst) - 1) / UINT32_MAX; in main()
70 if (maxburst < 0) in main()
71 burst = -maxburst; in main()
79 if (maxburst < 0) in main()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tools/
H A Dtrasher.c45 int count, maxburst, length; in main() local
58 maxburst = atoi(argv[3]); in main()
66 int burst = 1 + ran() * (uint64_t) (abs(maxburst) - 1) / UINT32_MAX; in main()
70 if (maxburst < 0) in main()
71 burst = -maxburst; in main()
79 if (maxburst < 0) in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/tools/
H A Dtrasher.c45 int count, maxburst, length; in main() local
58 maxburst = atoi(argv[3]); in main()
66 int burst = 1 + ran() * (uint64_t) (abs(maxburst) - 1) / UINT32_MAX; in main()
70 if (maxburst < 0) in main()
71 burst = -maxburst; in main()
79 if (maxburst < 0) in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tools/
H A Dtrasher.c45 int count, maxburst, length; in main() local
58 maxburst = atoi(argv[3]); in main()
66 int burst = 1 + ran() * (uint64_t) (abs(maxburst) - 1) / UINT32_MAX; in main()
70 if (maxburst < 0) in main()
71 burst = -maxburst; in main()
79 if (maxburst < 0) in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/pxa/
H A Dpxa2xx-ac97.c65 .maxburst = 32,
72 .maxburst = 32,
79 .maxburst = 16,
86 .maxburst = 16,
93 .maxburst = 16,
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/pxa/
H A Dpxa2xx-ac97.c65 .maxburst = 32,
72 .maxburst = 32,
79 .maxburst = 16,
86 .maxburst = 16,
93 .maxburst = 16,
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/pxa/
H A Dpxa2xx-ac97.c65 .maxburst = 32,
72 .maxburst = 32,
79 .maxburst = 16,
86 .maxburst = 16,
93 .maxburst = 16,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/dma/dw/
H A Didma32.c83 static void idma32_encode_maxburst(struct dw_dma_chan *dwc, u32 *maxburst) in idma32_encode_maxburst() argument
85 *maxburst = *maxburst > 1 ? fls(*maxburst) - 1 : 0; in idma32_encode_maxburst()
H A Ddw.c82 static void dw_dma_encode_maxburst(struct dw_dma_chan *dwc, u32 *maxburst) in dw_dma_encode_maxburst() argument
88 *maxburst = *maxburst > 1 ? fls(*maxburst) - 2 : 0; in dw_dma_encode_maxburst()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/dma/dw/
H A Didma32.c83 static void idma32_encode_maxburst(struct dw_dma_chan *dwc, u32 *maxburst) in idma32_encode_maxburst() argument
85 *maxburst = *maxburst > 1 ? fls(*maxburst) - 1 : 0; in idma32_encode_maxburst()
H A Ddw.c82 static void dw_dma_encode_maxburst(struct dw_dma_chan *dwc, u32 *maxburst) in dw_dma_encode_maxburst() argument
88 *maxburst = *maxburst > 1 ? fls(*maxburst) - 2 : 0; in dw_dma_encode_maxburst()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/dma/dw/
H A Didma32.c83 static void idma32_encode_maxburst(struct dw_dma_chan *dwc, u32 *maxburst) in idma32_encode_maxburst() argument
85 *maxburst = *maxburst > 1 ? fls(*maxburst) - 1 : 0; in idma32_encode_maxburst()
H A Ddw.c82 static void dw_dma_encode_maxburst(struct dw_dma_chan *dwc, u32 *maxburst) in dw_dma_encode_maxburst() argument
88 *maxburst = *maxburst > 1 ? fls(*maxburst) - 2 : 0; in dw_dma_encode_maxburst()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/dma/
H A Dat_hdmac_regs.h307 static inline void convert_burst(u32 *maxburst) in convert_burst() argument
309 if (*maxburst > 1) in convert_burst()
310 *maxburst = fls(*maxburst) - 2; in convert_burst()
312 *maxburst = 0; in convert_burst()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/dma/
H A Dat_hdmac_regs.h307 static inline void convert_burst(u32 *maxburst) in convert_burst() argument
309 if (*maxburst > 1) in convert_burst()
310 *maxburst = fls(*maxburst) - 2; in convert_burst()
312 *maxburst = 0; in convert_burst()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/dma/
H A Dat_hdmac_regs.h307 static inline void convert_burst(u32 *maxburst) in convert_burst() argument
309 if (*maxburst > 1) in convert_burst()
310 *maxburst = fls(*maxburst) - 2; in convert_burst()
312 *maxburst = 0; in convert_burst()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dmv_u3d_core.c541 if (!_ep->maxburst) in mv_u3d_ep_enable()
542 _ep->maxburst = 1; in mv_u3d_ep_enable()
543 maxburst = _ep->maxburst; in mv_u3d_ep_enable()
552 maxburst = 1; in mv_u3d_ep_enable()
553 _ep->maxburst = maxburst; in mv_u3d_ep_enable()
560 maxburst = 1; in mv_u3d_ep_enable()
561 _ep->maxburst = maxburst; in mv_u3d_ep_enable()
568 maxburst = 1; in mv_u3d_ep_enable()
569 _ep->maxburst = maxburst; in mv_u3d_ep_enable()
577 maxburst = 1; in mv_u3d_ep_enable()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dmv_u3d_core.c541 if (!_ep->maxburst) in mv_u3d_ep_enable()
542 _ep->maxburst = 1; in mv_u3d_ep_enable()
543 maxburst = _ep->maxburst; in mv_u3d_ep_enable()
552 maxburst = 1; in mv_u3d_ep_enable()
553 _ep->maxburst = maxburst; in mv_u3d_ep_enable()
560 maxburst = 1; in mv_u3d_ep_enable()
561 _ep->maxburst = maxburst; in mv_u3d_ep_enable()
568 maxburst = 1; in mv_u3d_ep_enable()
569 _ep->maxburst = maxburst; in mv_u3d_ep_enable()
577 maxburst = 1; in mv_u3d_ep_enable()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dmv_u3d_core.c541 if (!_ep->maxburst) in mv_u3d_ep_enable()
542 _ep->maxburst = 1; in mv_u3d_ep_enable()
543 maxburst = _ep->maxburst; in mv_u3d_ep_enable()
552 maxburst = 1; in mv_u3d_ep_enable()
553 _ep->maxburst = maxburst; in mv_u3d_ep_enable()
560 maxburst = 1; in mv_u3d_ep_enable()
561 _ep->maxburst = maxburst; in mv_u3d_ep_enable()
568 maxburst = 1; in mv_u3d_ep_enable()
569 _ep->maxburst = maxburst; in mv_u3d_ep_enable()
577 maxburst = 1; in mv_u3d_ep_enable()
[all …]
/dports/devel/py-twisted/Twisted-22.1.0/docs/core/examples/
H A Dshaper.py22 serverBucket.maxburst = 20000
32 maxburst = 10000 variable in WebClientBucket
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dsiop_pci_common.c261 siop_sc->maxburst = pci_sc->sc_pp->maxburst; in siop_pci_attach_common()
372 if (sc->maxburst) { in siop_pci_reset()
379 dmode |= ((sc->maxburst - 1) << DMODE_BL_SHIFT) & DMODE_BL_MASK; in siop_pci_reset()
381 ctest5 |= (sc->maxburst - 1) & CTEST5_BBCK; in siop_pci_reset()

12345678910>>...30