/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 127 gst_structure_get (reply, "answer", in _on_answer_received() 161 gst_structure_get (reply, "offer", in _on_offer_received() 636 gst_structure_get (reply, field, in _count_num_sdp_media() 803 gst_structure_get (reply, field, in _check_validate_sdp() 1087 fail_unless (gst_structure_get (s, "type", GST_TYPE_WEBRTC_STATS_TYPE, &type, in validate_rtc_stats() 1089 fail_unless (gst_structure_get (s, "id", G_TYPE_STRING, &id, NULL)); in validate_rtc_stats() 1090 fail_unless (gst_structure_get (s, "timestamp", G_TYPE_DOUBLE, &ts, NULL)); in validate_rtc_stats() 1103 fail_unless (gst_structure_get (s, "payload-type", G_TYPE_UINT, &pt, NULL)); in validate_codec_stats() 1104 fail_unless (gst_structure_get (s, "clock-rate", G_TYPE_UINT, &clock_rate, in validate_codec_stats() 1116 fail_unless (gst_structure_get (s, "codec-id", G_TYPE_STRING, &codec_id, in validate_rtc_stream_stats() [all …]
|
D | zbar.c | 142 fail_unless (gst_structure_get (s, "frame", GST_TYPE_SAMPLE, &sample, NULL)); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-stats.c | 205 gst_structure_get (s, in new_pad_stats() 241 gst_structure_get (s, in new_element_stats() 355 gst_structure_get (s, "ts", G_TYPE_UINT64, &ts, in do_buffer_stats() 396 gst_structure_get (s, "ts", G_TYPE_UINT64, &ts, in do_event_stats() 420 gst_structure_get (s, "ts", G_TYPE_UINT64, &ts, in do_message_stats() 438 gst_structure_get (s, "ts", G_TYPE_UINT64, &ts, in do_query_stats() 455 gst_structure_get (s, "ts", G_TYPE_UINT64, &ts, in do_thread_rusage_stats() 470 gst_structure_get (s, "ts", G_TYPE_UINT64, &ts, in do_proc_rusage_stats() 515 gst_structure_get (s, "time", G_TYPE_UINT64, &time, NULL); in do_latency_stats() 516 gst_structure_get (s, "ts", G_TYPE_UINT64, &ts, NULL); in do_latency_stats() [all …]
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gststructure.c | 757 ret = gst_structure_get (s, "double", G_TYPE_DOUBLE, &d, "string", in GST_START_TEST() 773 ASSERT_CRITICAL (gst_structure_get (s, NULL, G_TYPE_INT, &i, NULL)); in GST_START_TEST() 774 fail_if (gst_structure_get (s, "int", G_TYPE_INT, &i, "double", in GST_START_TEST() 776 fail_if (gst_structure_get (s, "int", G_TYPE_INT, &i, "dooble", in GST_START_TEST() 803 ASSERT_CRITICAL (gst_structure_get (s, 0, G_TYPE_INT, &i, NULL)); in GST_START_TEST() 816 ret = gst_structure_get (s, "double", G_TYPE_DOUBLE, NULL, "string", in GST_START_TEST() 821 ASSERT_WARNING (gst_structure_get (s, "frag", GST_TYPE_FRACTION, NULL, in GST_START_TEST() 823 ASSERT_WARNING (gst_structure_get (s, "frag", GST_TYPE_FRACTION, &num, in GST_START_TEST()
|
D | gsttracerrecord.c | 138 fail_unless (gst_structure_get (s, in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/webrtc/ |
D | webrtcbidirectional.c | 89 gst_structure_get (reply, "answer", in _on_answer_received() 118 gst_structure_get (reply, "offer", in _on_offer_received()
|
D | webrtc.c | 89 gst_structure_get (reply, "answer", in _on_answer_received() 111 gst_structure_get (reply, "offer", in _on_offer_received()
|
D | webrtcswap.c | 109 gst_structure_get (reply, "answer", in _on_answer_received() 131 gst_structure_get (reply, "offer", in _on_offer_received()
|
D | webrtctransceiver.c | 89 gst_structure_get (reply, "answer", in _on_answer_received() 111 gst_structure_get (reply, "offer", in _on_offer_received()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglutils.c | 354 if (gst_structure_get (s, "display", G_TYPE_POINTER, &display, NULL)) in gst_gl_handle_set_context() 365 if (gst_structure_get (s, "display", G_TYPE_POINTER, &display, NULL)) in gst_gl_handle_set_context() 375 if (gst_structure_get (s, "context", GST_TYPE_GL_CONTEXT, in gst_gl_handle_set_context() 595 gst_structure_get (s, "context", GST_TYPE_GL_CONTEXT, context_ptr, NULL); in gst_gl_query_local_gl_context()
|
D | gstglbufferpool.c | 393 if (!gst_structure_get (config, "gl-allocation-params", in gst_buffer_pool_config_get_gl_allocation_params()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/wayland/ |
D | wayland.c | 62 gst_structure_get (s, "handle", G_TYPE_POINTER, &display, NULL); in gst_wayland_display_handle_context_get_handle()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcstats.c | 103 gst_structure_get (source_stats, "have-rb", G_TYPE_BOOLEAN, &have_rb, in _get_stats_from_rtp_source_stats() 428 gst_structure_get (rtp_stats, "source-stats", G_TYPE_VALUE_ARRAY, in _get_stats_from_transport_channel() 448 gst_structure_get (stats, in _get_stats_from_transport_channel()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpbin_buffer_list.c | 297 gst_structure_get (tmp_source_stats, "is-sender", G_TYPE_BOOLEAN, in get_session_source_stats() 356 gst_structure_get (stats, in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/examples/playrec/ |
D | playrec.c | 53 gst_structure_get (str, "message", GST_TYPE_MESSAGE, &orig, NULL); in message_handler()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkqueue.c | 115 ret = gst_structure_get (s, GST_VULKAN_QUEUE_CONTEXT_TYPE_STR, in gst_context_get_vulkan_queue()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkcontextutil.c | 185 return gst_structure_get (structure, GST_MSDK_CONTEXT_TYPE_NAME, in gst_msdk_context_get_context()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttracerrecord.c | 79 gst_structure_get (sub, "type", G_TYPE_GTYPE, &type, "flags", in build_field_template()
|
/third_party/gstreamer/gstplugins_base/gst/audioconvert/ |
D | gstaudioconvert.c | 332 !gst_structure_get (s, "channel-mask", GST_TYPE_BITMASK, &mask, NULL) || in remove_channels_from_structure() 572 gst_structure_get (outs, "channel-mask", GST_TYPE_BITMASK, &out_mask, NULL); in gst_audio_convert_fixate_channels() 588 gst_structure_get (ins, "channel-mask", GST_TYPE_BITMASK, &in_mask, NULL); in gst_audio_convert_fixate_channels()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstvorbistag.c | 585 gst_structure_get (mime_struct, "image-type", GST_TYPE_TAG_IMAGE_TYPE, in gst_tag_to_metadata_block_picture() 594 gst_structure_get (info_struct, "image-type", GST_TYPE_TAG_IMAGE_TYPE, in gst_tag_to_metadata_block_picture()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideopool.c | 86 return gst_structure_get (config, in gst_buffer_pool_config_get_video_alignment()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpulpfecdec.c | 497 gst_structure_get (s, "storage", G_TYPE_OBJECT, &self->storage, NULL); in gst_rtp_ulpfec_dec_handle_sink_event() 509 if (!gst_structure_get (s, in gst_rtp_ulpfec_dec_handle_sink_event()
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | gstdigitalzoom.c | 86 gst_structure_get (structure, "width", G_TYPE_INT, &width, "height", in gst_digital_zoom_update_crop()
|
/third_party/gstreamer/gstplugins_bad/ext/iqa/ |
D | iqa.c | 136 gst_structure_get (msg_structure, "dssim", GST_TYPE_STRUCTURE, in do_dssim()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-info.c | 238 if (!gst_structure_get (str, "channel-mask", GST_TYPE_BITMASK, &channel_mask, in gst_audio_info_from_caps()
|