Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dconvertframe.c309 GstCaps *from_caps, *to_caps_copy = NULL; in gst_video_convert_sample() local
323 to_caps_copy = gst_caps_new_empty (); in gst_video_convert_sample()
330 gst_caps_append_structure (to_caps_copy, s); in gst_video_convert_sample()
335 gst_buffer_get_video_crop_meta (buf), to_caps_copy, &err); in gst_video_convert_sample()
342 to_caps_copy); in gst_video_convert_sample()
402 gst_caps_unref (to_caps_copy); in gst_video_convert_sample()
410 gst_caps_unref (to_caps_copy); in gst_video_convert_sample()
692 GstCaps *from_caps, *to_caps_copy = NULL; in gst_video_convert_sample_async() local
713 to_caps_copy = gst_caps_new_empty (); in gst_video_convert_sample_async()
720 gst_caps_append_structure (to_caps_copy, s); in gst_video_convert_sample_async()
[all …]