| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | iosfwd | 52 * streams, which were not templates. 131 /// Base class for @c char streams. 137 /// Base class for @c char input streams. 140 /// Base class for @c char output streams. 143 /// Base class for @c char mixed input and output streams. 149 /// Class for @c char input memory streams. 152 /// Class for @c char output memory streams. 155 /// Class for @c char mixed input and output memory streams. 161 /// Class for @c char input file streams. 164 /// Class for @c char output file streams. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | iosfwd | 52 * streams, which were not templates. 131 /// Base class for @c char streams. 137 /// Base class for @c char input streams. 140 /// Base class for @c char output streams. 143 /// Base class for @c char mixed input and output streams. 149 /// Class for @c char input memory streams. 152 /// Class for @c char output memory streams. 155 /// Class for @c char mixed input and output memory streams. 161 /// Class for @c char input file streams. 164 /// Class for @c char output file streams. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tl/ |
| H A D | mali_kbase_timeline.c | 46 offsetof(struct kbase_timeline, streams) 50 offsetof(struct kbase_timeline, streams) 71 struct kbase_tlstream *stream = &timeline->streams[stype]; in kbasep_timeline_autoflush_timer_callback() 124 kbase_tlstream_init(&result->streams[i], i, in kbase_timeline_init() 138 csffw_stream = &result->streams[TL_STREAM_TYPE_CSFFW]; in kbase_timeline_init() 160 kbase_tlstream_term(&timeline->streams[i]); in kbase_timeline_term() 212 kbase_tlstream_reset(&timeline->streams[TL_STREAM_TYPE_OBJ_SUMMARY]); in kbase_timeline_acquire() 308 nbytes = kbase_tlstream_flush_stream(&timeline->streams[stype]); in kbase_timeline_streams_flush() 318 &timeline->streams[TL_STREAM_TYPE_OBJ]); in kbase_timeline_streams_body_reset() 320 &timeline->streams[TL_STREAM_TYPE_AUX]); in kbase_timeline_streams_body_reset() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | camera.c | 524 struct gb_camera_stream_config *streams, in gb_camera_configure_streams() argument 556 cfg->width = cpu_to_le16(streams[i].width); in gb_camera_configure_streams() 557 cfg->height = cpu_to_le16(streams[i].height); in gb_camera_configure_streams() 558 cfg->format = cpu_to_le16(streams[i].format); in gb_camera_configure_streams() 592 streams[i].width = le16_to_cpu(cfg->width); in gb_camera_configure_streams() 593 streams[i].height = le16_to_cpu(cfg->height); in gb_camera_configure_streams() 594 streams[i].format = le16_to_cpu(cfg->format); in gb_camera_configure_streams() 595 streams[i].vc = cfg->virtual_channel; in gb_camera_configure_streams() 596 streams[i].dt[0] = cfg->data_type[0]; in gb_camera_configure_streams() 597 streams[i].dt[1] = cfg->data_type[1]; in gb_camera_configure_streams() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | stream.c | 20 zfree(&es[i].streams); in evsel_streams__delete() 50 s->streams = calloc(nr_streams_max, sizeof(struct stream)); in evlist_streams__new() 51 if (!s->streams) in evlist_streams__new() 78 es->streams[i].cnode = cnode; in evsel_streams__set_hot_cnode() 87 hit = (es->streams[0].cnode)->hit; in evsel_streams__set_hot_cnode() 89 if ((es->streams[i].cnode)->hit < hit) { in evsel_streams__set_hot_cnode() 90 hit = (es->streams[i].cnode)->hit; in evsel_streams__set_hot_cnode() 96 es->streams[idx].cnode = cnode; in evsel_streams__set_hot_cnode() 185 struct stream *pair_stream = &es_pair->streams[i]; in stream__callchain_match() 212 struct stream *base_stream = &es_base->streams[i]; in evsel_streams__match() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | bulk-streams.rst | 1 USB bulk streams 7 Bulk endpoint streams were added in the USB 3.0 specification. Streams allow a 13 Protocol, which uses streams to queue multiple SCSI commands, can be found on 24 device can refuse that transfer. Devices can switch between streams at any 44 streams, or the xHCI driver ran out of memory), or the number of streams the 53 streams. 64 usb_alloc_streams() returns with a value of N, you may use streams 1 though N. 66 endpoint does not support streams, an error will be returned. 75 If a driver wishes to stop using streams to communicate with the device, it 83 ensure that drivers that don't support streams will be able to use the endpoint.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/ |
| H A D | 0005-playbin3-Fix-Qt-videoplayer-cannot-change-video-stat.patch | 22 + /* notify app that number of audio/video/text streams changed */ 80 + "Total number of video streams", 0, G_MAXINT, 0, 90 + "Total number of audio streams", 0, G_MAXINT, 0, 100 + "Total number of text streams", 0, G_MAXINT, 0, 177 + channels = playbin->combiner[PLAYBIN_STREAM_AUDIO].streams; 180 + channels = playbin->combiner[PLAYBIN_STREAM_VIDEO].streams; 183 + channels = playbin->combiner[PLAYBIN_STREAM_TEXT].streams; 264 + (playbin->combiner[PLAYBIN_STREAM_VIDEO].streams ? playbin-> 265 + combiner[PLAYBIN_STREAM_VIDEO].streams->len : 0); 281 + (playbin->combiner[PLAYBIN_STREAM_AUDIO].streams ? playbin-> [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/ |
| H A D | 0005-playbin3-Fix-qt-videoplayer-cannot-change-video-stat.patch | 22 + /* notify app that number of audio/video/text streams changed */ 80 + "Total number of video streams", 0, G_MAXINT, 0, 90 + "Total number of audio streams", 0, G_MAXINT, 0, 100 + "Total number of text streams", 0, G_MAXINT, 0, 177 + channels = playbin->combiner[PLAYBIN_STREAM_AUDIO].streams; 180 + channels = playbin->combiner[PLAYBIN_STREAM_VIDEO].streams; 183 + channels = playbin->combiner[PLAYBIN_STREAM_TEXT].streams; 263 + (playbin->combiner[PLAYBIN_STREAM_VIDEO].streams ? playbin-> 264 + combiner[PLAYBIN_STREAM_VIDEO].streams->len : 0); 280 + (playbin->combiner[PLAYBIN_STREAM_AUDIO].streams ? playbin-> [all …]
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/ |
| H A D | 0005-playbin3-Fix-Qt-videoplayer-cannot-change-video-stat.patch | 22 + /* notify app that number of audio/video/text streams changed */ 80 + "Total number of video streams", 0, G_MAXINT, 0, 90 + "Total number of audio streams", 0, G_MAXINT, 0, 100 + "Total number of text streams", 0, G_MAXINT, 0, 177 + channels = playbin->combiner[PLAYBIN_STREAM_AUDIO].streams; 180 + channels = playbin->combiner[PLAYBIN_STREAM_VIDEO].streams; 183 + channels = playbin->combiner[PLAYBIN_STREAM_TEXT].streams; 264 + (playbin->combiner[PLAYBIN_STREAM_VIDEO].streams ? playbin-> 265 + combiner[PLAYBIN_STREAM_VIDEO].streams->len : 0); 281 + (playbin->combiner[PLAYBIN_STREAM_AUDIO].streams ? playbin-> [all …]
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | airtime.c | 30 #define MCS_DURATION(streams, sgi, bps) \ argument 31 ((u32)MCS_SYMBOL_TIME(sgi, MCS_N_KSYMS((streams) * (bps)))) 33 #define MCS_DURATION_S(shift, streams, sgi, bps) \ argument 34 ((u16)((MCS_DURATION(streams, sgi, bps) >> shift))) 51 #define HE_DURATION(streams, gi, bps) \ argument 52 ((u32)HE_SYMBOL_TIME(gi, MCS_N_KSYMS((streams) * (bps)))) 54 #define HE_DURATION_S(shift, streams, gi, bps) \ argument 55 (HE_DURATION(streams, gi, bps) >> shift) 413 int bw, streams; in ieee80211_get_rate_duration() local 437 streams = status->nss; in ieee80211_get_rate_duration() [all …]
|
| H A D | rc80211_minstrel_ht_debugfs.c | 65 p += sprintf(p, "%d ", mg->streams); in minstrel_ht_stats_dump() 69 p += sprintf(p, "%d ", mg->streams); in minstrel_ht_stats_dump() 83 p += sprintf(p, " MCS%-2u", (mg->streams - 1) * 8 + j); in minstrel_ht_stats_dump() 85 p += sprintf(p, " MCS%-1u/%1u", j, mg->streams); in minstrel_ht_stats_dump() 212 p += sprintf(p, "%d,", mg->streams); in minstrel_ht_stats_csv_dump() 216 p += sprintf(p, "%d,", mg->streams); in minstrel_ht_stats_csv_dump() 230 p += sprintf(p, ",MCS%-2u,", (mg->streams - 1) * 8 + j); in minstrel_ht_stats_csv_dump() 232 p += sprintf(p, ",MCS%-1u/%1u,", j, mg->streams); in minstrel_ht_stats_csv_dump()
|
| H A D | rc80211_minstrel_ht.c | 38 #define MCS_DURATION(streams, sgi, bps) \ argument 39 (MCS_SYMBOL_TIME(sgi, MCS_NSYMS((streams) * (bps))) / AVG_AMPDU_SIZE) 62 .streams = _streams, \ 99 .streams = _streams, \ 156 .streams = 1, \ 515 MCS_GROUP_RATES].streams; in minstrel_ht_prob_rate_reduce_streams() 525 (minstrel_mcs_groups[group].streams < tmp_max_streams)) { in minstrel_ht_prob_rate_reduce_streams() 549 if (group->streams == tp_group->streams) in minstrel_ht_probe_group() 552 if (tp_idx < 4 && group->streams == tp_group->streams - 1) in minstrel_ht_probe_group() 555 return group->streams == tp_group->streams + 1; in minstrel_ht_probe_group() [all …]
|
| /OK3568_Linux_fs/kernel/sound/isa/ |
| H A D | cmi8330.c | 164 } streams[2]; member 413 substream->private_data = chip->streams[SNDRV_PCM_STREAM_PLAYBACK].private_data; in snd_cmi8330_playback_open() 414 return chip->streams[SNDRV_PCM_STREAM_PLAYBACK].open(substream); in snd_cmi8330_playback_open() 422 substream->private_data = chip->streams[SNDRV_PCM_STREAM_CAPTURE].private_data; in snd_cmi8330_capture_open() 423 return chip->streams[SNDRV_PCM_STREAM_CAPTURE].open(substream); in snd_cmi8330_capture_open() 443 chip->streams[CMI_SB_STREAM].ops = *ops; in snd_cmi8330_pcm() 444 chip->streams[CMI_SB_STREAM].open = ops->open; in snd_cmi8330_pcm() 445 chip->streams[CMI_SB_STREAM].ops.open = cmi_open_callbacks[CMI_SB_STREAM]; in snd_cmi8330_pcm() 446 chip->streams[CMI_SB_STREAM].private_data = chip->sb; in snd_cmi8330_pcm() 450 chip->streams[CMI_AD_STREAM].ops = *ops; in snd_cmi8330_pcm() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-streams.c | 243 struct cx18_stream *s = &cx->streams[type]; in cx18_stream_init() 298 struct cx18_stream *s = &cx->streams[type]; in cx18_prep_dev() 383 ret = cx18_stream_alloc(&cx->streams[type]); in cx18_streams_setup() 397 struct cx18_stream *s = &cx->streams[type]; in cx18_reg_dev() 417 struct cx18_stream *s_mpg = &cx->streams[CX18_ENC_STREAM_TYPE_MPG]; in cx18_reg_dev() 495 if (cx->streams[type].dvb != NULL) { in cx18_streams_cleanup() 497 cx18_dvb_unregister(&cx->streams[type]); in cx18_streams_cleanup() 498 kfree(cx->streams[type].dvb); in cx18_streams_cleanup() 499 cx->streams[type].dvb = NULL; in cx18_streams_cleanup() 500 cx18_stream_free(&cx->streams[type]); in cx18_streams_cleanup() [all …]
|
| H A D | cx18-fileops.c | 33 struct cx18_stream *s = &cx->streams[type]; in cx18_claim_stream() 73 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_claim_stream() 75 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_claim_stream() 125 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_release_stream() 132 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_release_stream() 173 struct cx18_stream *s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_get_mdl() 485 struct cx18_stream *s = &cx->streams[id->type]; in cx18_start_capture() 507 s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_start_capture() 508 s_idx = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_start_capture() 576 struct cx18_stream *s = &cx->streams[id->type]; in cx18_v4l2_read() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/ |
| H A D | sch_ets_tests.sh | 80 local -a streams=("$@") 82 local low_stream=${streams[0]} 91 for stream in ${streams[@]}; do 108 local stream=${streams[$i]} 124 for stream in ${streams[@]}; do
|
| /OK3568_Linux_fs/kernel/sound/hda/ |
| H A D | hdac_device.c | 804 unsigned int streams = snd_hdac_read_parm(codec, nid, AC_PAR_STREAM); in query_stream_param() local 806 if (!streams || streams == -1) in query_stream_param() 807 streams = snd_hdac_read_parm(codec, codec->afg, AC_PAR_STREAM); in query_stream_param() 808 if (!streams || streams == -1) in query_stream_param() 810 return streams; in query_stream_param() 852 unsigned int streams, bps; in snd_hdac_query_supported_pcm() local 854 streams = query_stream_param(codec, nid); in snd_hdac_query_supported_pcm() 855 if (!streams) in snd_hdac_query_supported_pcm() 859 if (streams & AC_SUPFMT_PCM) { in snd_hdac_query_supported_pcm() 889 if (streams & AC_SUPFMT_FLOAT32) { in snd_hdac_query_supported_pcm() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-fileops.c | 35 struct ivtv_stream *s = &itv->streams[type]; in ivtv_claim_stream() 76 s_vbi = &itv->streams[vbi_type]; in ivtv_claim_stream() 117 s_vbi = &itv->streams[IVTV_DEC_STREAM_TYPE_VBI]; in ivtv_release_stream() 119 s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; in ivtv_release_stream() 196 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; in ivtv_get_buffer() 418 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_start_capture() 447 s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; in ivtv_start_capture() 497 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_v4l2_read() 514 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_start_decoding() 540 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_write() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/tm6000/ |
| H A D | tm6000-dvb.c | 94 if (dev->dvb->streams > 0) { in tm6000_urb_received() 191 if (dvb->streams == 0) { in tm6000_start_feed() 192 dvb->streams = 1; in tm6000_start_feed() 196 ++(dvb->streams); in tm6000_start_feed() 212 printk(KERN_INFO "stream %#x\n", dvb->streams); in tm6000_stop_feed() 213 --(dvb->streams); in tm6000_stop_feed() 214 if (dvb->streams == 0) { in tm6000_stop_feed() 257 dvb->streams = 0; in register_dvb()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
| H A D | 05_gcc.diff | 14 Index: wvstreams-4.6.1/streams/wvatomicfile.cc 16 --- wvstreams-4.6.1.orig/streams/wvatomicfile.cc 2011-05-20 00:02:38.223136584 +0200 17 +++ wvstreams-4.6.1/streams/wvatomicfile.cc 2011-05-20 00:02:31.619136587 +0200
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/ |
| H A D | disable-float-tests.patch | 6 Index: cpprest/Release/tests/functional/streams/istream_tests.cpp 8 --- cpprest.orig/Release/tests/functional/streams/istream_tests.cpp 9 +++ cpprest/Release/tests/functional/streams/istream_tests.cpp
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | sch_ets.sh | 67 local -a streams=("$@") 72 qdisc_parent_stats_get $swp2 10:$((${streams[0]} + 1)) .bytes \ 75 for stream in ${streams[@]}; do
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | ChangeLog | 83 - rename "streams" program to "rtmpgw" 93 - fix bug in retry/resume of audio-only streams 104 - in rtmpsuck support lists of streams 117 - add streams description to README 138 - don't try retry on live streams 147 - Added auto-unpause for buffer-limited streams 157 - restructured to support auto-restart of timed-out streams 198 - added --live option to enable download of live streams 205 - added a useful application: streams, it will start a streaming server and 240 - fixed audio only streams (rtmpdump now recognizes the stream and writes a [all …]
|
| /OK3568_Linux_fs/kernel/sound/pci/nm256/ |
| H A D | nm256.c | 228 struct nm256_stream streams[2]; member 761 s = &chip->streams[SNDRV_PCM_STREAM_PLAYBACK]; in snd_nm256_playback_update() 776 s = &chip->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_nm256_capture_update() 866 snd_nm256_setup_stream(chip, &chip->streams[SNDRV_PCM_STREAM_PLAYBACK], in snd_nm256_playback_open() 878 snd_nm256_setup_stream(chip, &chip->streams[SNDRV_PCM_STREAM_CAPTURE], in snd_nm256_capture_open() 944 struct nm256_stream *s = &chip->streams[i]; in snd_nm256_pcm() 996 if (chip->streams[SNDRV_PCM_STREAM_PLAYBACK].running) in snd_nm256_intr_check() 998 if (chip->streams[SNDRV_PCM_STREAM_CAPTURE].running) in snd_nm256_intr_check() 1422 struct nm256_stream *s = &chip->streams[i]; in nm256_resume() 1443 if (chip->streams[SNDRV_PCM_STREAM_PLAYBACK].running) in snd_nm256_free() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/fsl/ |
| H A D | imx-pcm-fiq.c | 235 struct snd_pcm_substream *substream = pcm->streams[stream].substream; in imx_pcm_preallocate_dma_buffer() 260 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { in imx_pcm_new() 267 if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream) { in imx_pcm_new() 290 substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in snd_imx_pcm_new() 297 substream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in snd_imx_pcm_new() 317 substream = pcm->streams[stream].substream; in imx_pcm_free()
|