Home
last modified time | relevance | path

Searched refs:nut (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/ffmpeg/ffmpeg/
H A D0001-avformat-nutdec-Add-check-for-avformat_new_stream.patch24 @@ -351,8 +351,12 @@ static int decode_main_header(NUTContext *nut)
40 NUTContext *nut = s->priv_data;
46 nut->avf = s;
60 - } while (decode_main_header(nut) < 0);
61 + } while ((ret = decode_main_header(nut)) < 0);
/OK3568_Linux_fs/buildroot/package/nut/
H A Dnut.mk8 NUT_SITE = $(call github,networkupstools,nut,$(NUT_VERSION))
11 NUT_SELINUX_MODULES = apache nut
23 cd $(@D)/tools && PATH=$(BR_PATH) ./nut-usbinfo.pl
H A DConfig.in1 comment "nut needs a toolchain w/ C++"
6 bool "nut"
H A Dnut.hash2 sha256 7129b2df45f9a9df3943f4d09f2b95b5a63d66ca4913431352570206968ca97b nut-03c3bbe8df9a2caf3c09c…
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c59 int nut, layer_id; in hevc_find_frame_end() local
65 nut = (sc->state64 >> (2 * 8 + 1)) & 0x3F; in hevc_find_frame_end()
69 if ((nut >= NAL_VPS && nut <= NAL_AUD) || nut == NAL_SEI_PREFIX || in hevc_find_frame_end()
70 (nut >= 41 && nut <= 44) || (nut >= 48 && nut <= 55)) { in hevc_find_frame_end()
75 } else if (nut <= NAL_RASL_R || in hevc_find_frame_end()
76 (nut >= NAL_BLA_W_LP && nut <= NAL_CRA_NUT)) { in hevc_find_frame_end()
/OK3568_Linux_fs/buildroot/package/collectd/
H A Dcollectd.mk115 $(if $(BR2_PACKAGE_COLLECTD_NUT),--enable-nut,--disable-nut) \
187 $(if $(BR2_PACKAGE_COLLECTD_NUT),nut) \
H A DConfig.in412 bool "nut"
419 comment "nut needs a toolchain w/ C++"
/OK3568_Linux_fs/buildroot/
H A DCHANGES5104 nodejs, nut, pulseaudio, python-cffi, qemu, rsync, tor, uboot,
5831 mariadb, mfgtools, mtools, nodejs, nut, openssl, rsync,
6900 nmap, nodejs, ntfs-3g, ntp, numactl, nut, nvidia-driver,
8094 ngrep, nmap, nodejs, nss-mdns, ntfs-3g, ntp, numactl, nut,
8260 matchbox, mpd, network-manager, nftables, ngrep, nut, openssl,
8353 nss-mdns, ntp, nut, olsr, open2300, opencv, openntpd, openocd,
8561 newt, nfs-utils, nmap, nodejs, ntfs-3g, ntp, nut, ofono, ola,
8686 jimtcl, kexec, libvncserver, lvm2, lxc, mplayer, netsnmp, nut,
8880 mongoose, nut, ola, omniorb, openssl, pcre, php, poco,
8979 lxc, nut, ola, omniorb, openpowerlink, orbit, p910nd, psplash,
H A DDEVELOPERS2874 F: package/nut/
/OK3568_Linux_fs/buildroot/package/
H A DConfig.in2556 source "package/nut/Config.in"