Home
last modified time | relevance | path

Searched refs:gst_structure_get_value (Results 1 – 25 of 210) sorted by relevance

123456789

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoutilsprivate.c53 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_good/tests/check/elements/
Dvideocrop.c625 gst_structure_get_value (gst_caps_get_structure (adj_caps, 0), "width"); in GST_START_TEST()
630 gst_structure_get_value (gst_caps_get_structure (adj_caps, 0), "height"); in GST_START_TEST()
641 gst_structure_get_value (gst_caps_get_structure (adj_caps, 0), "width"); in GST_START_TEST()
646 gst_structure_get_value (gst_caps_get_structure (adj_caps, 0), "height"); in GST_START_TEST()
663 gst_structure_get_value (gst_caps_get_structure (adj_caps, 0), "width"); in GST_START_TEST()
669 gst_structure_get_value (gst_caps_get_structure (adj_caps, 0), "height"); in GST_START_TEST()
681 gst_structure_get_value (gst_caps_get_structure (adj_caps, 0), "width"); in GST_START_TEST()
687 gst_structure_get_value (gst_caps_get_structure (adj_caps, 0), "height"); in GST_START_TEST()
705 gst_structure_get_value (gst_caps_get_structure (adj_caps, 0), "width"); in GST_START_TEST()
711 gst_structure_get_value (gst_caps_get_structure (adj_caps, 0), "height"); in GST_START_TEST()
[all …]
Dflvdemux.c292 streamheader = gst_structure_get_value (s, "streamheader"); in GST_START_TEST()
438 codec_data = gst_structure_get_value (s, "codec_data"); in GST_START_TEST()
566 codec_data = gst_structure_get_value (s, "codec_data"); in GST_START_TEST()
639 codec_data = gst_structure_get_value (s, "codec_data"); in GST_START_TEST()
Dflacparse.c193 (g_value_get_int(gst_structure_get_value(s,f)))
221 streamheader = gst_structure_get_value (s, "streamheader"); in GST_START_TEST()
Dlevel.c281 list = gst_structure_get_value (structure, fields[j]); in GST_START_TEST()
344 list = gst_structure_get_value (structure, fields[j]); in GST_START_TEST()
359 list = gst_structure_get_value (structure, fields[j]); in GST_START_TEST()
417 list = gst_structure_get_value (structure, fields[j]); in GST_START_TEST()
483 list = gst_structure_get_value (structure, fields[j]); in GST_START_TEST()
Dspectrum.c188 list = gst_structure_get_value (structure, "magnitude"); in GST_START_TEST()
288 list = gst_structure_get_value (structure, "magnitude"); in GST_START_TEST()
388 list = gst_structure_get_value (structure, "magnitude"); in GST_START_TEST()
488 list = gst_structure_get_value (structure, "magnitude"); in GST_START_TEST()
Dmpegaudioparse.c99 (g_value_get_int(gst_structure_get_value(s,f)))
/third_party/gstreamer/gstplugins_good/tests/examples/level/
Dlevel-example.c50 array_val = gst_structure_get_value (s, "rms"); in message_handler()
53 array_val = gst_structure_get_value (s, "peak"); in message_handler()
56 array_val = gst_structure_get_value (s, "decay"); in message_handler()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgststructure.c131 fail_unless ((val = gst_structure_get_value (structure, "value")) != NULL); in GST_START_TEST()
138 fail_unless ((val = gst_structure_get_value (structure, "value")) != NULL); in GST_START_TEST()
145 fail_unless ((val = gst_structure_get_value (structure, "value")) != NULL); in GST_START_TEST()
152 fail_unless ((val = gst_structure_get_value (structure, "value")) != NULL); in GST_START_TEST()
159 fail_unless ((val = gst_structure_get_value (structure, "value")) != NULL); in GST_START_TEST()
178 fail_unless ((val = gst_structure_get_value (structure, "value")) != NULL); in GST_START_TEST()
186 fail_unless ((val = gst_structure_get_value (structure, "value")) != NULL); in GST_START_TEST()
199 fail_unless ((val = gst_structure_get_value (structure, "value")) != NULL); in GST_START_TEST()
208 fail_unless ((val = gst_structure_get_value (structure, "value")) != NULL); in GST_START_TEST()
217 fail_unless ((val = gst_structure_get_value (structure, "timecode")) != NULL); in GST_START_TEST()
[all …]
Dgstcaps.c245 format_value = gst_structure_get_value (s1, "format"); in GST_START_TEST()
252 framerate_value = gst_structure_get_value (s1, "framerate"); in GST_START_TEST()
266 width_value = gst_structure_get_value (s1, "width"); in GST_START_TEST()
273 height_value = gst_structure_get_value (s1, "height"); in GST_START_TEST()
711 fail_unless (gst_structure_get_value (s, "format") != NULL); in GST_START_TEST()
712 fail_unless (gst_structure_get_value (s, "width") != NULL); in GST_START_TEST()
720 fail_unless (gst_structure_get_value (s, "format") != NULL); in GST_START_TEST()
721 fail_unless (gst_structure_get_value (s, "width") != NULL); in GST_START_TEST()
785 fail_unless (gst_structure_get_value (s, "format") != NULL); in GST_START_TEST()
786 fail_unless (gst_structure_get_value (s, "width") != NULL); in GST_START_TEST()
[all …]
Dgstprotection.c255 value = gst_structure_get_value (meta->info, "iv"); in GST_START_TEST()
260 value = gst_structure_get_value (meta->info, "kid"); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/examples/opencv/
Dgsthanddetect_test.c69 const GValue *value = gst_structure_get_value (structure, name); in bus_sync_handler()
78 x_value = gst_structure_get_value (structure, "x"); in bus_sync_handler()
80 y_value = gst_structure_get_value (structure, "y"); in bus_sync_handler()
/third_party/gstreamer/gstplugins_good/tests/examples/spectrum/
Dspectrum-example.c52 magnitudes = gst_structure_get_value (s, "magnitude"); in message_handler()
53 phases = gst_structure_get_value (s, "phase"); in message_handler()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioutilsprivate.c57 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/gstreamer/tests/check/elements/
Dleaks.c184 leaks = gst_structure_get_value (info, "live-objects-list"); in GST_START_TEST()
276 leaks = gst_structure_get_value (info, "live-objects-list"); in GST_START_TEST()
303 v = gst_structure_get_value (s, "ref-infos"); in GST_START_TEST()
467 created = gst_structure_get_value (cpoint, "objects-created-list"); in GST_START_TEST()
478 removed = gst_structure_get_value (cpoint, "objects-removed-list"); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dmpeg4videoparse.c110 (g_value_get_int(gst_structure_get_value(s,f)))
137 val = gst_structure_get_value (s, "codec_data"); in GST_START_TEST()
Dmpegvideoparse.c163 (g_value_get_int(gst_structure_get_value(s,f)))
197 val = gst_structure_get_value (s, "codec_data"); in mpeg_video_parse_check_caps()
Dh263parse.c104 (g_value_get_int(gst_structure_get_value(s,f)))
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Dgstavdtpsrc.c253 value = gst_structure_get_value (structure, "mpegversion"); in gst_avdtp_src_getcaps()
262 value = gst_structure_get_value (structure, "channels"); in gst_avdtp_src_getcaps()
271 value = gst_structure_get_value (structure, "base-profile"); in gst_avdtp_src_getcaps()
285 value = gst_structure_get_value (structure, "rate"); in gst_avdtp_src_getcaps()
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/
Dgstmpeg2encpicturereader.cc72 fps_val = gst_structure_get_value (structure, "framerate"); in StreamPictureParams()
81 par_val = gst_structure_get_value (structure, "pixel-aspect-ratio"); in StreamPictureParams()
/third_party/gstreamer/gstplugins_good/gst/dtmf/
Dgstrtpdtmfsrc.c929 value = gst_structure_get_value (s, "ssrc"); in gst_rtp_dtmf_src_negotiate()
940 value = gst_structure_get_value (s, "timestamp-offset"); in gst_rtp_dtmf_src_negotiate()
952 value = gst_structure_get_value (s, "seqnum-offset"); in gst_rtp_dtmf_src_negotiate()
965 value = gst_structure_get_value (s, "ptime"); in gst_rtp_dtmf_src_negotiate()
969 value = gst_structure_get_value (s, "maxptime"); in gst_rtp_dtmf_src_negotiate()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbasedepayload.c464 value = gst_structure_get_value (caps_struct, "onvif-mode"); in gst_rtp_base_depayload_setcaps()
475 value = gst_structure_get_value (caps_struct, "npt-start"); in gst_rtp_base_depayload_setcaps()
482 value = gst_structure_get_value (caps_struct, "npt-stop"); in gst_rtp_base_depayload_setcaps()
490 value = gst_structure_get_value (caps_struct, "play-speed"); in gst_rtp_base_depayload_setcaps()
496 value = gst_structure_get_value (caps_struct, "play-scale"); in gst_rtp_base_depayload_setcaps()
502 value = gst_structure_get_value (caps_struct, "clock-base"); in gst_rtp_base_depayload_setcaps()
538 val = gst_structure_get_value (caps_struct, field_name); in gst_rtp_base_depayload_setcaps()
/third_party/gstreamer/gstplugins_base/tests/examples/gio/
Dgiosrc-mounting.c62 G_FILE (g_value_get_object (gst_structure_get_value (s, "file"))); in message_handler()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpopuspay.c241 value = gst_structure_get_value (s, "encoding-name"); in gst_rtp_opus_pay_setcaps()
273 channel_mapping_array = gst_structure_get_value (s, "channel-mapping"); in gst_rtp_opus_pay_setcaps()
Dgstrtpisacpay.c94 v = gst_structure_get_value (ps, "clock-rate"); in gst_rtp_isac_pay_getcaps()

123456789