| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/octave/files/ |
| H A D | fix-blas-library-integer-size.patch | 1 diff -Naur octave-4.4.1.orig/configure.ac octave-4.4.1/configure.ac 2 --- octave-4.4.1.orig/configure.ac 2019-02-23 10:46:24.287240571 +0000 3 +++ octave-4.4.1/configure.ac 2019-02-23 10:46:42.255249333 +0000
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-driver-hid-prodikeys | 20 What: /sys/bus/hid/drivers/prodikeys/.../octave 25 Controls the octave shift modifier in the pc-midi driver. 26 The octave can be shifted via software up/down 2 octaves.
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-prodikeys.c | 194 int octave = 0; in store_octave() local 196 if (sscanf(buf, "%d", &octave) > 0 && in store_octave() 197 octave >= PCMIDI_OCTAVE_MIN && octave <= PCMIDI_OCTAVE_MAX) { in store_octave() 198 dbg_hid("pcmidi sysfs write octave=%d\n", octave); in store_octave() 199 pk->pm->midi_octave = octave; in store_octave() 205 static DEVICE_ATTR(octave, S_IRUGO | S_IWUSR | S_IWGRP, show_octave,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/octave/ |
| H A D | octave_7.1.0.bb | 2 HOMEPAGE = "http://www.gnu.org/software/octave/" 32 ${GNU_MIRROR}/octave/${BPN}-${PV}.tar.gz \
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/features2d/hal/ |
| H A D | interface.h | 26 int octave; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/features2d/hal/ |
| H A D | interface.h | 26 int octave; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/features2d/hal/ |
| H A D | interface.h | 26 int octave; member
|
| /OK3568_Linux_fs/kernel/sound/drivers/opl4/ |
| H A D | opl4_synth.c | 423 int note, pitch, octave; in snd_opl4_update_pitch() local 440 octave = pitch / 0x600 - 8; in snd_opl4_update_pitch() 444 (octave << 4) | ((pitch >> 7) & OPL4_F_NUMBER_HIGH_MASK)); in snd_opl4_update_pitch()
|
| /OK3568_Linux_fs/buildroot/package/swig/ |
| H A D | swig.mk | 14 --without-octave
|
| /OK3568_Linux_fs/kernel/include/uapi/sound/ |
| H A D | asound_fm.h | 73 unsigned char octave; /* 3 bits: what octave to play */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/ |
| H A D | asound_fm.h | 73 unsigned char octave; /* 3 bits: what octave to play */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/ |
| H A D | asound_fm.h | 73 unsigned char octave; /* 3 bits: what octave to play */ member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/swig/ |
| H A D | swig.inc | 37 --without-octave \
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | types.hpp | 748 float size=1, float response=1, int octave=0, int class_id=-1); 765 CV_PROP_RW int octave; //!< octave (pyramid layer) from which the keypoint has been extracted member in cv::KeyPoint 2343 : pt(0,0), size(0), angle(-1), response(0), octave(0), class_id(-1) {} in KeyPoint() 2347 …: pt(_pt), size(_size), angle(_angle), response(_response), octave(_octave), class_id(_class_id) {} in KeyPoint() 2351 …: pt(x, y), size(_size), angle(_angle), response(_response), octave(_octave), class_id(_class_id) … in KeyPoint()
|
| H A D | persistence.hpp | 1043 write(fs, kpt.octave); in write() 1264 … it >> kpt.pt.x >> kpt.pt.y >> kpt.size >> kpt.angle >> kpt.response >> kpt.octave >> kpt.class_id; in operator >>()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | types.hpp | 748 float size=1, float response=1, int octave=0, int class_id=-1); 765 CV_PROP_RW int octave; //!< octave (pyramid layer) from which the keypoint has been extracted member in cv::KeyPoint 2343 : pt(0,0), size(0), angle(-1), response(0), octave(0), class_id(-1) {} in KeyPoint() 2347 …: pt(_pt), size(_size), angle(_angle), response(_response), octave(_octave), class_id(_class_id) {} in KeyPoint() 2351 …: pt(x, y), size(_size), angle(_angle), response(_response), octave(_octave), class_id(_class_id) … in KeyPoint()
|
| H A D | persistence.hpp | 1043 write(fs, kpt.octave); in write() 1264 … it >> kpt.pt.x >> kpt.pt.y >> kpt.size >> kpt.angle >> kpt.response >> kpt.octave >> kpt.class_id; in operator >>()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | types.hpp | 748 float size=1, float response=1, int octave=0, int class_id=-1); 765 CV_PROP_RW int octave; //!< octave (pyramid layer) from which the keypoint has been extracted member in cv::KeyPoint 2343 : pt(0,0), size(0), angle(-1), response(0), octave(0), class_id(-1) {} in KeyPoint() 2347 …: pt(_pt), size(_size), angle(_angle), response(_response), octave(_octave), class_id(_class_id) {} in KeyPoint() 2351 …: pt(x, y), size(_size), angle(_angle), response(_response), octave(_octave), class_id(_class_id) … in KeyPoint()
|
| H A D | persistence.hpp | 1043 write(fs, kpt.octave); in write() 1264 … it >> kpt.pt.x >> kpt.pt.y >> kpt.size >> kpt.angle >> kpt.response >> kpt.octave >> kpt.class_id; in operator >>()
|
| /OK3568_Linux_fs/kernel/sound/drivers/opl3/ |
| H A D | opl3_synth.c | 425 reg_val |= (note->octave << 2) & OPL3_BLOCKNUM_MASK; in snd_opl3_play_note()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/packagegroups/ |
| H A D | packagegroup-meta-oe.bb | 1001 octave \
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sox.c | 2224 LSX_ENUM_ITEM(sox_plot_,octave)
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | ChangeLog | 532 o Fix graph legend display when using --plot octave. (robs) 761 o --octave option changed to --plot; can now also use gnuplot to
|