Searched refs:pullup (Results 1 – 9 of 9) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/ |
D | usbdev.h | 155 #define DEV_CONNECT(dev) (dev)->ops->pullup ? (dev)->ops->pullup(dev, true) : -EOPNOTSUPP 159 #define DEV_DISCONNECT(dev) (dev)->ops->pullup ? (dev)->ops->pullup(dev, false) : -EOPNOTSUPP 349 int (*pullup)(struct usbdev_s *dev, bool enable); member
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_pullup.asm | 2 ;* x86-optimized functions for pullup filter
|
/third_party/ffmpeg/libavfilter/ |
D | vf_pullup.c | 53 AVFILTER_DEFINE_CLASS(pullup);
|
/third_party/ffmpeg/tests/fate/ |
D | filter-video.mak | 736 FATE_FILTER_PIXFMTS-$(call ALLYES, TELECINE_FILTER PULLUP_FILTER) += fate-filter-pixfmts-pullup 737 fate-filter-pixfmts-pullup: CMD = pixfmts "" "telecine," 25
|
/third_party/ffmpeg/ |
D | Changelog | 968 - pullup filter ported from libmpcodecs
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 9774 Judder can be introduced, for instance, by @ref{pullup} filter. If the original 9775 source was partially telecined content then the output of @code{pullup,dejudder} 16690 @anchor{pullup} 16691 @section pullup 16697 The pullup filter is designed to take advantage of future context in making 16703 pullup, use @code{fps=24000/1001} if the input frame rate is 29.97fps, 16745 load and make pullup usable in realtime on slow machines. 16752 ffmpeg -i input -vf pullup -r 24000/1001 ...
|
/third_party/NuttX/ |
D | ReleaseNotes | 23436 the pin connected to D+ was incorrectly defined and the pullup/down
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 62492 …<var-decl name="pullup" type-id="2b8a73bd" visibility="default" filepath="include/linux/usb/gadget… 64433 …<var-decl name="pullup" type-id="2b8a73bd" visibility="default" filepath="include/linux/usb/gadget…
|
D | test-PR27569-v0.abi | 62478 …<var-decl name="pullup" type-id="2b8a73bd" visibility="default" filepath="include/linux/usb/gadget… 64419 …<var-decl name="pullup" type-id="2b8a73bd" visibility="default" filepath="include/linux/usb/gadget…
|