/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay-signal-adapter.c | 92 gst_structure_get (message_data, GST_PLAY_MESSAGE_DATA_TYPE, in gst_play_signal_adapter_emit() 104 gst_structure_get (message_data, GST_PLAY_MESSAGE_DATA_POSITION, in gst_play_signal_adapter_emit() 111 gst_structure_get (message_data, GST_PLAY_MESSAGE_DATA_DURATION, in gst_play_signal_adapter_emit() 118 gst_structure_get (message_data, GST_PLAY_MESSAGE_DATA_PLAY_STATE, in gst_play_signal_adapter_emit() 125 gst_structure_get (message_data, in gst_play_signal_adapter_emit() 136 gst_structure_get (message_data, GST_PLAY_MESSAGE_DATA_ERROR, in gst_play_signal_adapter_emit() 148 gst_structure_get (message_data, GST_PLAY_MESSAGE_DATA_WARNING, in gst_play_signal_adapter_emit() 160 gst_structure_get (message_data, in gst_play_signal_adapter_emit() 169 gst_structure_get (message_data, GST_PLAY_MESSAGE_DATA_MEDIA_INFO, in gst_play_signal_adapter_emit() 177 gst_structure_get (message_data, GST_PLAY_MESSAGE_DATA_VOLUME, in gst_play_signal_adapter_emit() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/ |
D | gsttranscoder-signal-adapter.c | 80 gst_structure_get (message_data, GST_TRANSCODER_MESSAGE_DATA_TYPE, in gst_transcoder_signal_adapter_emit() 86 gst_structure_get (message_data, GST_TRANSCODER_MESSAGE_DATA_POSITION, in gst_transcoder_signal_adapter_emit() 93 gst_structure_get (message_data, GST_TRANSCODER_MESSAGE_DATA_DURATION, in gst_transcoder_signal_adapter_emit() 100 gst_structure_get (message_data, GST_TRANSCODER_MESSAGE_DATA_STATE, in gst_transcoder_signal_adapter_emit() 112 gst_structure_get (message_data, GST_TRANSCODER_MESSAGE_DATA_ERROR, in gst_transcoder_signal_adapter_emit() 124 gst_structure_get (message_data, GST_TRANSCODER_MESSAGE_DATA_WARNING, in gst_transcoder_signal_adapter_emit()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-stats.c | 240 gst_structure_get (s, in new_pad_stats() 276 gst_structure_get (s, in new_element_stats() 420 gst_structure_get (s, "ts", G_TYPE_UINT64, &ts, in do_buffer_stats() 461 gst_structure_get (s, "ts", G_TYPE_UINT64, &ts, in do_event_stats() 485 gst_structure_get (s, "ts", G_TYPE_UINT64, &ts, in do_message_stats() 503 gst_structure_get (s, "ts", G_TYPE_UINT64, &ts, in do_query_stats() 520 gst_structure_get (s, "ts", G_TYPE_UINT64, &ts, in do_thread_rusage_stats() 535 gst_structure_get (s, "ts", G_TYPE_UINT64, &ts, in do_proc_rusage_stats() 583 gst_structure_get (s, "time", G_TYPE_UINT64, &time, NULL); in do_latency_stats() 584 gst_structure_get (s, "ts", G_TYPE_UINT64, &ts, NULL); in do_latency_stats() [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 186 if (gst_structure_get (reply, "answer", in _on_answer_received() 191 } else if (gst_structure_get (reply, "error", G_TYPE_ERROR, &error, NULL)) { in _on_answer_received() 260 if (gst_structure_get (reply, "offer", in _on_offer_received() 265 } else if (gst_structure_get (reply, "error", G_TYPE_ERROR, &error, NULL)) { in _on_offer_received() 1345 fail_unless (gst_structure_get (s, "type", GST_TYPE_WEBRTC_STATS_TYPE, &type, in validate_rtc_stats() 1347 fail_unless (gst_structure_get (s, "id", G_TYPE_STRING, &id, NULL)); in validate_rtc_stats() 1348 fail_unless (gst_structure_get (s, "timestamp", G_TYPE_DOUBLE, &ts, NULL)); in validate_rtc_stats() 1361 fail_unless (gst_structure_get (s, "payload-type", G_TYPE_UINT, &pt, NULL)); in validate_codec_stats() 1362 fail_unless (gst_structure_get (s, "clock-rate", G_TYPE_UINT, &clock_rate, in validate_codec_stats() 1374 fail_unless (gst_structure_get (s, "codec-id", G_TYPE_STRING, &codec_id, in validate_rtc_stream_stats() [all …]
|
D | zxing.c | 136 fail_unless (gst_structure_get (s, "frame", GST_TYPE_SAMPLE, &sample, NULL)); in GST_START_TEST()
|
D | zbar.c | 142 fail_unless (gst_structure_get (s, "frame", GST_TYPE_SAMPLE, &sample, NULL)); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/wayland/ |
D | wayland.c | 62 if (gst_structure_get (s, "display", G_TYPE_POINTER, &display, NULL)) in gst_wayland_display_handle_context_get_handle() 64 if (gst_structure_get (s, "handle", G_TYPE_POINTER, &display, NULL)) in gst_wayland_display_handle_context_get_handle()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/webrtc/ |
D | webrtcrenego.c | 95 gst_structure_get (s, "message", GST_TYPE_MESSAGE, &sub_msg, NULL); in _bus_watch() 136 gst_structure_get (reply, "answer", in _on_answer_received() 165 gst_structure_get (reply, "offer", in _on_offer_received()
|
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 | webrtctransceiver.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()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gststructure.c | 838 ret = gst_structure_get (s, "double", G_TYPE_DOUBLE, &d, "string", in GST_START_TEST() 854 ASSERT_CRITICAL (gst_structure_get (s, NULL, G_TYPE_INT, &i, NULL)); in GST_START_TEST() 855 fail_if (gst_structure_get (s, "int", G_TYPE_INT, &i, "double", in GST_START_TEST() 857 fail_if (gst_structure_get (s, "int", G_TYPE_INT, &i, "dooble", in GST_START_TEST() 884 ASSERT_CRITICAL (gst_structure_get (s, 0, G_TYPE_INT, &i, NULL)); in GST_START_TEST() 897 ret = gst_structure_get (s, "double", G_TYPE_DOUBLE, NULL, "string", in GST_START_TEST() 902 ASSERT_WARNING (gst_structure_get (s, "frag", GST_TYPE_FRACTION, NULL, in GST_START_TEST() 904 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/ext/webrtc/ |
D | gstwebrtcstats.c | 122 gst_structure_get (source_stats, "internal", G_TYPE_BOOLEAN, &internal, in _get_stats_from_remote_rtp_source_stats() 219 gst_structure_get (source_stats, "ssrc", G_TYPE_UINT, &ssrc, "clock-rate", in _get_stats_from_rtp_source_stats() 322 gst_structure_get (source_stats, "have-sr", G_TYPE_BOOLEAN, &have_sr, NULL); in _get_stats_from_rtp_source_stats() 339 gst_structure_get (jb_stats, "num-lost", G_TYPE_UINT64, &jb_lost, in _get_stats_from_rtp_source_stats() 726 gst_structure_get (rtp_stats, "source-stats", G_TYPE_VALUE_ARRAY, in _get_stats_from_transport_channel()
|
/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()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvautils.c | 296 if (gst_structure_get (s, "gst-display", GST_TYPE_OBJECT, &display, NULL)) { in gst_context_get_va_display() 317 && gst_structure_get (s, "va-display", G_TYPE_POINTER, &dpy, NULL)) { in gst_context_get_va_display()
|
D | gstvapool.c | 63 if (!gst_structure_get (config, "usage-hint", G_TYPE_UINT, usage_hint, NULL)) in gst_buffer_pool_config_get_va_allocation_params() 73 return gst_structure_get (config, in gst_buffer_pool_config_get_va_alignment()
|
/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/gst-libs/gst/d3d11/ |
D | gstd3d11utils.cpp | 109 if (gst_structure_get (str, "device", GST_TYPE_D3D11_DEVICE, in gst_d3d11_handle_set_context() 170 if (gst_structure_get (str, "device", GST_TYPE_D3D11_DEVICE, in gst_d3d11_handle_set_context_for_adapter_luid()
|
/third_party/gstreamer/gstplugins_bad/tools/ |
D | gst-transcoder.c | 277 if (details && gst_structure_get (details, "linking-error", in _error_cb() 300 if (details && gst_structure_get (details, "can-t-encode-stream", in _warning_cb()
|
/third_party/gstreamer/gstplugins_base/gst/audioconvert/ |
D | gstaudioconvert.c | 337 !gst_structure_get (s, "channel-mask", GST_TYPE_BITMASK, &mask, NULL) || in remove_channels_from_structure() 577 gst_structure_get (outs, "channel-mask", GST_TYPE_BITMASK, &out_mask, NULL); in gst_audio_convert_fixate_channels() 593 gst_structure_get (ins, "channel-mask", GST_TYPE_BITMASK, &in_mask, NULL); in gst_audio_convert_fixate_channels()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gsttestsrcbin.c | 331 gst_structure_get (prev_stream, "__src__", GST_TYPE_OBJECT, &e, in gst_test_check_prev_stream_def() 406 gst_structure_get (prev_stream, "__src__", GST_TYPE_OBJECT, &child, NULL); in gst_test_src_bin_uri_handler_set_uri()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkcontextutil.c | 186 return gst_structure_get (structure, GST_MSDK_CONTEXT_TYPE_NAME, in gst_msdk_context_get_context()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttracerrecord.c | 77 gst_structure_get (sub, "type", G_TYPE_GTYPE, &type, "flags", in build_field_template()
|