Home
last modified time | relevance | path

Searched defs:media (Results 1 – 25 of 39) sorted by relevance

12

/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstsdpmessage.c421 const GstSDPMedia *media = gst_sdp_message_get_media (msg, i); in gst_sdp_message_copy() local
605 const GstSDPMedia *media = gst_sdp_message_get_media (msg, i); in gst_sdp_message_as_text() local
1779 gst_sdp_message_add_media (GstSDPMessage * msg, GstSDPMedia * media) in gst_sdp_message_add_media()
1808 gst_sdp_media_new (GstSDPMedia ** media) in gst_sdp_media_new()
1835 gst_sdp_media_init (GstSDPMedia * media) in gst_sdp_media_init()
1864 gst_sdp_media_uninit (GstSDPMedia * media) in gst_sdp_media_uninit()
1888 gst_sdp_media_free (GstSDPMedia * media) in gst_sdp_media_free()
1911 gst_sdp_media_copy (const GstSDPMedia * media, GstSDPMedia ** copy) in gst_sdp_media_copy()
1972 gst_sdp_media_as_text (const GstSDPMedia * media) in gst_sdp_media_as_text()
2053 gst_sdp_media_get_media (const GstSDPMedia * media) in gst_sdp_media_get_media()
[all …]
Dgstsdpmessage.h264 gchar *media; member
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtcsdp.c119 const GstSDPMedia *media = gst_sdp_message_get_media (sdp->sdp, i); in _check_sdp_crypto() local
189 _media_has_attribute_key (const GstSDPMedia * media, const gchar * key) in _media_has_attribute_key()
203 _media_has_mid (const GstSDPMedia * media, guint media_idx, GError ** error) in _media_has_mid()
222 const GstSDPMedia *media = gst_sdp_message_get_media (msg, media_idx); in _media_get_ice_ufrag() local
237 const GstSDPMedia *media = gst_sdp_message_get_media (msg, media_idx); in _media_get_ice_pwd() local
246 _media_has_setup (const GstSDPMedia * media, guint media_idx, GError ** error) in _media_has_setup()
301 const GstSDPMedia *media = gst_sdp_message_get_media (sdp->sdp, i); in validate_sdp() local
356 _get_direction_from_media (const GstSDPMedia * media) in _get_direction_from_media()
425 _media_replace_direction (GstSDPMedia * media, in _media_replace_direction()
516 _get_dtls_setup_from_media (const GstSDPMedia * media) in _get_dtls_setup_from_media()
[all …]
Dutils.c174 _rtp_caps_from_media (const GstSDPMedia * media) in _rtp_caps_from_media()
207 const gchar *media; in webrtc_kind_from_caps() local
Dgstwebrtcbin.c1563 const GstSDPMedia *media; in _check_if_negotiation_is_needed() local
2620 GstSDPMedia * media) in _pick_fec_payload_types()
2663 GstSDPMedia * media) in _pick_rtx_payload_types()
2707 GstSDPMedia * media) in _media_add_rtx_ssrc_group()
2723 GstSDPMedia *media; member
2756 _media_add_ssrcs (GstSDPMedia * media, GstCaps * caps, GstWebRTCBin * webrtc, in _media_add_ssrcs()
2801 GstSDPMedia * media) in _add_fingerprint_to_media()
2961 sdp_media_from_transceiver (GstWebRTCBin * webrtc, GstSDPMedia * media, in sdp_media_from_transceiver()
3228 GstSDPMedia * media, GString * bundled_mids, guint bundle_idx, in _add_data_channel_offer()
3404 GstSDPMedia *media; in _create_offer_task() local
[all …]
/third_party/selinux/libselinux/src/
Dmatchmediacon.c14 int matchmediacon(const char *media, char ** con) in matchmediacon()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtppayloads.c219 gst_rtp_payload_info_for_name (const gchar * media, const gchar * encoding_name) in gst_rtp_payload_info_for_name()
Dgstrtppayloads.h180 const gchar *media; member
Dgstrtpbasepayload.h88 gchar *media; member
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdsegmenturlnode.h35 gchar *media; member
Dgstmpdsegmenttemplatenode.h37 gchar *media; member
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.c1266 gst_hls_media_ref (GstHLSMedia * media) in gst_hls_media_ref()
1274 gst_hls_media_unref (GstHLSMedia * media) in gst_hls_media_unref()
1337 GstHLSMedia *media; in gst_m3u8_parse_media() local
1509 hls_media_name_compare_func (gconstpointer media, gconstpointer name) in hls_media_name_compare_func()
1678 GstHLSMedia *media; in gst_hls_master_playlist_new_from_data() local
1736 GstHLSMedia *media = mlist->data; in gst_hls_master_playlist_new_from_data() local
1833 GstHLSMedia * media) in gst_hls_variant_find_matching_media()
Dgsthlsdemux.c582 GstHLSMedia *media = mlist->data; in new_variant_is_compatible() local
595 GstHLSMedia *media = mlist->data; in new_variant_is_compatible() local
642 GstHLSMedia *media = mlist->data; in gst_hls_demux_setup_streams() local
684 GstHLSMedia *media = mlist->data; in gst_hls_demux_setup_streams() local
1557 GstHLSMedia * media, GError ** err) in gst_hls_demux_update_rendition_manifest()
1718 GstHLSMedia *media = mlist->data; in gst_hls_demux_update_playlist() local
/third_party/jsframework/runtime/main/extend/mediaquery/
DpluginMediaQuery.ts51 get media() { method in MediaQueryList
/third_party/gstreamer/gstplugins_bad/tests/check/
Dmeson.build257 subdir ('media') subdir
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpdvdepay.c170 const gchar *encode, *media; in gst_rtp_dv_depay_setcaps() local
Dgstrtpdvpay.c192 const gchar *encode, *media; in gst_dv_pay_negotiate() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspextension.c143 gst_rtsp_extension_setup_media (GstRTSPExtension * ext, GstSDPMedia * media) in gst_rtsp_extension_setup_media()
/third_party/gstreamer/gstreamer/gst/
Dgstdebugutils.c427 gchar *media = NULL; in debug_dump_describe_caps() local
483 gchar *media = NULL; in debug_dump_element_pad_link() local
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dsdp.c266 const GstSDPMedia *media; in GST_START_TEST() local
323 const GstSDPMedia *media; in GST_START_TEST() local
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtphdrextclientaudiolevel.c55 const GstSDPMedia *media; in create_caps() local
/third_party/gstreamer/gstplugins_bad/gst/sdp/
Dgstsdpdemux.c391 const GstSDPMedia *media; in gst_sdp_demux_create_stream() local
1123 const GstSDPMedia *media; in gst_sdp_demux_start() local
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspext.c182 gst_rtsp_ext_list_setup_media (GstRTSPExtensionList * ext, GstSDPMedia * media) in gst_rtsp_ext_list_setup_media()
Dgstrtspsrc.c2055 const GstSDPMedia * media, const gchar * type) in gst_rtspsrc_get_bandwidth()
2080 const GstSDPMedia * media, GstRTSPStream * stream) in gst_rtspsrc_collect_bandwidth()
2136 const GstSDPMedia * media, GstRTSPStream * stream) in gst_rtspsrc_collect_connections()
2155 make_stream_id (GstRTSPStream * stream, const GstSDPMedia * media) in make_stream_id()
2170 const GstSDPMedia * media, GstRTSPStream * stream) in gst_rtspsrc_collect_payloads()
2303 const GstSDPMedia *media; in gst_rtspsrc_create_stream() local
9892 gst_rtspsrc_print_sdp_media (GstRTSPSrc * src, GstSDPMedia * media) in gst_rtspsrc_print_sdp_media()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c883 const GstSDPMedia *media = gst_sdp_message_get_media (desc->sdp, i); in on_sdp_media_direction() local
927 const GstSDPMedia *media = gst_sdp_message_get_media (desc->sdp, i); in on_sdp_media_no_duplicate_payloads() local
952 const GstSDPMedia *media = gst_sdp_message_get_media (desc->sdp, i); in on_sdp_media_count_formats() local
966 const GstSDPMedia *media = gst_sdp_message_get_media (desc->sdp, i); in on_sdp_media_setup() local
2454 const GstSDPMedia *media = gst_sdp_message_get_media (sd->sdp, i); in _count_non_rejected_media() local
2494 const GstSDPMedia *media = gst_sdp_message_get_media (sd->sdp, i); in _check_bundle_only_media() local
3593 const GstSDPMedia *media = gst_sdp_message_get_media (desc->sdp, 0); in on_sdp_media_no_duplicate_extmaps() local
3812 const GstSDPMedia *media = gst_sdp_message_get_media (desc->sdp, i); in _verify_media_types() local
4378 GstSDPMedia *media = NULL; in add_media_line() local

12