Home
last modified time | relevance | path

Searched refs:caps_s (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoutilsprivate.c47 const GstStructure *caps_s = gst_caps_get_structure (caps, j); in __gst_video_element_proxy_caps() local
53 if ((val = gst_structure_get_value (caps_s, "width"))) in __gst_video_element_proxy_caps()
55 if ((val = gst_structure_get_value (caps_s, "height"))) in __gst_video_element_proxy_caps()
57 if ((val = gst_structure_get_value (caps_s, "framerate"))) in __gst_video_element_proxy_caps()
59 if ((val = gst_structure_get_value (caps_s, "pixel-aspect-ratio"))) in __gst_video_element_proxy_caps()
61 if ((val = gst_structure_get_value (caps_s, "colorimetry"))) in __gst_video_element_proxy_caps()
63 if ((val = gst_structure_get_value (caps_s, "chroma-site"))) in __gst_video_element_proxy_caps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioutilsprivate.c51 const GstStructure *caps_s = gst_caps_get_structure (caps, j); in __gst_audio_element_proxy_caps() local
57 if ((val = gst_structure_get_value (caps_s, "rate"))) in __gst_audio_element_proxy_caps()
59 if ((val = gst_structure_get_value (caps_s, "channels"))) in __gst_audio_element_proxy_caps()
61 if ((val = gst_structure_get_value (caps_s, "channels-mask"))) in __gst_audio_element_proxy_caps()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcstats.c789 GstStructure *caps_s = gst_caps_get_structure (caps, 0); in _get_codec_stats_from_pad() local
795 if (gst_structure_get_int (caps_s, "payload", &pt)) in _get_codec_stats_from_pad()
798 if (gst_structure_get_int (caps_s, "clock-rate", &clock_rate)) in _get_codec_stats_from_pad()
801 if (gst_structure_get_uint (caps_s, "ssrc", &ssrc)) { in _get_codec_stats_from_pad()
806 media = gst_structure_get_string (caps_s, "media"); in _get_codec_stats_from_pad()
807 encoding_name = gst_structure_get_string (caps_s, "encoding-name"); in _get_codec_stats_from_pad()
808 encoding_params = gst_structure_get_string (caps_s, "encoding-params"); in _get_codec_stats_from_pad()