Home
last modified time | relevance | path

Searched refs:substreams (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/video/
H A Dsend_statistics_proxy_unittest.cc51 EXPECT_EQ(one.substreams.size(), other.substreams.size()); in main()
53 one.substreams.begin(); in main()
54 it != one.substreams.end(); ++it) { in main()
56 corresponding_it = other.substreams.find(it->first); in main()
57 ASSERT_TRUE(corresponding_it != other.substreams.end()); in main()
273 expected_.substreams[ssrc].avg_delay_ms = avg_delay_ms; in main()
274 expected_.substreams[ssrc].max_delay_ms = max_delay_ms; in main()
285 expected_.substreams[ssrc].avg_delay_ms = avg_delay_ms; in main()
286 expected_.substreams[ssrc].max_delay_ms = max_delay_ms; in main()
317 EXPECT_TRUE(stats.substreams.empty()); in main()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/video/
H A Dsend_statistics_proxy_unittest.cc57 expected_.substreams[ssrc].is_rtx = false; in SetUp()
59 expected_.substreams[ssrc].is_rtx = true; in SetUp()
86 stats.substreams.find(ssrc); in GetStreamStats()
87 EXPECT_NE(it, stats.substreams.end()); in GetStreamStats()
106 EXPECT_EQ(one.substreams.size(), other.substreams.size()); in ExpectEqual()
108 one.substreams.begin(); in ExpectEqual()
109 it != one.substreams.end(); ++it) { in ExpectEqual()
274 expected_.substreams[ssrc].total_bitrate_bps = total; in TEST_F()
284 expected_.substreams[ssrc].total_bitrate_bps = total; in TEST_F()
300 expected_.substreams[ssrc].avg_delay_ms = avg_delay_ms; in TEST_F()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/freetype/vtkfreetype/src/sfnt/
H A Dsfwoff2.c866 WOFF2_Substream substreams = NULL; in reconstruct_glyf() local
912 substreams[i].start = pos + offset; in reconstruct_glyf()
913 substreams[i].offset = pos + offset; in reconstruct_glyf()
914 substreams[i].size = substream_size; in reconstruct_glyf()
917 i, substreams[i].offset, substreams[i].size )); in reconstruct_glyf()
960 substreams[N_CONTOUR_STREAM].offset += 2; in reconstruct_glyf()
1012 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1080 if ( substreams[GLYPH_STREAM].size < in reconstruct_glyf()
1141 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1236 FT_FREE( substreams ); in reconstruct_glyf()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/modules/freetype2/src/sfnt/
H A Dsfwoff2.c861 WOFF2_Substream substreams = NULL; in reconstruct_glyf() local
907 substreams[i].start = pos + offset; in reconstruct_glyf()
908 substreams[i].offset = pos + offset; in reconstruct_glyf()
909 substreams[i].size = substream_size; in reconstruct_glyf()
912 i, substreams[i].offset, substreams[i].size )); in reconstruct_glyf()
955 substreams[N_CONTOUR_STREAM].offset += 2; in reconstruct_glyf()
1007 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1075 if ( substreams[GLYPH_STREAM].size < in reconstruct_glyf()
1136 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1231 FT_FREE( substreams ); in reconstruct_glyf()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libfreetype/src/sfnt/
H A Dsfwoff2.c861 WOFF2_Substream substreams = NULL; in reconstruct_glyf() local
907 substreams[i].start = pos + offset; in reconstruct_glyf()
908 substreams[i].offset = pos + offset; in reconstruct_glyf()
909 substreams[i].size = substream_size; in reconstruct_glyf()
912 i, substreams[i].offset, substreams[i].size )); in reconstruct_glyf()
955 substreams[N_CONTOUR_STREAM].offset += 2; in reconstruct_glyf()
1007 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1075 if ( substreams[GLYPH_STREAM].size < in reconstruct_glyf()
1136 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1231 FT_FREE( substreams ); in reconstruct_glyf()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libfreetype/src/sfnt/
H A Dsfwoff2.c861 WOFF2_Substream substreams = NULL; in reconstruct_glyf() local
907 substreams[i].start = pos + offset; in reconstruct_glyf()
908 substreams[i].offset = pos + offset; in reconstruct_glyf()
909 substreams[i].size = substream_size; in reconstruct_glyf()
912 i, substreams[i].offset, substreams[i].size )); in reconstruct_glyf()
955 substreams[N_CONTOUR_STREAM].offset += 2; in reconstruct_glyf()
1007 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1075 if ( substreams[GLYPH_STREAM].size < in reconstruct_glyf()
1136 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1231 FT_FREE( substreams ); in reconstruct_glyf()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/freetype/src/sfnt/
H A Dsfwoff2.c859 WOFF2_Substream substreams = NULL; in reconstruct_glyf() local
905 substreams[i].start = pos + offset; in reconstruct_glyf()
906 substreams[i].offset = pos + offset; in reconstruct_glyf()
907 substreams[i].size = substream_size; in reconstruct_glyf()
910 i, substreams[i].offset, substreams[i].size )); in reconstruct_glyf()
953 substreams[N_CONTOUR_STREAM].offset += 2; in reconstruct_glyf()
1005 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1073 if ( substreams[GLYPH_STREAM].size < in reconstruct_glyf()
1134 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1229 FT_FREE( substreams ); in reconstruct_glyf()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/freetype/src/sfnt/
H A Dsfwoff2.c859 WOFF2_Substream substreams = NULL; in reconstruct_glyf() local
905 substreams[i].start = pos + offset; in reconstruct_glyf()
906 substreams[i].offset = pos + offset; in reconstruct_glyf()
907 substreams[i].size = substream_size; in reconstruct_glyf()
910 i, substreams[i].offset, substreams[i].size )); in reconstruct_glyf()
953 substreams[N_CONTOUR_STREAM].offset += 2; in reconstruct_glyf()
1005 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1073 if ( substreams[GLYPH_STREAM].size < in reconstruct_glyf()
1134 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1229 FT_FREE( substreams ); in reconstruct_glyf()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libfreetype/src/sfnt/
H A Dsfwoff2.c861 WOFF2_Substream substreams = NULL; in reconstruct_glyf() local
907 substreams[i].start = pos + offset; in reconstruct_glyf()
908 substreams[i].offset = pos + offset; in reconstruct_glyf()
909 substreams[i].size = substream_size; in reconstruct_glyf()
912 i, substreams[i].offset, substreams[i].size )); in reconstruct_glyf()
955 substreams[N_CONTOUR_STREAM].offset += 2; in reconstruct_glyf()
1007 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1075 if ( substreams[GLYPH_STREAM].size < in reconstruct_glyf()
1136 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1231 FT_FREE( substreams ); in reconstruct_glyf()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/freetype/src/src/sfnt/
H A Dsfwoff2.c859 WOFF2_Substream substreams = NULL; in reconstruct_glyf() local
905 substreams[i].start = pos + offset; in reconstruct_glyf()
906 substreams[i].offset = pos + offset; in reconstruct_glyf()
907 substreams[i].size = substream_size; in reconstruct_glyf()
910 i, substreams[i].offset, substreams[i].size )); in reconstruct_glyf()
953 substreams[N_CONTOUR_STREAM].offset += 2; in reconstruct_glyf()
1005 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1073 if ( substreams[GLYPH_STREAM].size < in reconstruct_glyf()
1134 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1229 FT_FREE( substreams ); in reconstruct_glyf()
[all …]
/dports/www/firefox/firefox-99.0/modules/freetype2/src/sfnt/
H A Dsfwoff2.c850 WOFF2_Substream substreams = NULL; in reconstruct_glyf() local
896 substreams[i].start = pos + offset; in reconstruct_glyf()
897 substreams[i].offset = pos + offset; in reconstruct_glyf()
898 substreams[i].size = substream_size; in reconstruct_glyf()
901 i, substreams[i].offset, substreams[i].size )); in reconstruct_glyf()
944 substreams[N_CONTOUR_STREAM].offset += 2; in reconstruct_glyf()
996 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1064 if ( substreams[GLYPH_STREAM].size < in reconstruct_glyf()
1125 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1220 FT_FREE( substreams ); in reconstruct_glyf()
[all …]
/dports/print/freetype2/freetype-2.11.1/src/sfnt/
H A Dsfwoff2.c850 WOFF2_Substream substreams = NULL; in reconstruct_glyf() local
896 substreams[i].start = pos + offset; in reconstruct_glyf()
897 substreams[i].offset = pos + offset; in reconstruct_glyf()
898 substreams[i].size = substream_size; in reconstruct_glyf()
901 i, substreams[i].offset, substreams[i].size )); in reconstruct_glyf()
944 substreams[N_CONTOUR_STREAM].offset += 2; in reconstruct_glyf()
996 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1064 if ( substreams[GLYPH_STREAM].size < in reconstruct_glyf()
1125 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1220 FT_FREE( substreams ); in reconstruct_glyf()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/freetype/src/src/sfnt/
H A Dsfwoff2.c861 WOFF2_Substream substreams = NULL; in reconstruct_glyf() local
907 substreams[i].start = pos + offset; in reconstruct_glyf()
908 substreams[i].offset = pos + offset; in reconstruct_glyf()
909 substreams[i].size = substream_size; in reconstruct_glyf()
912 i, substreams[i].offset, substreams[i].size )); in reconstruct_glyf()
955 substreams[N_CONTOUR_STREAM].offset += 2; in reconstruct_glyf()
1007 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1075 if ( substreams[GLYPH_STREAM].size < in reconstruct_glyf()
1136 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1231 FT_FREE( substreams ); in reconstruct_glyf()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libfreetype/src/sfnt/
H A Dsfwoff2.c861 WOFF2_Substream substreams = NULL; in reconstruct_glyf() local
907 substreams[i].start = pos + offset; in reconstruct_glyf()
908 substreams[i].offset = pos + offset; in reconstruct_glyf()
909 substreams[i].size = substream_size; in reconstruct_glyf()
912 i, substreams[i].offset, substreams[i].size )); in reconstruct_glyf()
955 substreams[N_CONTOUR_STREAM].offset += 2; in reconstruct_glyf()
1007 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1075 if ( substreams[GLYPH_STREAM].size < in reconstruct_glyf()
1136 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1231 FT_FREE( substreams ); in reconstruct_glyf()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libfreetype/src/sfnt/
H A Dsfwoff2.c861 WOFF2_Substream substreams = NULL; in reconstruct_glyf() local
907 substreams[i].start = pos + offset; in reconstruct_glyf()
908 substreams[i].offset = pos + offset; in reconstruct_glyf()
909 substreams[i].size = substream_size; in reconstruct_glyf()
912 i, substreams[i].offset, substreams[i].size )); in reconstruct_glyf()
955 substreams[N_CONTOUR_STREAM].offset += 2; in reconstruct_glyf()
1007 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1075 if ( substreams[GLYPH_STREAM].size < in reconstruct_glyf()
1136 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1231 FT_FREE( substreams ); in reconstruct_glyf()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libfreetype/src/sfnt/
H A Dsfwoff2.c861 WOFF2_Substream substreams = NULL; in reconstruct_glyf() local
907 substreams[i].start = pos + offset; in reconstruct_glyf()
908 substreams[i].offset = pos + offset; in reconstruct_glyf()
909 substreams[i].size = substream_size; in reconstruct_glyf()
912 i, substreams[i].offset, substreams[i].size )); in reconstruct_glyf()
955 substreams[N_CONTOUR_STREAM].offset += 2; in reconstruct_glyf()
1007 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1075 if ( substreams[GLYPH_STREAM].size < in reconstruct_glyf()
1136 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1231 FT_FREE( substreams ); in reconstruct_glyf()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/modules/freetype2/src/sfnt/
H A Dsfwoff2.c861 WOFF2_Substream substreams = NULL; in reconstruct_glyf() local
907 substreams[i].start = pos + offset; in reconstruct_glyf()
908 substreams[i].offset = pos + offset; in reconstruct_glyf()
909 substreams[i].size = substream_size; in reconstruct_glyf()
912 i, substreams[i].offset, substreams[i].size )); in reconstruct_glyf()
955 substreams[N_CONTOUR_STREAM].offset += 2; in reconstruct_glyf()
1007 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1075 if ( substreams[GLYPH_STREAM].size < in reconstruct_glyf()
1136 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1231 FT_FREE( substreams ); in reconstruct_glyf()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/modules/freetype2/src/sfnt/
H A Dsfwoff2.c859 WOFF2_Substream substreams = NULL; in reconstruct_glyf() local
905 substreams[i].start = pos + offset; in reconstruct_glyf()
906 substreams[i].offset = pos + offset; in reconstruct_glyf()
907 substreams[i].size = substream_size; in reconstruct_glyf()
910 i, substreams[i].offset, substreams[i].size )); in reconstruct_glyf()
953 substreams[N_CONTOUR_STREAM].offset += 2; in reconstruct_glyf()
1005 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1073 if ( substreams[GLYPH_STREAM].size < in reconstruct_glyf()
1134 substreams[BBOX_STREAM].offset += 8; in reconstruct_glyf()
1229 FT_FREE( substreams ); in reconstruct_glyf()
[all …]
/dports/multimedia/streamlink/streamlink-2.1.2/tests/streams/
H A Dtest_hls.py234 master_stream.substreams
251 substreams = master_stream['video'].substreams
252 result = [x.url for x in substreams]
270 substreams = master_stream['video'].substreams
272 result = [x.url for x in substreams]
290 substreams = master_stream['video'].substreams
292 result = [x.url for x in substreams]
305 substreams = master_stream['video'].substreams
307 result = [x.url for x in substreams]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/virtio/
H A Dvirtio_pcm.c335 snd->substreams = devm_kcalloc(&vdev->dev, snd->nsubstreams, in virtsnd_pcm_parse_cfg()
336 sizeof(*snd->substreams), GFP_KERNEL); in virtsnd_pcm_parse_cfg()
337 if (!snd->substreams) in virtsnd_pcm_parse_cfg()
350 struct virtio_pcm_substream *vss = &snd->substreams[i]; in virtsnd_pcm_parse_cfg()
439 stream->substreams = in virtsnd_pcm_build_devs()
441 sizeof(*stream->substreams), in virtsnd_pcm_build_devs()
443 if (!stream->substreams) in virtsnd_pcm_build_devs()
452 struct virtio_pcm_substream *vss = &snd->substreams[i]; in virtsnd_pcm_build_devs()
459 vs->substreams[vs->nsubstreams++] = vss; in virtsnd_pcm_build_devs()
472 vs->substreams[kss->number]->substream = kss; in virtsnd_pcm_build_devs()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/virtio/
H A Dvirtio_pcm.c335 snd->substreams = devm_kcalloc(&vdev->dev, snd->nsubstreams, in virtsnd_pcm_parse_cfg()
336 sizeof(*snd->substreams), GFP_KERNEL); in virtsnd_pcm_parse_cfg()
337 if (!snd->substreams) in virtsnd_pcm_parse_cfg()
350 struct virtio_pcm_substream *vss = &snd->substreams[i]; in virtsnd_pcm_parse_cfg()
439 stream->substreams = in virtsnd_pcm_build_devs()
441 sizeof(*stream->substreams), in virtsnd_pcm_build_devs()
443 if (!stream->substreams) in virtsnd_pcm_build_devs()
452 struct virtio_pcm_substream *vss = &snd->substreams[i]; in virtsnd_pcm_build_devs()
459 vs->substreams[vs->nsubstreams++] = vss; in virtsnd_pcm_build_devs()
472 vs->substreams[kss->number]->substream = kss; in virtsnd_pcm_build_devs()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/virtio/
H A Dvirtio_pcm.c335 snd->substreams = devm_kcalloc(&vdev->dev, snd->nsubstreams, in virtsnd_pcm_parse_cfg()
336 sizeof(*snd->substreams), GFP_KERNEL); in virtsnd_pcm_parse_cfg()
337 if (!snd->substreams) in virtsnd_pcm_parse_cfg()
350 struct virtio_pcm_substream *vss = &snd->substreams[i]; in virtsnd_pcm_parse_cfg()
439 stream->substreams = in virtsnd_pcm_build_devs()
441 sizeof(*stream->substreams), in virtsnd_pcm_build_devs()
443 if (!stream->substreams) in virtsnd_pcm_build_devs()
452 struct virtio_pcm_substream *vss = &snd->substreams[i]; in virtsnd_pcm_build_devs()
459 vs->substreams[vs->nsubstreams++] = vss; in virtsnd_pcm_build_devs()
472 vs->substreams[kss->number]->substream = kss; in virtsnd_pcm_build_devs()
[all …]
/dports/multimedia/gstreamer1-editing-services/gstreamer-editing-services-1.16.2/examples/c/
H A Dconcatenate.c146 GList *tmp, *substreams; in make_profile_from_info() local
151 substreams = in make_profile_from_info()
156 for (tmp = substreams; tmp; tmp = tmp->next) { in make_profile_from_info()
175 if (substreams) in make_profile_from_info()
176 gst_discoverer_stream_info_list_free (substreams); in make_profile_from_info()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/video/
H A Dsend_statistics_proxy_unittest.cc62 expected_.substreams[ssrc].is_rtx = false; in SetUp()
64 expected_.substreams[ssrc].is_rtx = true; in SetUp()
91 stats.substreams.find(ssrc); in GetStreamStats()
92 EXPECT_NE(it, stats.substreams.end()); in GetStreamStats()
111 EXPECT_EQ(one.substreams.size(), other.substreams.size()); in ExpectEqual()
113 one.substreams.begin(); in ExpectEqual()
114 it != one.substreams.end(); ++it) { in ExpectEqual()
269 expected_.substreams[ssrc].total_bitrate_bps = total; in TEST_F()
279 expected_.substreams[ssrc].total_bitrate_bps = total; in TEST_F()
295 expected_.substreams[ssrc].avg_delay_ms = avg_delay_ms; in TEST_F()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/video/
H A Dsend_statistics_proxy_unittest.cc62 expected_.substreams[ssrc].is_rtx = false; in SetUp()
64 expected_.substreams[ssrc].is_rtx = true; in SetUp()
91 stats.substreams.find(ssrc); in GetStreamStats()
92 EXPECT_NE(it, stats.substreams.end()); in GetStreamStats()
111 EXPECT_EQ(one.substreams.size(), other.substreams.size()); in ExpectEqual()
113 one.substreams.begin(); in ExpectEqual()
114 it != one.substreams.end(); ++it) { in ExpectEqual()
269 expected_.substreams[ssrc].total_bitrate_bps = total; in TEST_F()
279 expected_.substreams[ssrc].total_bitrate_bps = total; in TEST_F()
295 expected_.substreams[ssrc].avg_delay_ms = avg_delay_ms; in TEST_F()
[all …]

12345678910>>...21