| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
| H A D | 0001-include-limits-header.patch | 13 modules/demux/adaptive/playlist/SegmentInformation.cpp | 1 + 17 diff --git a/modules/demux/adaptive/playlist/SegmentInformation.cpp b/modules/demux/adaptive/playli… 19 --- a/modules/demux/adaptive/playlist/SegmentInformation.cpp 20 +++ b/modules/demux/adaptive/playlist/SegmentInformation.cpp 27 using namespace adaptive::playlist; 39 using namespace adaptive; 40 using namespace adaptive::playlist;
|
| /OK3568_Linux_fs/kernel/Documentation/timers/ |
| H A D | no_hz.rst | 114 and such CPUs are said to be "adaptive-ticks CPUs". This is important 124 By default, no CPU will be an adaptive-ticks CPU. The "nohz_full=" 125 boot parameter specifies the adaptive-ticks CPUs. For example, 126 "nohz_full=1,6-8" says that CPUs 1, 6, 7, and 8 are to be adaptive-ticks 128 adaptive-tick CPUs: At least one non-adaptive-tick CPU must remain 130 calls like gettimeofday() returns accurate values on adaptive-tick CPUs. 133 boot CPU is prohibited from entering adaptive-ticks mode. Specifying a 139 Finally, adaptive-ticks CPUs must have their RCU callbacks offloaded. 142 Normally, a CPU remains in adaptive-ticks mode as long as possible. 144 the mode. Instead, the CPU will exit adaptive-ticks mode only if needed, [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/chelsio/ |
| H A D | cxgb.rst | 35 Adaptive Interrupts (adaptive-rx) 38 This feature provides an adaptive algorithm that adjusts the interrupt 46 By default, adaptive-rx is disabled. 47 To enable adaptive-rx:: 49 ethtool -C <interface> adaptive-rx on 51 To disable adaptive-rx, use ethtool:: 53 ethtool -C <interface> adaptive-rx off 55 After disabling adaptive-rx, the timer latency value will be set to 50us. 56 You may set the timer latency after disabling adaptive-rx:: 64 You may also provide a timer latency value while disabling adaptive-rx:: [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | ethtool.c | 123 bool adaptive, rx_may_override_tx; in efx_ethtool_set_coalesce() local 126 efx_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &adaptive); in efx_ethtool_set_coalesce() 133 adaptive = coalesce->use_adaptive_rx_coalesce; in efx_ethtool_set_coalesce() 145 rc = efx_init_irq_moderation(efx, tx_usecs, rx_usecs, adaptive, in efx_ethtool_set_coalesce()
|
| /OK3568_Linux_fs/buildroot/package/kodi-inputstream-adaptive/ |
| H A D | Config.in | 2 bool "kodi-inputstream-adaptive" 10 https://github.com/xbmc/inputstream.adaptive
|
| H A D | kodi-inputstream-adaptive.hash | 2 sha256 10d0e79a301094cdaa35b3e92c4da6b693fc0b5661ea3b459329245fcdfa2f65 kodi-inputstream-adaptive…
|
| H A D | kodi-inputstream-adaptive.mk | 8 KODI_INPUTSTREAM_ADAPTIVE_SITE = $(call github,xbmc,inputstream.adaptive,$(KODI_INPUTSTREAM_ADAPTIV…
|
| /OK3568_Linux_fs/kernel/drivers/staging/iio/cdc/ |
| H A D | ad7150.c | 220 u8 thresh_type, cfg, adaptive; in ad7150_write_event_config() local 242 adaptive = 1; in ad7150_write_event_config() 249 adaptive = 1; in ad7150_write_event_config() 256 adaptive = 0; in ad7150_write_event_config() 267 cfg |= (!adaptive << 7) | (thresh_type << 5); in ad7150_write_event_config()
|
| /OK3568_Linux_fs/buildroot/package/kodi-pvr-iptvsimple/ |
| H A D | Config.in | 3 # kodi-inputstream-adaptive
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget-uac2 | 13 (async/adaptive)
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | i40e.rst | 570 the adaptive interrupt moderation algorithm. The underlying hardware supports 576 # ethtool -C ethX adaptive-rx off adaptive-tx off rx-usecs-high 20 rx-usecs \ 579 The above command would disable adaptive interrupt moderation, and allow a 635 # ethtool -C <interface> adaptive-rx off adaptive-tx off rx-usecs 125 \ 646 # ethtool -C <interface> adaptive-rx off adaptive-tx off rx-usecs 250 \ 654 # ethtool -C <interface> adaptive-rx off adaptive-tx off rx-usecs 0 \
|
| H A D | e1000e.rst | 66 for this reason an adaptive interrupt moderation algorithm was implemented. 68 The driver has two adaptive modes (setting 1 or 3) in which
|
| H A D | e1000.rst | 113 for this reason an adaptive interrupt moderation algorithm was implemented. 115 Since 7.3.x, the driver has two adaptive modes (setting 1 or 3) in which
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | rcar-fdp1.rst | 22 - Motion adaptive version of 2D and 3D deinterlacing. Use 3D deinterlacing
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | cs35l32.txt | 20 of the two: Class G or adaptive LED voltage.
|
| H A D | cs42l56.txt | 38 - cirrus,adaptive-pwr-cfg : Configures how the power to the Headphone and Lineout
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-vaapi/ |
| H A D | Config.in | 32 e.g. scaling, deinterlacing (bob, motion-adaptive,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/ |
| H A D | ethtool.c | 603 bool adaptive, rx_may_override_tx; in ef4_ethtool_set_coalesce() local 606 ef4_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &adaptive); in ef4_ethtool_set_coalesce() 613 adaptive = coalesce->use_adaptive_rx_coalesce; in ef4_ethtool_set_coalesce() 625 rc = ef4_init_irq_moderation(efx, tx_usecs, rx_usecs, adaptive, in ef4_ethtool_set_coalesce()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/amazon/ |
| H A D | ena.rst | 27 interrupt vector per Tx/Rx queue pair, adaptive interrupt moderation, 193 ENA driver and device can operate in conventional or adaptive interrupt 201 In adaptive interrupt moderation mode the interrupt delay value is
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | kernel-per-CPU-kthreads.rst | 164 is marked as an adaptive-ticks CPU using the "nohz_full=" 197 adaptive-ticks state by doing all of the following: 200 de-jittered is marked as an adaptive-ticks CPU using the
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/ |
| H A D | leds-lm3532.txt | 6 current control for all three channels. The adaptive current regulation
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/huawei/ |
| H A D | hinic.rst | 18 adaptive interrupt moderation.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/mediatek/ |
| H A D | mediatek,disp.txt | 37 "mediatek,<chip>-disp-aal" - adaptive ambient light controller
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | max77693.txt | 96 LEDS_BOOST_ADAPTIVE (1) - adaptive mode,
|
| /OK3568_Linux_fs/buildroot/package/kodi/ |
| H A D | Config.in | 288 source "package/kodi-inputstream-adaptive/Config.in"
|