Home
last modified time | relevance | path

Searched refs:voice_activity (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtphdrext-clientaudiolevel.c180 meta->voice_activity); in gst_rtp_header_extension_client_audio_level_write()
183 data[0] = (meta->level & 0x7F) | (meta->voice_activity << 7); in gst_rtp_header_extension_client_audio_level_write()
197 gboolean voice_activity; in gst_rtp_header_extension_client_audio_level_read() local
205 voice_activity = (data[0] & 0x80) >> 7; in gst_rtp_header_extension_client_audio_level_read()
208 voice_activity); in gst_rtp_header_extension_client_audio_level_read()
210 gst_buffer_add_audio_level_meta (buffer, level, voice_activity); in gst_rtp_header_extension_client_audio_level_read()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtphdrextclientaudiolevel.c182 fail_unless (meta->voice_activity == voice); in GST_START_TEST()
230 fail_unless (meta->voice_activity == voice); in GST_START_TEST()
298 fail_unless (meta->voice_activity == TRUE); in GST_START_TEST()
317 gboolean voice_activity; in GST_START_TEST() local
339 voice_activity = (data[0] & 0x80) >> 7; in GST_START_TEST()
341 fail_unless (voice_activity == TRUE); in GST_START_TEST()
Dlevel.c612 fail_unless_equals_int (meta->voice_activity, 0); in GST_START_TEST()
627 fail_unless_equals_int (meta->voice_activity, 1); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiometa.h234 gboolean voice_activity; member
246 gboolean voice_activity);
Dgstaudiometa.c524 dmeta->voice_activity = FALSE; in gst_audio_level_meta_init()
538 smeta->voice_activity); in gst_audio_level_meta_transform()
589 gboolean voice_activity) in gst_buffer_add_audio_level_meta() argument
601 meta->voice_activity = voice_activity; in gst_buffer_add_audio_level_meta()
/third_party/gstreamer/gstplugins_bad/ext/webrtcdsp/
Dgstwebrtcdsp.cpp458 meta->voice_activity = stream_has_voice; in gst_webrtc_vad_post_activity()