Home
last modified time | relevance | path

Searched refs:stream_has_voice (Results 1 – 25 of 143) sorted by relevance

123456

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/
H A Dvoice_detection_unittest.cc53 bool stream_has_voice = false; in RunBitexactnessTest() local
61 stream_has_voice = in RunBitexactnessTest()
65 EXPECT_EQ(stream_has_voice_reference, stream_has_voice); in RunBitexactnessTest()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/
H A Dvoice_detection_unittest.cc53 bool stream_has_voice = false; in RunBitexactnessTest() local
61 stream_has_voice = in RunBitexactnessTest()
65 EXPECT_EQ(stream_has_voice_reference, stream_has_voice); in RunBitexactnessTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/
H A Dvoice_detection_unittest.cc53 bool stream_has_voice = false; in RunBitexactnessTest() local
61 stream_has_voice = in RunBitexactnessTest()
65 EXPECT_EQ(stream_has_voice_reference, stream_has_voice); in RunBitexactnessTest()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/
H A Dvoice_detection_unittest.cc53 bool stream_has_voice = false; in RunBitexactnessTest() local
61 stream_has_voice = in RunBitexactnessTest()
65 EXPECT_EQ(stream_has_voice_reference, stream_has_voice); in RunBitexactnessTest()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/
H A Dvoice_detection_unittest.cc67 bool stream_has_voice = voice_detection.stream_has_voice(); in RunBitexactnessTest() local
72 EXPECT_EQ(stream_has_voice_reference, stream_has_voice); in RunBitexactnessTest()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Dvoice_detection_unittest.cc67 bool stream_has_voice = voice_detection.stream_has_voice(); in RunBitexactnessTest() local
72 EXPECT_EQ(stream_has_voice_reference, stream_has_voice); in RunBitexactnessTest()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/
H A Dvoice_detection_unittest.cc67 bool stream_has_voice = voice_detection.stream_has_voice(); in RunBitexactnessTest() local
72 EXPECT_EQ(stream_has_voice_reference, stream_has_voice); in RunBitexactnessTest()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Dvoice_detection_unittest.cc67 bool stream_has_voice = voice_detection.stream_has_voice(); in RunBitexactnessTest() local
72 EXPECT_EQ(stream_has_voice_reference, stream_has_voice); in RunBitexactnessTest()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/webrtcdsp/
H A Dgstwebrtcdsp.cpp246 gboolean stream_has_voice; member
442 gboolean stream_has_voice) in gst_webrtc_vad_post_message() argument
453 "stream-has-voice", G_TYPE_BOOLEAN, stream_has_voice, NULL); in gst_webrtc_vad_post_message()
456 stream_has_voice ? "now has" : "no longer has"); in gst_webrtc_vad_post_message()
498 gboolean stream_has_voice = apm->voice_detection ()->stream_has_voice (); in gst_webrtc_dsp_process_stream() local
500 if (stream_has_voice != self->stream_has_voice) in gst_webrtc_dsp_process_stream()
501 gst_webrtc_vad_post_message (self, GST_BUFFER_PTS (buffer), stream_has_voice); in gst_webrtc_dsp_process_stream()
503 self->stream_has_voice = stream_has_voice; in gst_webrtc_dsp_process_stream()
709 self->stream_has_voice = FALSE; in gst_webrtc_dsp_setup()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/webrtcdsp/
H A Dgstwebrtcdsp.cpp246 gboolean stream_has_voice; member
442 gboolean stream_has_voice) in gst_webrtc_vad_post_message() argument
453 "stream-has-voice", G_TYPE_BOOLEAN, stream_has_voice, NULL); in gst_webrtc_vad_post_message()
456 stream_has_voice ? "now has" : "no longer has"); in gst_webrtc_vad_post_message()
498 gboolean stream_has_voice = apm->voice_detection ()->stream_has_voice (); in gst_webrtc_dsp_process_stream() local
500 if (stream_has_voice != self->stream_has_voice) in gst_webrtc_dsp_process_stream()
501 gst_webrtc_vad_post_message (self, GST_BUFFER_PTS (buffer), stream_has_voice); in gst_webrtc_dsp_process_stream()
503 self->stream_has_voice = stream_has_voice; in gst_webrtc_dsp_process_stream()
709 self->stream_has_voice = FALSE; in gst_webrtc_dsp_setup()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/webrtcdsp/
H A Dgstwebrtcdsp.cpp246 gboolean stream_has_voice; member
442 gboolean stream_has_voice) in gst_webrtc_vad_post_message() argument
453 "stream-has-voice", G_TYPE_BOOLEAN, stream_has_voice, NULL); in gst_webrtc_vad_post_message()
456 stream_has_voice ? "now has" : "no longer has"); in gst_webrtc_vad_post_message()
498 gboolean stream_has_voice = apm->voice_detection ()->stream_has_voice (); in gst_webrtc_dsp_process_stream() local
500 if (stream_has_voice != self->stream_has_voice) in gst_webrtc_dsp_process_stream()
501 gst_webrtc_vad_post_message (self, GST_BUFFER_PTS (buffer), stream_has_voice); in gst_webrtc_dsp_process_stream()
503 self->stream_has_voice = stream_has_voice; in gst_webrtc_dsp_process_stream()
709 self->stream_has_voice = FALSE; in gst_webrtc_dsp_setup()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/webrtcdsp/
H A Dgstwebrtcdsp.cpp246 gboolean stream_has_voice; member
442 gboolean stream_has_voice) in gst_webrtc_vad_post_message() argument
453 "stream-has-voice", G_TYPE_BOOLEAN, stream_has_voice, NULL); in gst_webrtc_vad_post_message()
456 stream_has_voice ? "now has" : "no longer has"); in gst_webrtc_vad_post_message()
498 gboolean stream_has_voice = apm->voice_detection ()->stream_has_voice (); in gst_webrtc_dsp_process_stream() local
500 if (stream_has_voice != self->stream_has_voice) in gst_webrtc_dsp_process_stream()
501 gst_webrtc_vad_post_message (self, GST_BUFFER_PTS (buffer), stream_has_voice); in gst_webrtc_dsp_process_stream()
503 self->stream_has_voice = stream_has_voice; in gst_webrtc_dsp_process_stream()
709 self->stream_has_voice = FALSE; in gst_webrtc_dsp_setup()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/ext/webrtcdsp/
H A Dgstwebrtcdsp.cpp246 gboolean stream_has_voice; member
442 gboolean stream_has_voice) in gst_webrtc_vad_post_message() argument
453 "stream-has-voice", G_TYPE_BOOLEAN, stream_has_voice, NULL); in gst_webrtc_vad_post_message()
456 stream_has_voice ? "now has" : "no longer has"); in gst_webrtc_vad_post_message()
498 gboolean stream_has_voice = apm->voice_detection ()->stream_has_voice (); in gst_webrtc_dsp_process_stream() local
500 if (stream_has_voice != self->stream_has_voice) in gst_webrtc_dsp_process_stream()
501 gst_webrtc_vad_post_message (self, GST_BUFFER_PTS (buffer), stream_has_voice); in gst_webrtc_dsp_process_stream()
503 self->stream_has_voice = stream_has_voice; in gst_webrtc_dsp_process_stream()
709 self->stream_has_voice = FALSE; in gst_webrtc_dsp_setup()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/webrtcdsp/
H A Dgstwebrtcdsp.cpp246 gboolean stream_has_voice; member
442 gboolean stream_has_voice) in gst_webrtc_vad_post_message() argument
453 "stream-has-voice", G_TYPE_BOOLEAN, stream_has_voice, NULL); in gst_webrtc_vad_post_message()
456 stream_has_voice ? "now has" : "no longer has"); in gst_webrtc_vad_post_message()
498 gboolean stream_has_voice = apm->voice_detection ()->stream_has_voice (); in gst_webrtc_dsp_process_stream() local
500 if (stream_has_voice != self->stream_has_voice) in gst_webrtc_dsp_process_stream()
501 gst_webrtc_vad_post_message (self, GST_BUFFER_PTS (buffer), stream_has_voice); in gst_webrtc_dsp_process_stream()
503 self->stream_has_voice = stream_has_voice; in gst_webrtc_dsp_process_stream()
709 self->stream_has_voice = FALSE; in gst_webrtc_dsp_setup()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/webrtcdsp/
H A Dgstwebrtcdsp.cpp246 gboolean stream_has_voice; member
442 gboolean stream_has_voice) in gst_webrtc_vad_post_message() argument
453 "stream-has-voice", G_TYPE_BOOLEAN, stream_has_voice, NULL); in gst_webrtc_vad_post_message()
456 stream_has_voice ? "now has" : "no longer has"); in gst_webrtc_vad_post_message()
498 gboolean stream_has_voice = apm->voice_detection ()->stream_has_voice (); in gst_webrtc_dsp_process_stream() local
500 if (stream_has_voice != self->stream_has_voice) in gst_webrtc_dsp_process_stream()
501 gst_webrtc_vad_post_message (self, GST_BUFFER_PTS (buffer), stream_has_voice); in gst_webrtc_dsp_process_stream()
503 self->stream_has_voice = stream_has_voice; in gst_webrtc_dsp_process_stream()
709 self->stream_has_voice = FALSE; in gst_webrtc_dsp_setup()
/dports/multimedia/gstreamer1-plugins-ttml/gst-plugins-bad-1.16.2/ext/webrtcdsp/
H A Dgstwebrtcdsp.cpp246 gboolean stream_has_voice; member
442 gboolean stream_has_voice) in gst_webrtc_vad_post_message() argument
453 "stream-has-voice", G_TYPE_BOOLEAN, stream_has_voice, NULL); in gst_webrtc_vad_post_message()
456 stream_has_voice ? "now has" : "no longer has"); in gst_webrtc_vad_post_message()
498 gboolean stream_has_voice = apm->voice_detection ()->stream_has_voice (); in gst_webrtc_dsp_process_stream() local
500 if (stream_has_voice != self->stream_has_voice) in gst_webrtc_dsp_process_stream()
501 gst_webrtc_vad_post_message (self, GST_BUFFER_PTS (buffer), stream_has_voice); in gst_webrtc_dsp_process_stream()
503 self->stream_has_voice = stream_has_voice; in gst_webrtc_dsp_process_stream()
709 self->stream_has_voice = FALSE; in gst_webrtc_dsp_setup()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/ext/webrtcdsp/
H A Dgstwebrtcdsp.cpp246 gboolean stream_has_voice; member
442 gboolean stream_has_voice) in gst_webrtc_vad_post_message() argument
453 "stream-has-voice", G_TYPE_BOOLEAN, stream_has_voice, NULL); in gst_webrtc_vad_post_message()
456 stream_has_voice ? "now has" : "no longer has"); in gst_webrtc_vad_post_message()
498 gboolean stream_has_voice = apm->voice_detection ()->stream_has_voice (); in gst_webrtc_dsp_process_stream() local
500 if (stream_has_voice != self->stream_has_voice) in gst_webrtc_dsp_process_stream()
501 gst_webrtc_vad_post_message (self, GST_BUFFER_PTS (buffer), stream_has_voice); in gst_webrtc_dsp_process_stream()
503 self->stream_has_voice = stream_has_voice; in gst_webrtc_dsp_process_stream()
709 self->stream_has_voice = FALSE; in gst_webrtc_dsp_setup()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/ext/webrtcdsp/
H A Dgstwebrtcdsp.cpp246 gboolean stream_has_voice; member
442 gboolean stream_has_voice) in gst_webrtc_vad_post_message() argument
453 "stream-has-voice", G_TYPE_BOOLEAN, stream_has_voice, NULL); in gst_webrtc_vad_post_message()
456 stream_has_voice ? "now has" : "no longer has"); in gst_webrtc_vad_post_message()
498 gboolean stream_has_voice = apm->voice_detection ()->stream_has_voice (); in gst_webrtc_dsp_process_stream() local
500 if (stream_has_voice != self->stream_has_voice) in gst_webrtc_dsp_process_stream()
501 gst_webrtc_vad_post_message (self, GST_BUFFER_PTS (buffer), stream_has_voice); in gst_webrtc_dsp_process_stream()
503 self->stream_has_voice = stream_has_voice; in gst_webrtc_dsp_process_stream()
709 self->stream_has_voice = FALSE; in gst_webrtc_dsp_setup()
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/ext/webrtcdsp/
H A Dgstwebrtcdsp.cpp246 gboolean stream_has_voice; member
442 gboolean stream_has_voice) in gst_webrtc_vad_post_message() argument
453 "stream-has-voice", G_TYPE_BOOLEAN, stream_has_voice, NULL); in gst_webrtc_vad_post_message()
456 stream_has_voice ? "now has" : "no longer has"); in gst_webrtc_vad_post_message()
498 gboolean stream_has_voice = apm->voice_detection ()->stream_has_voice (); in gst_webrtc_dsp_process_stream() local
500 if (stream_has_voice != self->stream_has_voice) in gst_webrtc_dsp_process_stream()
501 gst_webrtc_vad_post_message (self, GST_BUFFER_PTS (buffer), stream_has_voice); in gst_webrtc_dsp_process_stream()
503 self->stream_has_voice = stream_has_voice; in gst_webrtc_dsp_process_stream()
709 self->stream_has_voice = FALSE; in gst_webrtc_dsp_setup()
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/ext/webrtcdsp/
H A Dgstwebrtcdsp.cpp246 gboolean stream_has_voice; member
442 gboolean stream_has_voice) in gst_webrtc_vad_post_message() argument
453 "stream-has-voice", G_TYPE_BOOLEAN, stream_has_voice, NULL); in gst_webrtc_vad_post_message()
456 stream_has_voice ? "now has" : "no longer has"); in gst_webrtc_vad_post_message()
498 gboolean stream_has_voice = apm->voice_detection ()->stream_has_voice (); in gst_webrtc_dsp_process_stream() local
500 if (stream_has_voice != self->stream_has_voice) in gst_webrtc_dsp_process_stream()
501 gst_webrtc_vad_post_message (self, GST_BUFFER_PTS (buffer), stream_has_voice); in gst_webrtc_dsp_process_stream()
503 self->stream_has_voice = stream_has_voice; in gst_webrtc_dsp_process_stream()
709 self->stream_has_voice = FALSE; in gst_webrtc_dsp_setup()
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/ext/webrtcdsp/
H A Dgstwebrtcdsp.cpp246 gboolean stream_has_voice; member
442 gboolean stream_has_voice) in gst_webrtc_vad_post_message() argument
453 "stream-has-voice", G_TYPE_BOOLEAN, stream_has_voice, NULL); in gst_webrtc_vad_post_message()
456 stream_has_voice ? "now has" : "no longer has"); in gst_webrtc_vad_post_message()
498 gboolean stream_has_voice = apm->voice_detection ()->stream_has_voice (); in gst_webrtc_dsp_process_stream() local
500 if (stream_has_voice != self->stream_has_voice) in gst_webrtc_dsp_process_stream()
501 gst_webrtc_vad_post_message (self, GST_BUFFER_PTS (buffer), stream_has_voice); in gst_webrtc_dsp_process_stream()
503 self->stream_has_voice = stream_has_voice; in gst_webrtc_dsp_process_stream()
709 self->stream_has_voice = FALSE; in gst_webrtc_dsp_setup()
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/ext/webrtcdsp/
H A Dgstwebrtcdsp.cpp246 gboolean stream_has_voice; member
442 gboolean stream_has_voice) in gst_webrtc_vad_post_message() argument
453 "stream-has-voice", G_TYPE_BOOLEAN, stream_has_voice, NULL); in gst_webrtc_vad_post_message()
456 stream_has_voice ? "now has" : "no longer has"); in gst_webrtc_vad_post_message()
498 gboolean stream_has_voice = apm->voice_detection ()->stream_has_voice (); in gst_webrtc_dsp_process_stream() local
500 if (stream_has_voice != self->stream_has_voice) in gst_webrtc_dsp_process_stream()
501 gst_webrtc_vad_post_message (self, GST_BUFFER_PTS (buffer), stream_has_voice); in gst_webrtc_dsp_process_stream()
503 self->stream_has_voice = stream_has_voice; in gst_webrtc_dsp_process_stream()
709 self->stream_has_voice = FALSE; in gst_webrtc_dsp_setup()
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/ext/webrtcdsp/
H A Dgstwebrtcdsp.cpp246 gboolean stream_has_voice; member
442 gboolean stream_has_voice) in gst_webrtc_vad_post_message() argument
453 "stream-has-voice", G_TYPE_BOOLEAN, stream_has_voice, NULL); in gst_webrtc_vad_post_message()
456 stream_has_voice ? "now has" : "no longer has"); in gst_webrtc_vad_post_message()
498 gboolean stream_has_voice = apm->voice_detection ()->stream_has_voice (); in gst_webrtc_dsp_process_stream() local
500 if (stream_has_voice != self->stream_has_voice) in gst_webrtc_dsp_process_stream()
501 gst_webrtc_vad_post_message (self, GST_BUFFER_PTS (buffer), stream_has_voice); in gst_webrtc_dsp_process_stream()
503 self->stream_has_voice = stream_has_voice; in gst_webrtc_dsp_process_stream()
709 self->stream_has_voice = FALSE; in gst_webrtc_dsp_setup()
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/ext/webrtcdsp/
H A Dgstwebrtcdsp.cpp246 gboolean stream_has_voice; member
442 gboolean stream_has_voice) in gst_webrtc_vad_post_message() argument
453 "stream-has-voice", G_TYPE_BOOLEAN, stream_has_voice, NULL); in gst_webrtc_vad_post_message()
456 stream_has_voice ? "now has" : "no longer has"); in gst_webrtc_vad_post_message()
498 gboolean stream_has_voice = apm->voice_detection ()->stream_has_voice (); in gst_webrtc_dsp_process_stream() local
500 if (stream_has_voice != self->stream_has_voice) in gst_webrtc_dsp_process_stream()
501 gst_webrtc_vad_post_message (self, GST_BUFFER_PTS (buffer), stream_has_voice); in gst_webrtc_dsp_process_stream()
503 self->stream_has_voice = stream_has_voice; in gst_webrtc_dsp_process_stream()
709 self->stream_has_voice = FALSE; in gst_webrtc_dsp_setup()
/dports/audio/gstreamer1-plugins-modplug/gst-plugins-bad-1.16.2/ext/webrtcdsp/
H A Dgstwebrtcdsp.cpp246 gboolean stream_has_voice; member
442 gboolean stream_has_voice) in gst_webrtc_vad_post_message() argument
453 "stream-has-voice", G_TYPE_BOOLEAN, stream_has_voice, NULL); in gst_webrtc_vad_post_message()
456 stream_has_voice ? "now has" : "no longer has"); in gst_webrtc_vad_post_message()
498 gboolean stream_has_voice = apm->voice_detection ()->stream_has_voice (); in gst_webrtc_dsp_process_stream() local
500 if (stream_has_voice != self->stream_has_voice) in gst_webrtc_dsp_process_stream()
501 gst_webrtc_vad_post_message (self, GST_BUFFER_PTS (buffer), stream_has_voice); in gst_webrtc_dsp_process_stream()
503 self->stream_has_voice = stream_has_voice; in gst_webrtc_dsp_process_stream()
709 self->stream_has_voice = FALSE; in gst_webrtc_dsp_setup()

123456