| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | noisered.c | 260 size_t tracks = effp->in_signal.channels; in sox_noisered_flow() local 261 size_t track_samples = samp / tracks; in sox_noisered_flow() 276 for (i = 0; i < tracks; i ++) { in sox_noisered_flow() 286 SOX_SAMPLE_TO_FLOAT_32BIT(ibuf[i + tracks * j], effp->clips); in sox_noisered_flow() 291 … process_window(effp, data, (unsigned) i, (unsigned) tracks, obuf, (unsigned) (oldbuf + ncopy)); in sox_noisered_flow() 294 *isamp = tracks*ncopy; in sox_noisered_flow() 296 *osamp = tracks*(WINDOWSIZE/2); in sox_noisered_flow() 311 unsigned tracks = effp->in_signal.channels; in sox_noisered_drain() local 312 for (i = 0; i < tracks; i ++) in sox_noisered_drain() 313 *osamp = process_window(effp, data, i, tracks, obuf, (unsigned) data->bufdata); in sox_noisered_drain()
|
| H A D | noiseprof.c | 152 int tracks = effp->in_signal.channels; in sox_noiseprof_drain() local 161 for (i = 0; i < tracks; i ++) { in sox_noiseprof_drain()
|
| /OK3568_Linux_fs/kernel/drivers/cdrom/ |
| H A D | cdrom.c | 991 static void cdrom_count_tracks(struct cdrom_device_info *cdi, tracktype *tracks) in cdrom_count_tracks() argument 996 tracks->data = 0; in cdrom_count_tracks() 997 tracks->audio = 0; in cdrom_count_tracks() 998 tracks->cdi = 0; in cdrom_count_tracks() 999 tracks->xa = 0; in cdrom_count_tracks() 1000 tracks->error = 0; in cdrom_count_tracks() 1004 tracks->error = CDS_NO_INFO; in cdrom_count_tracks() 1012 tracks->error = CDS_NO_DISC; in cdrom_count_tracks() 1014 tracks->error = CDS_NO_INFO; in cdrom_count_tracks() 1022 tracks->error = CDS_NO_INFO; in cdrom_count_tracks() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/ |
| H A D | main_video.cc | 451 …I_CALL on_mk_play_event_func(void *user_data, int err_code, const char *err_msg, mk_track tracks[], in on_mk_play_event_func() argument 459 if (mk_track_is_video(tracks[i])) { in on_mk_play_event_func() 460 log_info("got video track: %s", mk_track_codec_name(tracks[i])); in on_mk_play_event_func() 462 mk_track_add_delegate(tracks[i], on_track_frame_out, user_data); in on_mk_play_event_func() 470 …utdown_func(void *user_data, int err_code, const char *err_msg, mk_track tracks[], int track_count… in on_mk_shutdown_func() argument
|
| /OK3568_Linux_fs/buildroot/package/traceroute/ |
| H A D | Config.in | 5 Linux systems. It tracks the route packets taken from an IP
|
| /OK3568_Linux_fs/buildroot/package/python-pathlib2/ |
| H A D | Config.in | 9 pathlib module which tracks the standard library module, so
|
| /OK3568_Linux_fs/buildroot/package/python-smmap2/ |
| H A D | Config.in | 5 Smmap wraps an interface around mmap and tracks the mapped
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/zlmediakit/include/ |
| H A D | mk_player.h | 32 …(API_CALL *on_mk_play_event)(void *user_data, int err_code, const char *err_msg, mk_track tracks[],
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | amiflop.c | 178 unsigned int tracks; /* number of tracks */ member 528 for (n = unit[drive].type->tracks/2; n != 0; --n) { in fd_calibrate() 540 n = unit[drive].type->tracks + 20; in fd_calibrate() 1531 geo->cylinders = unit[drive].type->tracks; in fd_getgeo() 1563 if (param < p->type->tracks * p->type->heads) in fd_locked_ioctl() 1583 getprm.track=p->type->tracks; in fd_locked_ioctl() 1696 unit[drive].blocks=unit[drive].type->heads*unit[drive].type->tracks* in floppy_open()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/ |
| H A D | 0002-interface-remove-C-reserved-keyword.patch | 326 tracks=last-first+1; 351 - tracks = d->private->sg_buffer[1]; 352 + tracks = d->priv->sg_buffer[1]; 353 if (tracks > MAXTRK) { 354 cderror(d,"003: CDROM reporting illegal number of tracks\n"); 404 d->cd_extra = FixupTOC(d,tracks+1);
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/ |
| H A D | 0001-qtdemux-don-t-skip-the-stream-duration-longer-than-3.patch | 20 * themselves video tracks as well. I haven't really found a way to
|
| H A D | 0009-matroska-demux-parse-Disable-QoS-lace-skipping-by-de.patch | 63 /* cache for track tags that forward-reference their tracks */
|
| /OK3568_Linux_fs/buildroot/package/supertuxkart/ |
| H A D | Config.in | 31 racer with multiple karts, tracks and modes you can play.
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/ |
| H A D | 0001-qtdemux-don-t-skip-the-stream-duration-longer-than-3.patch | 20 * themselves video tracks as well. I haven't really found a way to
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22/ |
| H A D | 0001-qtdemux-don-t-skip-the-stream-duration-longer-than-3.patch | 20 * themselves video tracks as well. I haven't really found a way to
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/devices/ |
| H A D | vfio.rst | 12 tracks VFIO groups in use by the VM and features of those groups
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | bitmaps.rst | 6 The data block bitmap tracks the usage of data blocks within the block
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/Design/Data-Structures/ |
| H A D | Data-Structures.rst | 155 ``rcu_node`` and ``rcu_data`` structures, tracks grace periods, 157 events, maintains ``rcu_barrier()`` state, tracks expedited 174 detection and RCU callback queuing. It also tracks its relationship 181 and also tracks statistics. 197 between the ``rcu_node`` and ``rcu_data`` structures, tracks grace 300 The ``->gp_max`` field tracks the duration of the longest grace period 430 The ``->qsmask`` field tracks which of this ``rcu_node`` structure's 435 Similarly, the ``->expmask`` field tracks which of this ``rcu_node`` 442 tens of microseconds. The ``->qsmaskinit`` field tracks which of this 489 know that the ``rcu_node`` structure tracks them. [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.13.0 | 22 - Added a GeoJSON parser which can be used to annotate maps with tracks,
|
| /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/linux/ |
| H A D | fd.h | 146 unsigned char tracks; /* maximum number of tracks */ 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/linux/ |
| H A D | fd.h | 146 unsigned char tracks; /* maximum number of tracks */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fd.h | 146 unsigned char tracks; /* maximum number of tracks */ member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | CVE-2022-28734-net-http-Fix-OOB-write-for-split-http-headers.patch | 9 The code tracks the end of line by looking for a "\n" byte. The
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/ |
| H A D | knfsd-stats.rst | 67 The circumstance this statistic tracks indicates that there was NFS 82 This statistic tracks the circumstance where incoming
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-modulator.rst | 166 tracks. When the input has three channels the mono track is a 172 channel it is used for all audio tracks. It is not possible to
|