Home
last modified time | relevance | path

Searched refs:translated_caps (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/winks/
Dksvideohelpers.c340 result->translated_caps = gst_caps_ref (media_type->translated_caps); in ks_video_media_type_dup()
355 if (media_type->translated_caps != NULL) in ks_video_media_type_free()
356 gst_caps_unref (media_type->translated_caps); in ks_video_media_type_free()
384 if (gst_caps_is_equal (mt->translated_caps, other_mt->translated_caps)) in ks_video_media_type_list_remove_duplicates()
554 entry->translated_caps = gst_caps_new_empty (); in ks_video_probe_filter_for_caps()
555 gst_caps_append_structure (entry->translated_caps, in ks_video_probe_filter_for_caps()
559 entry->translated_caps = gst_caps_new_empty (); in ks_video_probe_filter_for_caps()
560 gst_caps_append_structure (entry->translated_caps, in ks_video_probe_filter_for_caps()
Dksvideohelpers.h51 GstCaps * translated_caps; member
Dgstksvideodevice.c407 gst_caps_copy (media_type->translated_caps)); in gst_ks_video_device_open()
412 str = gst_caps_to_string (media_type->translated_caps); in gst_ks_video_device_open()
741 if (gst_caps_is_subset (caps, mt->translated_caps)) { in gst_ks_video_device_set_caps()
Dksdeviceprovider.c99 gst_caps_append (caps, gst_caps_copy (media_type->translated_caps)); in new_video_source()