/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstcaps.c | 288 caps = gst_caps_new_any (); in GST_START_TEST() 314 caps = gst_caps_new_any (); in GST_START_TEST() 404 c2 = gst_caps_new_any (); in GST_START_TEST() 455 c2 = gst_caps_new_any (); in GST_START_TEST() 464 c1 = gst_caps_new_any (); in GST_START_TEST() 836 c2 = gst_caps_new_any (); in GST_START_TEST() 1386 c1 = gst_caps_new_any (); in GST_START_TEST() 1405 caps = gst_caps_new_any (); in GST_START_TEST() 1556 any1 = gst_caps_new_any (); in GST_START_TEST() 1558 any2 = gst_caps_new_any (); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | gstcapssetter.c | 159 filter->caps = gst_caps_new_any (); in gst_caps_setter_init() 271 new_caps = gst_caps_new_any (); in gst_caps_setter_set_property()
|
D | gstcapsdebug.c | 186 caps = gst_caps_new_any (); in gst_caps_debug_getcaps()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gstwatchdog.c | 101 gst_caps_new_any ())); in gst_watchdog_class_init() 104 gst_caps_new_any ())); in gst_watchdog_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/basecamerabinsrc/ |
D | gstbasecamerasrc.c | 303 new_caps = gst_caps_new_any (); in gst_base_camera_src_set_property() 573 self->preview_caps = gst_caps_new_any (); in gst_base_camera_src_init()
|
/third_party/gstreamer/gstplugins_base/gst/tcp/ |
D | gstsocketsrc.c | 271 result = (filter) ? gst_caps_ref (filter) : gst_caps_new_any (); in gst_socketsrc_getcaps() 409 new_caps = gst_caps_new_any (); in gst_socket_src_set_property()
|
D | gsttcpclientsrc.c | 216 caps = (filter ? gst_caps_ref (filter) : gst_caps_new_any ()); in gst_tcp_client_src_getcaps()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstmultifilesrc.c | 245 return gst_caps_new_any (); in gst_multi_file_src_getcaps() 329 new_caps = gst_caps_new_any (); in gst_multi_file_src_set_property()
|
D | gstimagesequencesrc.c | 379 return gst_caps_new_any (); in gst_image_sequence_src_getcaps()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstcapsfilter.c | 173 filter->filter_caps = gst_caps_new_any (); in gst_capsfilter_init() 192 new_caps = gst_caps_new_any (); in gst_capsfilter_set_property()
|
D | gstdataurisrc.c | 185 caps = gst_caps_new_any (); in gst_data_uri_src_get_caps()
|
/third_party/gstreamer/gstplugins_bad/gst/switchbin/ |
D | gstswitchbin.c | 889 gst_caps_append (total_path_caps, gst_caps_new_any ()); in gst_switch_bin_get_allowed_caps() 1031 switch_bin_path->caps = gst_caps_new_any (); in gst_switch_bin_path_init() 1086 switch_bin_path->caps = gst_caps_new_any (); in gst_switch_bin_path_set_property()
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | gstwrappercamerabinsrc.c | 286 GstCaps *anycaps = gst_caps_new_any (); in gst_wrapper_camera_bin_src_imgsrc_probe() 808 GstCaps *anycaps = gst_caps_new_any (); in start_video_capture() 860 GstCaps *anycaps = gst_caps_new_any (); in gst_wrapper_camera_bin_src_set_mode()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstcaps.h | 367 GstCaps * gst_caps_new_any (void);
|
D | gstdevicemonitor.c | 681 filter->caps = gst_caps_new_any (); in gst_device_monitor_add_filter_unlocked()
|
D | gstcaps.c | 144 _gst_caps_any = gst_caps_new_any (); in _priv_gst_caps_initialize() 278 gst_caps_new_any (void) in gst_caps_new_any() function
|
D | gstutils.c | 2858 data.ret = filter ? gst_caps_ref (filter) : gst_caps_new_any (); in gst_pad_proxy_query_caps() 3114 result = gst_caps_new_any (); in gst_pad_query_caps() 3160 result = gst_caps_new_any (); in gst_pad_peer_query_caps()
|
/third_party/gstreamer/gstplugins_good/gst/interleave/ |
D | deinterleave.c | 592 ret = gst_caps_new_any (); in gst_deinterleave_getcaps() 654 ret = gst_caps_new_any (); in gst_deinterleave_getcaps()
|
/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gststreamsplitter.c | 298 res = (filter ? gst_caps_ref (filter) : gst_caps_new_any ()); in gst_stream_splitter_sink_getcaps()
|
/third_party/gstreamer/gstplugins_bad/gst/pcapparse/ |
D | gstpcapparse.c | 295 new_caps = gst_caps_new_any (); in gst_pcap_parse_set_property()
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | queue2.c | 224 caps = (filter ? gst_caps_ref (filter) : gst_caps_new_any ()); in queue2_dummypad_query()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaysinkconvertbin.c | 484 ret = filter ? gst_caps_ref (filter) : gst_caps_new_any (); in gst_play_sink_convert_bin_getcaps()
|
D | gstdecodebin3-parse.c | 165 return gst_caps_new_any (); in get_parser_caps_filter()
|
/third_party/gstreamer/gstplugins_good/gst/udp/ |
D | gstudpsrc.c | 890 result = (filter) ? gst_caps_ref (filter) : gst_caps_new_any (); in gst_udpsrc_getcaps() 1319 new_caps = gst_caps_new_any (); in gst_udpsrc_set_property()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | webrtcdatachannel.c | 946 caps = gst_caps_new_any (); in gst_webrtc_data_channel_constructed()
|